diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstDeQueue.c')
| -rw-r--r-- | usr.bin/make/lst.lib/lstDeQueue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index cce1f6593de..de54538843c 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: lstDeQueue.c,v 1.2 1993/08/01 18:12:34 mycroft Exp $"; #endif /* not lint */ /*- |
