diff options
Diffstat (limited to 'contrib/file/file.h')
| -rw-r--r-- | contrib/file/file.h | 5 | 
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__ */ | 
