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/stdlib/cfree.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/stdlib/cfree.c')
-rw-r--r-- | lib/libc/stdlib/cfree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/cfree.c b/lib/libc/stdlib/cfree.c index 373c7ff75d3..acf6d1c8ac4 100644 --- a/lib/libc/stdlib/cfree.c +++ b/lib/libc/stdlib/cfree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfree.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: cfree.c,v 1.6 2012/12/05 23:20:01 deraadt Exp $ */ /* * Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> @@ -25,7 +25,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stdlib.h> #ifdef __indr_reference |