From 9d8c96322cd828e6b0441f0be06c10a88546051a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 30 Jun 2002 05:25:07 +0000 Subject: [PATCH] Consistently use FBSDID --- chpass/table.c | 1 - chpass/util.c | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chpass/table.c b/chpass/table.c index 52e9bb8..fede308 100644 --- a/chpass/table.c +++ b/chpass/table.c @@ -34,7 +34,6 @@ #ifndef lint static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/chpass/util.c b/chpass/util.c index 8460576..ac105aa 100644 --- a/chpass/util.c +++ b/chpass/util.c @@ -39,9 +39,10 @@ */ #ifndef lint -static const char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; +#if 0 +static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; +#endif #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); -- 2.47.1