diff options
author | 1996-06-26 05:31:08 +0000 | |
---|---|---|
committer | 1996-06-26 05:31:08 +0000 | |
commit | 1258a77d10860d0a1d2b89bfaa6653ced2930912 (patch) | |
tree | d5b976ba9db15bd1729a26b8250b64db1ca31347 /usr.bin/script/script.c | |
parent | [1] add new rxso passing structure to if_atm.h (diff) | |
download | wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.tar.xz wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.zip |
rcsid
Diffstat (limited to 'usr.bin/script/script.c')
-rw-r--r-- | usr.bin/script/script.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index ac9e52f767a..1496907fe23 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -1,3 +1,4 @@ +/* $OpenBSD: script.c,v 1.2 1996/06/26 05:39:02 deraadt Exp $ */ /* $NetBSD: script.c,v 1.3 1994/12/21 08:55:43 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: script.c,v 1.3 1994/12/21 08:55:43 jtc Exp $"; +static char rcsid[] = "$OpenBSD: script.c,v 1.2 1996/06/26 05:39:02 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |