diff options
author | markm <markm@FreeBSD.org> | 2001-12-03 01:15:28 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-03 01:15:28 +0000 |
commit | 518bba4cc16c1c16dee2f3eed6cca94a1756705b (patch) | |
tree | cbbb90beb2b35495bd5516bd299e07f619a27776 /usr.bin/banner | |
parent | a37ff29e1e9de484d097dc2095c4839ea4462fd4 (diff) | |
download | FreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.zip FreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.tar.gz |
Use __FBSDID().
Diffstat (limited to 'usr.bin/banner')
-rw-r--r-- | usr.bin/banner/banner.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index 7134c13..c39c087 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -31,19 +31,19 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint -#if 0 static const char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ /* * banner - prints large signs |