From 317e204ef0413b9a2687f91c1103037a8f03a20f Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 14 Jul 2003 15:54:41 +0000 Subject: 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 --- usr.sbin/lpr/lpd/modes.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'usr.sbin/lpr/lpd/modes.c') 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 */ +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1