Date: Sun, 17 Mar 2002 23:23:41 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <200203180723.g2I7Nfr75821@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/03/17 23:23:41 PST
Modified files:
usr.sbin/dev_mkdb dev_mkdb.c
Log:
o remove __P
o Use ansi function definitions
o MAXPATHLEN already has the NUL at the end, so no need to add 1 (note that
MAXNAMLEN doesn't, so the + 1 there is correct).
o remove register.
Revision Changes Path
1.7 +7 -9 src/usr.sbin/dev_mkdb/dev_mkdb.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203180723.g2I7Nfr75821>
