diff options
Diffstat (limited to 'contrib/file/softmagic.c')
| -rw-r--r-- | contrib/file/softmagic.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/file/softmagic.c b/contrib/file/softmagic.c index 1085dee4d693..fc9161543225 100644 --- a/contrib/file/softmagic.c +++ b/contrib/file/softmagic.c @@ -35,7 +35,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$Id: softmagic.c,v 1.45 2001/07/22 21:04:15 christos Exp $") +FILE_RCSID("@(#)$Id: softmagic.c,v 1.46 2001/07/23 00:02:32 christos Exp $") #endif /* lint */ static int match __P((struct magic *, uint32, unsigned char *, int)); @@ -214,10 +214,7 @@ mprint(p, m) union VALUETYPE *p; struct magic *m; { - char *pp, *rt; - char *oldtz, tz[16]; uint32 v; - time_t curtime; int32 t=0 ; @@ -390,7 +387,6 @@ mconvert(p, m) return 1; case STRING: { - char *ptr; int n; /* Null terminate and eat *trailing* return */ |
