summaryrefslogtreecommitdiffstats
path: root/pig
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1997-01-07 11:16:12 +0000
committertls <tls@NetBSD.org>1997-01-07 11:16:12 +0000
commit7786c61ec816eea6683fc592563be60a2ca80885 (patch)
tree7962b24a4dad8c344bc894e69a3851f4785dc041 /pig
parenta853ec0c0184e284cec20544b4f2c0b36ca875e6 (diff)
downloadbsdgames-darwin-7786c61ec816eea6683fc592563be60a2ca80885.tar.gz
bsdgames-darwin-7786c61ec816eea6683fc592563be60a2ca80885.tar.zst
bsdgames-darwin-7786c61ec816eea6683fc592563be60a2ca80885.zip
Sync to 4.4BSD-Lite2
Diffstat (limited to 'pig')
-rw-r--r--pig/pig.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pig/pig.c b/pig/pig.c
index 639ee9dd..2284d63c 100644
--- a/pig/pig.c
+++ b/pig/pig.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pig.c,v 1.3 1996/06/07 19:30:50 cgd Exp $ */
+/* $NetBSD: pig.c,v 1.4 1997/01/07 11:16:12 tls Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -41,9 +41,9 @@ static char copyright[] =
#ifndef lint
#if 0
-static char sccsid[] = "@(#)pig.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)pig.c 8.2 (Berkeley) 5/4/95";
#else
-static char rcsid[] = "$NetBSD: pig.c,v 1.3 1996/06/07 19:30:50 cgd Exp $";
+static char rcsid[] = "$NetBSD: pig.c,v 1.4 1997/01/07 11:16:12 tls Exp $";
#endif
#endif /* not lint */
@@ -53,6 +53,7 @@ static char rcsid[] = "$NetBSD: pig.c,v 1.3 1996/06/07 19:30:50 cgd Exp $";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
void pigout __P((char *, int));
void usage __P((void));