summaryrefslogtreecommitdiffstats
path: root/factor
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1997-01-07 11:56:32 +0000
committertls <tls@NetBSD.org>1997-01-07 11:56:32 +0000
commit3c786f26623b42ba83712ad2fafba474244b421f (patch)
treef3390bbeb02a2c5282711a31ffb8fd74d442e2f0 /factor
parent72d382a75e448bfd32dd2692c3eb01997be3157f (diff)
downloadbsdgames-darwin-3c786f26623b42ba83712ad2fafba474244b421f.tar.gz
bsdgames-darwin-3c786f26623b42ba83712ad2fafba474244b421f.tar.zst
bsdgames-darwin-3c786f26623b42ba83712ad2fafba474244b421f.zip
Sync to 4.4BSD-Lite2
Diffstat (limited to 'factor')
-rw-r--r--factor/factor.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/factor/factor.c b/factor/factor.c
index c578a747..051188ea 100644
--- a/factor/factor.c
+++ b/factor/factor.c
@@ -1,4 +1,4 @@
-/* $NetBSD: factor.c,v 1.5 1995/03/23 08:28:07 cgd Exp $ */
+/* $NetBSD: factor.c,v 1.6 1997/01/07 12:05:10 tls Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -44,9 +44,9 @@ static char copyright[] =
#ifndef lint
#if 0
-static char sccsid[] = "@(#)factor.c 8.3 (Berkeley) 3/30/94";
+static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95";
#else
-static char rcsid[] = "$NetBSD: factor.c,v 1.5 1995/03/23 08:28:07 cgd Exp $";
+static char rcsid[] = "$NetBSD: factor.c,v 1.6 1997/01/07 12:05:10 tls Exp $";
#endif
#endif /* not lint */
@@ -75,6 +75,7 @@ static char rcsid[] = "$NetBSD: factor.c,v 1.5 1995/03/23 08:28:07 cgd Exp $";
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "primes.h"