diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-19 02:36:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-19 02:36:27 +0000 |
commit | 8784fad06a65eb3f748fb07539463d5d9f8f2302 (patch) | |
tree | 2bb833c0fc96a8f6fd440e8191d362713e8d58d3 | |
parent | 57ebad548d0faba4dd232874fe7f847594589b07 (diff) |
remove old file, rcsids
-rw-r--r-- | usr.bin/file/funcs.c | 3 | ||||
-rw-r--r-- | usr.bin/file/internat.c | 0 | ||||
-rw-r--r-- | usr.bin/file/magic.c | 3 | ||||
-rw-r--r-- | usr.bin/file/magic.h | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/file/funcs.c b/usr.bin/file/funcs.c index 0bbcee778a8..32b290c2f96 100644 --- a/usr.bin/file/funcs.c +++ b/usr.bin/file/funcs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: funcs.c,v 1.2 2004/05/19 02:36:26 tedu Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -34,7 +35,7 @@ #include <ctype.h> #ifndef lint -FILE_RCSID("@(#)$Id: funcs.c,v 1.1 2004/05/19 02:32:35 tedu Exp $") +FILE_RCSID("@(#)$Id: funcs.c,v 1.2 2004/05/19 02:36:26 tedu Exp $") #endif /* lint */ /* * Like printf, only we print to a buffer and advance it. diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c deleted file mode 100644 index e69de29bb2d..00000000000 --- a/usr.bin/file/internat.c +++ /dev/null diff --git a/usr.bin/file/magic.c b/usr.bin/file/magic.c index 384ba622547..39fe034cbac 100644 --- a/usr.bin/file/magic.c +++ b/usr.bin/file/magic.c @@ -1,3 +1,4 @@ +/* $OpenBSD: magic.c,v 1.2 2004/05/19 02:36:26 tedu Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -65,7 +66,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: magic.c,v 1.1 2004/05/19 02:34:27 tedu Exp $") +FILE_RCSID("@(#)$Id: magic.c,v 1.2 2004/05/19 02:36:26 tedu Exp $") #endif /* lint */ #ifdef __EMX__ diff --git a/usr.bin/file/magic.h b/usr.bin/file/magic.h index eefb8bf540a..a483010cfe1 100644 --- a/usr.bin/file/magic.h +++ b/usr.bin/file/magic.h @@ -1,3 +1,4 @@ +/* $OpenBSD: magic.h,v 1.2 2004/05/19 02:36:26 tedu Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. |