diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstIsEmpty.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstIsEmpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index c2a6509..da47561 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsEmpty.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstIsEmpty.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- |