summaryrefslogtreecommitdiffstats
path: root/lib/libss
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
committerru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
commit95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d (patch)
treecb772fa69b05d0a14bcc6022fa62709c2343eb17 /lib/libss
parent6294027bad54895037359ec3c713f0aed626424b (diff)
downloadFreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.zip
FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.tar.gz
Removed duplicate VCS ID tags, as per style(9).
Diffstat (limited to 'lib/libss')
-rw-r--r--lib/libss/pager.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libss/pager.c b/lib/libss/pager.c
index deea0ba..f5e992f 100644
--- a/lib/libss/pager.c
+++ b/lib/libss/pager.c
@@ -1,5 +1,3 @@
-/* $FreeBSD$ */
-
/*
* Pager: Routines to create a "more" running out of a particular file
* descriptor.
@@ -9,7 +7,10 @@
* For copyright information, see copyright.h.
*/
-/* $FreeBSD$ */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
#include "ss_internal.h"
#include "copyright.h"
OpenPOWER on IntegriCloud