diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:06:17 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:06:17 +0000 |
commit | 11a54b7db298a96f7456f4f1220afb872beb0d79 (patch) | |
tree | c94b99a28ba2fabef8a8fddd11d32af38a0b805d /usr.bin/fstat/fstat.c | |
parent | da0412acf68b7122c34656ccbc662c45beb978c6 (diff) |
The PIPE_NODIRECT define is no longer needed
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r-- | usr.bin/fstat/fstat.c | 6 |
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> |