pjd 2005-08-19 11:03:49 UTC
FreeBSD src repository
Modified files:
usr.sbin/jls jls.c
Log:
Sync code with the error report: calloc(number, 1) is equivalent to
malloc(number).
Revision Changes Path
1.5 +1 -1 src/usr.sbin/jls/jls.c