summaryrefslogtreecommitdiff
path: root/contrib/file/file.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-26 21:26:20 +0000
commitebb4cbb2d07cb859f8c05af7a1bb550300cfd54f (patch)
tree61d93e2c9098ed331e5b94506d00de38ec7809ef /contrib/file/file.h
parent75a6cdb3a2a12f1d03a30f3a08dbba598739dcb4 (diff)
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 1cca4e7e95335..c8ed403192544 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__ */