diff options
author | 2012-12-05 23:19:48 +0000 | |
---|---|---|
committer | 2012-12-05 23:19:48 +0000 | |
commit | 4a39ccd02c887d988c1a5398dd2142879056da5f (patch) | |
tree | 3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /lib/libc/gen/posix_spawn.c | |
parent | Cross-reference getfsstat(2); OK jmc@ (diff) | |
download | wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libc/gen/posix_spawn.c')
-rw-r--r-- | lib/libc/gen/posix_spawn.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index 45fbb1973de..acfe68c63c5 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: posix_spawn.c,v 1.2 2012/03/22 15:43:08 deraadt Exp $ */ +/* $OpenBSD: posix_spawn.c,v 1.3 2012/12/05 23:20:00 deraadt Exp $ */ /*- * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include "namespace.h" #include <sys/queue.h> |