diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
| commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
| tree | 399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/make/str.c | |
| parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/str.c')
| -rw-r--r-- | usr.bin/make/str.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 7d17dd621ea4..524d9001aa95 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: str.c,v 1.9 1997/02/22 19:27:23 peter Exp $ + * $FreeBSD$ */ #ifndef lint @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; #else static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif #endif /* not lint */ |
