summaryrefslogtreecommitdiffstats
path: root/contrib/file/file.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
committerobrien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
commit150ca1a16110713598ba58dc8851c364c1acc188 (patch)
tree770c3a29505e36cc856a542727c837a44ba6d339 /contrib/file/file.h
parent73a570e26c8be2eb28ff624691d53679235db6d7 (diff)
downloadFreeBSD-src-150ca1a16110713598ba58dc8851c364c1acc188.zip
FreeBSD-src-150ca1a16110713598ba58dc8851c364c1acc188.tar.gz
Virgin import of Christos Zoulas FILE 3.33.
Diffstat (limited to 'contrib/file/file.h')
-rw-r--r--contrib/file/file.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/file/file.h b/contrib/file/file.h
index 1cca4e7..c8ed403 100644
--- a/contrib/file/file.h
+++ b/contrib/file/file.h
@@ -1,6 +1,6 @@
/*
* file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.32 2000/05/14 22:58:53 christos Exp $
+ * @(#)$Id: file.h,v 1.34 2000/11/13 00:30:49 christos Exp $
*
* Copyright (c) Ian F. Darwin, 1987.
* Written by Ian F. Darwin.
@@ -119,7 +119,6 @@ extern int tryit __P((unsigned char *, int, int));
extern int zmagic __P((unsigned char *, int));
extern void ckfprintf __P((FILE *, const char *, ...));
extern uint32 signextend __P((struct magic *, unsigned int32));
-extern int internatmagic __P((unsigned char *, int));
extern void tryelf __P((int, unsigned char *, int));
extern char *progname; /* the program name */
@@ -156,7 +155,7 @@ static const char *rcsid(const char *p) { \
return rcsid(p = id); \
}
#else
-#define FILE_RCSID(id) static char *rcsid[] = id;
+#define FILE_RCSID(id) static char rcsid[] = id;
#endif
#endif /* __file_h__ */
OpenPOWER on IntegriCloud