aboutsummaryrefslogtreecommitdiff
path: root/games/factor
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
committerWarner Losh <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
commitad64363769ccc68607fb1a7cf4559c3cc6edf59e (patch)
tree275284ba202a3acb4c5d5041be389eba1a666e3b /games/factor
parentab3d6ee0980a4fdd7264657107a076f92afb0e56 (diff)
Notes
Diffstat (limited to 'games/factor')
-rw-r--r--games/factor/factor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c
index 34f0b57bc3e7..7097d57c6560 100644
--- a/games/factor/factor.c
+++ b/games/factor/factor.c
@@ -88,8 +88,8 @@ extern ubig *pr_limit; /* largest prime in the prime array */
int hflag;
-void pr_fact __P((ubig)); /* print factors of a value */
-void usage __P((void));
+void pr_fact(ubig); /* print factors of a value */
+void usage(void);
int
main(argc, argv)