]> granicus.if.org Git - file/commitdiff
delint.
authorChristos Zoulas <christos@zoulas.com>
Sat, 5 Aug 2000 19:00:11 +0000 (19:00 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 5 Aug 2000 19:00:11 +0000 (19:00 +0000)
src/ascmagic.c
src/file.c
src/readelf.c

index 2a76a63378ff1ce9a495824e831433233be1e079..df048aaae6dfc7ad9928efa24e390a58920757c1 100644 (file)
@@ -46,7 +46,7 @@
 #include "names.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: ascmagic.c,v 1.28 2000/08/05 17:36:47 christos Exp $")
+FILE_RCSID("@(#)$Id: ascmagic.c,v 1.29 2000/08/05 19:00:11 christos Exp $")
 #endif /* lint */
 
 typedef unsigned long unichar;
@@ -69,11 +69,9 @@ ascmagic(buf, nbytes)
        int nbytes;     /* size actually read */
 {
        int i;
-       unsigned char *s;
        char nbuf[HOWMANY+1];           /* one extra for terminating '\0' */
        unichar ubuf[HOWMANY+1];        /* one extra for terminating '\0' */
        int ulen;
-       char *token;
        struct names *p;
 
        char *code = NULL;
index 6af9ad52995001a84ae040339a12b4f8289422e1..ac770d1de1724c28db8279b2152aab2e9346e4ef 100644 (file)
@@ -26,6 +26,7 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/param.h> /* for MAXPATHLEN */
@@ -55,7 +56,7 @@
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: file.c,v 1.54 2000/08/05 18:30:26 christos Exp $")
+FILE_RCSID("@(#)$Id: file.c,v 1.55 2000/08/05 19:00:12 christos Exp $")
 #endif /* lint */
 
 
index 52dcec3b72a95fbc6a3ffe9d16f937fe424696eb..3c5c41436878e49344bd34a3e1944ca7d3fe95c5 100644 (file)
@@ -14,7 +14,7 @@
 #include "readelf.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.16 2000/08/05 18:18:50 christos Exp $")
+FILE_RCSID("@(#)$Id: readelf.c,v 1.17 2000/08/05 19:00:12 christos Exp $")
 #endif
 
 #ifdef ELFCORE
@@ -394,8 +394,6 @@ dophn_core(class, swap, fd, off, num, size)
                        offset += nh_descsz;
                        offset = ((offset + 3)/4)*4;
                }
-       out:
-               ;
        }
 }
 #endif