summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r--usr.bin/make/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index c063f45..1e03dd3 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -60,7 +60,7 @@ __RCSID("$FreeBSD$");
* defined:
*/
-static void RebuildTable __P((Hash_Table *));
+static void RebuildTable(Hash_Table *);
/*
* The following defines the ratio of # entries to # buckets
OpenPOWER on IntegriCloud