diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-06 15:57:15 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-06 15:57:15 +0000 |
| commit | 6b8f99f0db76c1bfda0979b863e83aca9b49a20f (patch) | |
| tree | 04f341df67ea3326dce4aa7d645cfc493521eb50 /usr.bin/make/lst.lib | |
| parent | 8d0f240d36e392235e078006c4df533218b73318 (diff) | |
| parent | 6c7089bce55654cffa6258d1dcb973d642d95728 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/lst.lib')
| -rw-r--r-- | usr.bin/make/lst.lib/lstDatum.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstFirst.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstIsAtEnd.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstIsEmpty.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstLast.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstOpen.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstReplace.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstSucc.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index 542898b29ae7..6b0988e0fa2b 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstDatum.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstDatum.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index 95e0893893d4..9a95018777ab 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstFirst.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstFirst.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 2a8fc2f56798..7fdf68dca49c 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsAtEnd.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstIsAtEnd.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index c2a6509d6425..da475611bfa8 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 */ /*- diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 176aafb8c211..a87c50c0f837 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstLast.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstLast.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index f1decd7e1941..9da8cfab5769 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstOpen.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstOpen.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 344631a17e53..8adb6895aec1 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstReplace.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstReplace.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index 06b354d9a030..a5875f686874 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstSucc.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstSucc.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- |
