summaryrefslogtreecommitdiffstats
path: root/games/pig
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 14:39:26 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 14:39:26 +0000
commit8d369a0bd229f13f37f2c2ce4d3b5dd21b58c59f (patch)
treed30ede7be6226f9f2d7d2f717a537bb5d5027c95 /games/pig
parent6c34298aa991e80788e43d7e2c7c46219f2949b3 (diff)
downloadFreeBSD-src-8d369a0bd229f13f37f2c2ce4d3b5dd21b58c59f.zip
FreeBSD-src-8d369a0bd229f13f37f2c2ce4d3b5dd21b58c59f.tar.gz
Import some CSRG 4.4BSD-Lite2 games
Diffstat (limited to 'games/pig')
-rw-r--r--games/pig/Makefile2
-rw-r--r--games/pig/pig.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/games/pig/Makefile b/games/pig/Makefile
index f1ab583..60f6b24 100644
--- a/games/pig/Makefile
+++ b/games/pig/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= pig
-MAN6= pig.6
+MAN6= pig.0
.include <bsd.prog.mk>
diff --git a/games/pig/pig.c b/games/pig/pig.c
index 3fbd514..b2f9112 100644
--- a/games/pig/pig.c
+++ b/games/pig/pig.c
@@ -38,7 +38,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)pig.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)pig.c 8.2 (Berkeley) 5/4/95";
#endif /* not lint */
#include <sys/types.h>
@@ -47,6 +47,7 @@ static char sccsid[] = "@(#)pig.c 8.1 (Berkeley) 5/31/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
void pigout __P((char *, int));
void usage __P((void));
OpenPOWER on IntegriCloud