From 51e2220c27482e9bf2f0415dc6cc08c4939c17f8 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 2 Dec 2001 20:23:02 +0000 Subject: [PATCH] Use __FBSDID() --- usr.bin/at/at.c | 7 +++---- usr.bin/at/panic.c | 7 +++---- usr.bin/at/parsetime.c | 7 +++---- usr.bin/at/perm.c | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index af671daad0c9..a909dff75e39 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -26,10 +26,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include + +__FBSDID("$FreeBSD$"); #define _USE_BSD 1 diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 302ae58f134f..61584426ca91 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -23,10 +23,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include + +__FBSDID("$FreeBSD$"); /* System Headers */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index dc0d180a67ab..4d738d0c640d 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -33,10 +33,9 @@ * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/ */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include + +__FBSDID("$FreeBSD$"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 1e9ec9cb2925..b22b3abbb3b0 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -23,10 +23,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include + +__FBSDID("$FreeBSD$"); /* System Headers */