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/file/file.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/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index ddf4bce9f02..a0497c409a6 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,3 +1,4 @@ +/* $OpenBSD: file.c,v 1.3 1996/06/26 05:32:56 deraadt Exp $ */ /* * file - find type of a file or files - main program. * @@ -25,8 +26,7 @@ * 4. This notice may not be removed or altered. */ #ifndef lint -static char *moduleid = - "@(#)$Id: file.c,v 1.2 1995/12/14 03:30:03 deraadt Exp $"; +static char *moduleid = "$OpenBSD: file.c,v 1.3 1996/06/26 05:32:56 deraadt Exp $"; #endif /* lint */ #include <stdio.h> |