From: Christos Zoulas Date: Sat, 5 Aug 2000 19:00:11 +0000 (+0000) Subject: delint. X-Git-Tag: FILE3_33~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=283ab8a4f81f2ce8325637f5b6b607d5f255f96e;p=file delint. --- diff --git a/src/ascmagic.c b/src/ascmagic.c index 2a76a633..df048aaa 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -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; diff --git a/src/file.c b/src/file.c index 6af9ad52..ac770d1d 100644 --- a/src/file.c +++ b/src/file.c @@ -26,6 +26,7 @@ */ #include #include +#include #include #include #include /* 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 */ diff --git a/src/readelf.c b/src/readelf.c index 52dcec3b..3c5c4143 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -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