diff options
| author | perry <perry@NetBSD.org> | 2007-12-15 16:32:05 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2007-12-15 16:32:05 +0000 |
| commit | 36c7456d7cd7b91b79d5a20177ec23ed7ed0daa9 (patch) | |
| tree | 9b90a01253cd6c8002a7b950678703de862cdf7f /libexec | |
| parent | 83ae3a004977923a9938cc71aff2a7ed0c7b9766 (diff) | |
include sys/cdefs.h so that __attribute__ can be fixed later
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/atrun.c | 5 | ||||
| -rw-r--r-- | libexec/httpd/bozohttpd.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 219f23b53d9..29cf9819fc9 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -1,4 +1,4 @@ -/* $NetBSD: atrun.c,v 1.16 2005/10/31 16:15:42 christos Exp $ */ +/* $NetBSD: atrun.c,v 1.17 2007/12/15 16:32:05 perry Exp $ */ /* * atrun.c - run jobs queued by at; run with root privileges. @@ -26,6 +26,7 @@ */ /* System Headers */ +#include <sys/cdefs.h> #include <sys/types.h> #include <sys/wait.h> @@ -58,7 +59,7 @@ #if 0 static char rcsid[] = "$OpenBSD: atrun.c,v 1.7 1997/09/08 22:12:10 millert Exp $"; #else -__RCSID("$NetBSD: atrun.c,v 1.16 2005/10/31 16:15:42 christos Exp $"); +__RCSID("$NetBSD: atrun.c,v 1.17 2007/12/15 16:32:05 perry Exp $"); #endif static int debug = 0; diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c index 4edc97191db..9c6c40ce10d 100644 --- a/libexec/httpd/bozohttpd.c +++ b/libexec/httpd/bozohttpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.3 2007/10/17 18:48:00 tls Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.4 2007/12/15 16:32:05 perry Exp $ */ /* $eterna: bozohttpd.c,v 1.137 2006/05/17 08:37:36 mrg Exp $ */ @@ -126,6 +126,7 @@ * And so it begins .. */ +#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> |
