diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 06:41:56 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 06:41:56 +0000 |
commit | 8a9719310ac5463126ef3eec984d2d38f58e851e (patch) | |
tree | 7eeb0f7c13108018057e83b9666bc315c747c21e /bin/pax/extern.h | |
parent | 8db8a379747ee056c46b16e020c29c8a5829e357 (diff) |
Correct compile warnings
Rename warn() to paxwarn() so <err.h> can be included
Remove #include <ctype.h> when not needed; from FreeBSD
Diffstat (limited to 'bin/pax/extern.h')
-rw-r--r-- | bin/pax/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/extern.h b/bin/pax/extern.h index fe198b0508f..6c7497daeec 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -290,5 +290,5 @@ int ustar_wr __P((register ARCHD *)); int tty_init __P((void)); void tty_prnt __P((char *, ...)); int tty_read __P((char *, int)); -void warn __P((int, char *, ...)); +void paxwarn __P((int, char *, ...)); void syswarn __P((int, int, char *, ...)); |