diff options
| author | tls <tls@NetBSD.org> | 1997-01-09 20:18:21 +0000 |
|---|---|---|
| committer | tls <tls@NetBSD.org> | 1997-01-09 20:18:21 +0000 |
| commit | 9d225a17832cbb6b03b2d7b957250480cf52c6e6 (patch) | |
| tree | 1932de3156f448e2b837943ba94de0ae2c92d00d /usr.bin/join/join.c | |
| parent | 0ba0c241a35e601c87d6b074c9aeb8715d9b33a9 (diff) | |
RCS ID police
Diffstat (limited to 'usr.bin/join/join.c')
| -rw-r--r-- | usr.bin/join/join.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 037460c1df7..042d47a49bf 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -1,4 +1,4 @@ -/* $NetBSD: join.c,v 1.8 1997/01/09 13:29:58 tls Exp $ */ +/* $NetBSD: join.c,v 1.9 1997/01/09 20:20:24 tls Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -45,7 +45,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)join.c 8.6 (Berkeley) 5/4/95";*/ -static char rcsid[] = "$Id: join.c,v 1.8 1997/01/09 13:29:58 tls Exp $"; +static char rcsid[] = "$NetBSD: join.c,v 1.9 1997/01/09 20:20:24 tls Exp $"; #endif /* not lint */ #include <sys/param.h> |
