Convert to ANSI C

This commit is contained in:
Todd C. Miller
2010-02-27 09:23:25 -05:00
parent 9e5ff964ad
commit 488c1531eb
22 changed files with 86 additions and 262 deletions

View File

@@ -25,7 +25,7 @@
#include <compat.h>
const char *
getprogname()
getprogname(void)
{
static const char *progname;
extern int Argc;