diff options
Diffstat (limited to 'lib/libss/pager.c')
-rw-r--r-- | lib/libss/pager.c | 7 |
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" |