summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/aout.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2013-02-14 08:16:03 +0000
committercharnier <charnier@FreeBSD.org>2013-02-14 08:16:03 +0000
commit8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148 (patch)
tree0fd70126051947a8ec39b5ece7632c62a6cf469f /usr.bin/gprof/aout.c
parentf061b4d30288fe6652257e99f3e156532f5ed792 (diff)
downloadFreeBSD-src-8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148.zip
FreeBSD-src-8426ce9b0af88e9ddadfb8a5ed2ae5f188d6d148.tar.gz
rework old-style functions prototypes
reduce WARNS=6 output
Diffstat (limited to 'usr.bin/gprof/aout.c')
-rw-r--r--usr.bin/gprof/aout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c
index f64d672..76ad07e 100644
--- a/usr.bin/gprof/aout.c
+++ b/usr.bin/gprof/aout.c
@@ -68,7 +68,6 @@ int
aout_getnfile(const char *filename, char ***defaultEs)
{
FILE *nfile;
- int valcmp();
nfile = fopen( filename ,"r");
if (nfile == NULL)
OpenPOWER on IntegriCloud