summaryrefslogtreecommitdiffstats
path: root/usr.bin/ranlib/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ranlib/build.c')
-rw-r--r--usr.bin/ranlib/build.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c
index 6768257..88bebf7 100644
--- a/usr.bin/ranlib/build.c
+++ b/usr.bin/ranlib/build.c
@@ -57,10 +57,10 @@ static const char rcsid[] =
#include "archive.h"
-extern int tmp __P(( void ));
-extern void error __P(( char * ));
-extern void badfmt __P(( void ));
-extern void settime __P(( int ));
+extern int tmp( void );
+extern void error( char * );
+extern void badfmt( void );
+extern void settime( int );
extern CHDR chdr; /* converted header */
extern char *archive; /* archive name */
@@ -79,8 +79,8 @@ FILE *fp;
long symcnt; /* symbol count */
long tsymlen; /* total string length */
-static void rexec __P((int, int));
-static void symobj __P((void));
+static void rexec(int, int);
+static void symobj(void);
int
build(void)
OpenPOWER on IntegriCloud