-/* $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
#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 */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
void pigout __P((char *, int));
void usage __P((void));