summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-10-29 14:06:16 +0000
committerart <art@openbsd.org>1999-10-29 14:06:16 +0000
commit25eda3755d98d44266411044cc121bf23abb2750 (patch)
tree845bca698f190f8de996b9f6a58d982345b8f2b5
parentRemove the "Direct write" code. (diff)
downloadwireguard-openbsd-25eda3755d98d44266411044cc121bf23abb2750.tar.xz
wireguard-openbsd-25eda3755d98d44266411044cc121bf23abb2750.zip
The PIPE_NODIRECT define is no longer needed
-rw-r--r--usr.bin/fstat/fstat.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 46ca18bbbe5..b228e1dd542 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.24 1999/07/02 19:23:50 deraadt Exp $ */
+/* $OpenBSD: fstat.c,v 1.25 1999/10/29 14:06:16 art Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.24 1999/07/02 19:23:50 deraadt Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.25 1999/10/29 14:06:16 art Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -81,8 +81,6 @@ static char *rcsid = "$OpenBSD: fstat.c,v 1.24 1999/07/02 19:23:50 deraadt Exp $
#include <arpa/inet.h>
-#define PIPE_NODIRECT /* XXX - define here, since it's not defined
- outside _KERNEL */
#include <sys/pipe.h>
#include <ctype.h>