CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/28 13:09:08
Modified files:
usr.sbin/user : defs.h user.c
Log message:
Remove handrolled #define FREE and use free(3) directly without wrapping
if (ptr!=NULL) around them since they are not needed.
OK millert@ and jung@
