diff options
author | gad <gad@FreeBSD.org> | 2003-07-14 15:54:41 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2003-07-14 15:54:41 +0000 |
commit | 317e204ef0413b9a2687f91c1103037a8f03a20f (patch) | |
tree | e5c019abb32352a022d7a7de381dec56de01e766 /usr.sbin/lpr/lpd/modes.c | |
parent | b1f12e4ff117adb08af18da02e131947b1c43e2e (diff) | |
download | FreeBSD-src-317e204ef0413b9a2687f91c1103037a8f03a20f.zip FreeBSD-src-317e204ef0413b9a2687f91c1103037a8f03a20f.tar.gz |
More changes to use __FBSDID() for setting rcsids, and fix the
format of 'sccsid' lines so they consistently match style(9)
guidelines. Inspired by recent update to lpd.c by charnier.
Reviewed by: discussed on cvs-src & with bde and obrien
MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr/lpd/modes.c')
-rw-r--r-- | usr.sbin/lpr/lpd/modes.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index 2abac5a..db69893 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -31,13 +31,12 @@ * SUCH DAMAGE. */ -#ifndef lint -/* +#if 0 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; -*/ -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#endif + +#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ +__FBSDID("$FreeBSD$"); #include <stddef.h> #include <string.h> |