summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-08-17 23:05:09 +0000
committermillert <millert@openbsd.org>1997-08-17 23:05:09 +0000
commit2f7201be63edb0bdc707ff40f560db8e9c36299a (patch)
tree27a5052cf5a8237a351c894614b61e8df14436ba
parentMan page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1. (diff)
downloadwireguard-openbsd-2f7201be63edb0bdc707ff40f560db8e9c36299a.tar.xz
wireguard-openbsd-2f7201be63edb0bdc707ff40f560db8e9c36299a.zip
Don't include both strings.h and string.h -- just use string.h
-rw-r--r--bin/pax/sel_subs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c
index cc54324459b..c5c2253c82c 100644
--- a/bin/pax/sel_subs.c
+++ b/bin/pax/sel_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sel_subs.c,v 1.6 1997/07/25 18:58:36 mickey Exp $ */
+/* $OpenBSD: sel_subs.c,v 1.7 1997/08/17 23:05:09 millert Exp $ */
/* $NetBSD: sel_subs.c,v 1.5 1995/03/21 09:07:42 cgd Exp $ */
/*-
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: sel_subs.c,v 1.6 1997/07/25 18:58:36 mickey Exp $";
+static char rcsid[] = "$OpenBSD: sel_subs.c,v 1.7 1997/08/17 23:05:09 millert Exp $";
#endif
#endif /* not lint */
@@ -54,7 +54,6 @@ static char rcsid[] = "$OpenBSD: sel_subs.c,v 1.6 1997/07/25 18:58:36 mickey Exp
#include <grp.h>
#include <stdio.h>
#include <string.h>
-#include <strings.h>
#include <unistd.h>
#include <stdlib.h>
#include "pax.h"