Send inn-committers mailing list submissions to inn-committers@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/inn-committers or, via email, send a message with subject or body 'help' to inn-committers-requ...@lists.isc.org You can reach the person managing the list at inn-committers-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of inn-committers digest..." Today's Topics: 1. INN commit: trunk (30 files) (INN Commit) 2. INN commit: trunk (include/inn/xwrite.h lib/seteuid.c) (INN Commit) ---------------------------------------------------------------------- Message: 1 Date: Fri, 19 Sep 2014 23:17:40 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk (30 files) Message-ID: <20140920061740.3847b67...@hope.eyrie.org> Date: Friday, September 19, 2014 @ 23:17:39 Author: iulius Revision: 9696 Remove obsolescent AC_HEADER_SYS_WAIT macro, that defined HAVE_SYS_WAIT_H According to the Autoconf manual, this macro is obsolescent. Modified: trunk/MANIFEST trunk/authprogs/Makefile trunk/backends/Makefile trunk/backends/actsync.c trunk/configure.ac trunk/expire/Makefile trunk/expire/makehistory.c trunk/frontends/Makefile trunk/frontends/ovdb_monitor.c trunk/frontends/ovdb_server.c trunk/frontends/rnews.c trunk/innd/Makefile trunk/innd/proc.c trunk/innd/tinyleaf.c trunk/lib/Makefile trunk/lib/network-innbind.c trunk/nnrpd/Makefile trunk/nnrpd/auth-ext.c trunk/nnrpd/commands.c trunk/nnrpd/nnrpd.c trunk/nnrpd/perm.c trunk/tests/authprogs/ident-t.c trunk/tests/lib/fdflag-t.c trunk/tests/lib/messages-t.c trunk/tests/lib/network/client-t.c trunk/tests/lib/network/server-t.c trunk/tests/lib/vector-t.c trunk/tests/tap/process.c trunk/tests/util/innbind-t.c Deleted: trunk/include/portable/wait.h ------------------------------+ MANIFEST | 1 - authprogs/Makefile | 6 +++--- backends/Makefile | 9 ++++----- backends/actsync.c | 4 ++-- configure.ac | 1 - expire/Makefile | 3 +-- expire/makehistory.c | 2 +- frontends/Makefile | 31 +++++++++++++++---------------- frontends/ovdb_monitor.c | 2 +- frontends/ovdb_server.c | 2 +- frontends/rnews.c | 2 +- include/portable/wait.h | 41 ----------------------------------------- innd/Makefile | 26 +++++++++++++------------- innd/proc.c | 2 +- innd/tinyleaf.c | 2 +- lib/Makefile | 5 ++--- lib/network-innbind.c | 2 +- nnrpd/Makefile | 34 ++++++++++++++++------------------ nnrpd/auth-ext.c | 2 +- nnrpd/commands.c | 2 +- nnrpd/nnrpd.c | 2 +- nnrpd/perm.c | 2 +- tests/authprogs/ident-t.c | 2 +- tests/lib/fdflag-t.c | 2 +- tests/lib/messages-t.c | 2 +- tests/lib/network/client-t.c | 2 +- tests/lib/network/server-t.c | 2 +- tests/lib/vector-t.c | 2 +- tests/tap/process.c | 2 +- tests/util/innbind-t.c | 2 +- 30 files changed, 75 insertions(+), 124 deletions(-) Modified: MANIFEST =================================================================== --- MANIFEST 2014-09-20 05:53:22 UTC (rev 9695) +++ MANIFEST 2014-09-20 06:17:39 UTC (rev 9696) @@ -423,7 +423,6 @@ include/portable/socket.h Wrapper for <sys/socket.h> and friends include/portable/stdbool.h Wrapper for <stdbool.h> include/portable/uio.h Wrapper for <sys/uio.h> -include/portable/wait.h Wrapper for <sys/wait.h> include/ppport.h Header file for Perl support innd Server (Directory) innd/Makefile Makefile for server Modified: authprogs/Makefile =================================================================== --- authprogs/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ authprogs/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -106,9 +106,9 @@ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ ../include/inn/macros.h ../include/inn/messages.h \ - ../include/inn/network.h ../include/portable/socket.h \ - ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/inn/libinn.h ../include/inn/defines.h \ + ../include/inn/network.h ../include/inn/defines.h \ + ../include/portable/socket.h ../include/portable/getaddrinfo.h \ + ../include/portable/getnameinfo.h ../include/inn/libinn.h \ ../include/inn/xmalloc.h ../include/inn/xwrite.h libauth.h libauth.o: libauth.c ../include/config.h ../include/inn/defines.h \ ../include/inn/system.h ../include/inn/macros.h \ Modified: backends/Makefile =================================================================== --- backends/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ backends/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -126,11 +126,10 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h \ - ../include/inn/innconf.h ../include/inn/defines.h \ - ../include/inn/messages.h ../include/inn/hashtab.h ../include/inn/qio.h \ - ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ - ../include/inn/paths.h + ../include/inn/macros.h ../include/inn/innconf.h \ + ../include/inn/defines.h ../include/inn/messages.h \ + ../include/inn/hashtab.h ../include/inn/qio.h ../include/inn/libinn.h \ + ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/paths.h archive.o: archive.c ../include/config.h ../include/inn/defines.h \ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ Modified: backends/actsync.c =================================================================== --- backends/actsync.c 2014-09-20 05:53:22 UTC (rev 9695) +++ backends/actsync.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -63,14 +63,14 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <ctype.h> #include <dirent.h> #include <fcntl.h> #include <errno.h> #include <math.h> +#include <signal.h> #include <sys/stat.h> -#include <signal.h> +#include <sys/wait.h> #include "inn/innconf.h" #include "inn/messages.h" Modified: configure.ac =================================================================== --- configure.ac 2014-09-20 05:53:22 UTC (rev 9695) +++ configure.ac 2014-09-20 06:17:39 UTC (rev 9696) @@ -369,7 +369,6 @@ dnl Special checks for header files. AC_HEADER_STDBOOL -AC_HEADER_SYS_WAIT dnl Generic checks for header files. AC_CHECK_HEADERS([crypt.h inttypes.h limits.h stddef.h \ Modified: expire/Makefile =================================================================== --- expire/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ expire/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -140,8 +140,7 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h \ - ../include/inn/buffer.h ../include/inn/history.h \ + ../include/inn/macros.h ../include/inn/buffer.h ../include/inn/history.h \ ../include/inn/defines.h ../include/inn/innconf.h \ ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ ../include/inn/messages.h ../include/inn/newsuser.h ../include/inn/ov.h \ Modified: expire/makehistory.c =================================================================== --- expire/makehistory.c 2014-09-20 05:53:22 UTC (rev 9695) +++ expire/makehistory.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -5,10 +5,10 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <assert.h> #include <errno.h> #include <syslog.h> +#include <sys/wait.h> #include <time.h> #include "inn/buffer.h" Modified: frontends/Makefile =================================================================== --- frontends/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ frontends/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -189,10 +189,10 @@ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ ../include/inn/macros.h ../include/portable/setproctitle.h \ - ../include/portable/wait.h ../include/inn/innconf.h \ - ../include/inn/defines.h ../include/inn/messages.h \ - ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ - ../include/inn/ov.h ../include/inn/storage.h ../include/inn/options.h \ + ../include/inn/innconf.h ../include/inn/defines.h \ + ../include/inn/messages.h ../include/inn/libinn.h \ + ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/ov.h \ + ../include/inn/storage.h ../include/inn/options.h \ ../include/inn/history.h ../storage/ovdb/ovdb.h \ ../storage/ovdb/ovdb-private.h ovdb_server.o: ovdb_server.c ../include/config.h ../include/inn/defines.h \ @@ -202,13 +202,12 @@ ../include/inn/macros.h ../include/portable/mmap.h \ ../include/portable/setproctitle.h ../include/portable/socket.h \ ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/portable/wait.h ../include/inn/fdflag.h \ - ../include/inn/innconf.h ../include/inn/defines.h \ - ../include/inn/messages.h ../include/inn/libinn.h \ - ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/paths.h \ - ../include/inn/storage.h ../include/inn/options.h ../include/inn/ov.h \ - ../include/inn/storage.h ../include/inn/history.h ../storage/ovdb/ovdb.h \ - ../storage/ovdb/ovdb-private.h + ../include/inn/fdflag.h ../include/inn/innconf.h \ + ../include/inn/defines.h ../include/inn/messages.h \ + ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ + ../include/inn/paths.h ../include/inn/storage.h ../include/inn/options.h \ + ../include/inn/ov.h ../include/inn/storage.h ../include/inn/history.h \ + ../storage/ovdb/ovdb.h ../storage/ovdb/ovdb-private.h ovdb_stat.o: ovdb_stat.c ../include/config.h ../include/inn/defines.h \ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ @@ -223,11 +222,11 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h \ - ../include/inn/fdflag.h ../include/portable/socket.h \ - ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/inn/innconf.h ../include/inn/defines.h \ - ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ + ../include/inn/macros.h ../include/inn/fdflag.h \ + ../include/portable/socket.h ../include/portable/getaddrinfo.h \ + ../include/portable/getnameinfo.h ../include/inn/innconf.h \ + ../include/inn/defines.h ../include/inn/libinn.h \ + ../include/inn/xmalloc.h ../include/inn/xwrite.h \ ../include/inn/messages.h ../include/inn/newsuser.h \ ../include/inn/nntp.h ../include/inn/paths.h ../include/inn/storage.h \ ../include/inn/options.h ../include/inn/wire.h Modified: frontends/ovdb_monitor.c =================================================================== --- frontends/ovdb_monitor.c 2014-09-20 05:53:22 UTC (rev 9695) +++ frontends/ovdb_monitor.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -9,10 +9,10 @@ #include "config.h" #include "clibrary.h" #include "portable/setproctitle.h" -#include "portable/wait.h" #include <fcntl.h> #include <signal.h> #include <syslog.h> +#include <sys/wait.h> #include "inn/innconf.h" #include "inn/messages.h" Modified: frontends/ovdb_server.c =================================================================== --- frontends/ovdb_server.c 2014-09-20 05:53:22 UTC (rev 9695) +++ frontends/ovdb_server.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -8,7 +8,6 @@ #include "portable/mmap.h" #include "portable/setproctitle.h" #include "portable/socket.h" -#include "portable/wait.h" #include <errno.h> #include <fcntl.h> #include <signal.h> @@ -25,6 +24,7 @@ #ifdef HAVE_UNIX_DOMAIN_SOCKETS # include <sys/un.h> #endif +#include <sys/wait.h> #include "inn/fdflag.h" #include "inn/innconf.h" Modified: frontends/rnews.c =================================================================== --- frontends/rnews.c 2014-09-20 05:53:22 UTC (rev 9695) +++ frontends/rnews.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -9,13 +9,13 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <ctype.h> #include <dirent.h> #include <errno.h> #include <fcntl.h> #include <syslog.h> #include <sys/stat.h> +#include <sys/wait.h> #include "inn/fdflag.h" #include "inn/innconf.h" Deleted: include/portable/wait.h =================================================================== --- include/portable/wait.h 2014-09-20 05:53:22 UTC (rev 9695) +++ include/portable/wait.h 2014-09-20 06:17:39 UTC (rev 9696) @@ -1,41 +0,0 @@ -/* $Id$ -** -** Portability wrapper around <sys/wait.h>. -** -** This header includes <sys/wait.h> if it's available, and then makes sure -** that the standard wait macros are defined and defines them if they -** aren't. -*/ - -#ifndef PORTABLE_WAIT_H -#define PORTABLE_WAIT_H 1 - -#include "config.h" - -#ifdef HAVE_SYS_WAIT_H -# include <sys/wait.h> -#endif - -/* Per the autoconf documentation, just always check to see if the various - macros are defined and define them ourselves if they aren't. These - definitions are based on the approach taken by BSDI. */ -#ifndef WCOREDUMP -# define WCOREDUMP(status) ((unsigned)(status) & 0x80) -#endif -#ifndef WEXITSTATUS -# define WEXITSTATUS(status) (((unsigned)(status) >> 8) & 0xff) -#endif -#ifndef WTERMSIG -# define WTERMSIG(status) ((unsigned)(status) & 0x7f) -#endif -#ifndef WIFEXITED -# define WIFEXITED(status) (((unsigned)(status) & 0xff) == 0) -#endif -#ifndef WIFSTOPPED -# define WIFSTOPPED(status) (((unsigned)(status) & 0xff) == 0x7f) -#endif -#ifndef WIFSIGNALED -# define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) -#endif - -#endif /* PORTABLE_WAIT_H */ Modified: innd/Makefile =================================================================== --- innd/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ innd/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -207,13 +207,13 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h innd.h \ - ../include/portable/socket.h ../include/portable/getaddrinfo.h \ - ../include/portable/getnameinfo.h ../include/inn/buffer.h \ - ../include/inn/history.h ../include/inn/defines.h \ - ../include/inn/messages.h ../include/inn/timer.h ../include/inn/libinn.h \ - ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/nntp.h \ - ../include/inn/paths.h ../include/inn/storage.h ../include/inn/options.h + ../include/inn/macros.h innd.h ../include/portable/socket.h \ + ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ + ../include/inn/buffer.h ../include/inn/history.h \ + ../include/inn/defines.h ../include/inn/messages.h \ + ../include/inn/timer.h ../include/inn/libinn.h ../include/inn/xmalloc.h \ + ../include/inn/xwrite.h ../include/inn/nntp.h ../include/inn/paths.h \ + ../include/inn/storage.h ../include/inn/options.h python.o: python.c ../include/config.h ../include/inn/defines.h \ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ @@ -257,8 +257,8 @@ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ ../include/inn/macros.h ../include/portable/socket.h \ ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/inn/network.h ../include/inn/innconf.h \ - ../include/inn/defines.h ../include/inn/version.h innd.h \ + ../include/inn/network.h ../include/inn/defines.h \ + ../include/inn/innconf.h ../include/inn/version.h innd.h \ ../include/inn/buffer.h ../include/inn/history.h \ ../include/inn/messages.h ../include/inn/timer.h ../include/inn/libinn.h \ ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/nntp.h \ @@ -291,8 +291,8 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h \ - ../include/inn/dispatch.h ../include/inn/messages.h ../include/inn/md5.h \ - ../include/inn/defines.h ../include/inn/nntp.h ../include/inn/utility.h \ - ../include/inn/vector.h ../include/inn/version.h ../include/inn/libinn.h \ + ../include/inn/macros.h ../include/inn/dispatch.h \ + ../include/inn/messages.h ../include/inn/md5.h ../include/inn/defines.h \ + ../include/inn/nntp.h ../include/inn/utility.h ../include/inn/vector.h \ + ../include/inn/version.h ../include/inn/libinn.h \ ../include/inn/xmalloc.h ../include/inn/xwrite.h Modified: innd/proc.c =================================================================== --- innd/proc.c 2014-09-20 05:53:22 UTC (rev 9695) +++ innd/proc.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -5,7 +5,7 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" +#include <sys/wait.h> #include "innd.h" Modified: innd/tinyleaf.c =================================================================== --- innd/tinyleaf.c 2014-09-20 05:53:22 UTC (rev 9695) +++ innd/tinyleaf.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -25,10 +25,10 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <dirent.h> #include <errno.h> #include <fcntl.h> +#include <sys/wait.h> #include "inn/dispatch.h" #include "inn/messages.h" Modified: lib/Makefile =================================================================== --- lib/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ lib/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -327,9 +327,8 @@ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ ../include/inn/macros.h ../include/portable/socket.h \ ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/portable/wait.h ../include/inn/innconf.h \ - ../include/inn/defines.h ../include/inn/libinn.h \ - ../include/inn/xmalloc.h ../include/inn/xwrite.h \ + ../include/inn/innconf.h ../include/inn/defines.h \ + ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ ../include/inn/messages.h ../include/inn/network.h \ ../include/inn/network-innbind.h newsuser.o: newsuser.c ../include/config.h ../include/inn/defines.h \ Modified: lib/network-innbind.c =================================================================== --- lib/network-innbind.c 2014-09-20 05:53:22 UTC (rev 9695) +++ lib/network-innbind.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -17,12 +17,12 @@ #include "config.h" #include "clibrary.h" #include "portable/socket.h" -#include "portable/wait.h" #include <errno.h> #ifdef HAVE_STREAMS_SENDFD # include <stropts.h> #endif +#include <sys/wait.h> #include "inn/innconf.h" #include "inn/libinn.h" Modified: nnrpd/Makefile =================================================================== --- nnrpd/Makefile 2014-09-20 05:53:22 UTC (rev 9695) +++ nnrpd/Makefile 2014-09-20 06:17:39 UTC (rev 9696) @@ -86,11 +86,11 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h \ - ../include/inn/buffer.h ../include/inn/messages.h \ - ../include/inn/vector.h nnrpd.h ../include/portable/socket.h \ - ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/inn/qio.h ../include/inn/defines.h ../include/inn/libinn.h \ + ../include/inn/macros.h ../include/inn/buffer.h \ + ../include/inn/messages.h ../include/inn/vector.h nnrpd.h \ + ../include/portable/socket.h ../include/portable/getaddrinfo.h \ + ../include/portable/getnameinfo.h ../include/inn/qio.h \ + ../include/inn/defines.h ../include/inn/libinn.h \ ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/nntp.h \ ../include/inn/paths.h ../include/inn/storage.h ../include/inn/options.h \ ../include/inn/timer.h @@ -118,10 +118,9 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h nnrpd.h \ - ../include/portable/socket.h ../include/portable/getaddrinfo.h \ - ../include/portable/getnameinfo.h ../include/inn/qio.h \ - ../include/inn/defines.h ../include/inn/libinn.h \ + ../include/inn/macros.h nnrpd.h ../include/portable/socket.h \ + ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ + ../include/inn/qio.h ../include/inn/defines.h ../include/inn/libinn.h \ ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/nntp.h \ ../include/inn/paths.h ../include/inn/storage.h ../include/inn/options.h \ ../include/inn/vector.h ../include/inn/timer.h ../include/inn/fdflag.h \ @@ -183,9 +182,8 @@ ../include/clibrary.h ../include/config.h ../include/inn/macros.h \ ../include/portable/setproctitle.h ../include/portable/socket.h \ ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/portable/wait.h ../include/inn/innconf.h \ - ../include/inn/defines.h ../include/inn/libinn.h \ - ../include/inn/xmalloc.h ../include/inn/xwrite.h \ + ../include/inn/innconf.h ../include/inn/defines.h \ + ../include/inn/libinn.h ../include/inn/xmalloc.h ../include/inn/xwrite.h \ ../include/inn/messages.h ../include/inn/network.h \ ../include/inn/network-innbind.h ../include/inn/newsuser.h \ ../include/inn/ov.h ../include/inn/storage.h ../include/inn/options.h \ @@ -209,13 +207,13 @@ ../include/inn/system.h ../include/inn/macros.h \ ../include/portable/macros.h ../include/portable/stdbool.h \ ../include/inn/options.h ../include/clibrary.h ../include/config.h \ - ../include/inn/macros.h ../include/portable/wait.h ../include/conffile.h \ - ../include/inn/network.h ../include/portable/socket.h \ + ../include/inn/macros.h ../include/conffile.h ../include/inn/network.h \ + ../include/inn/defines.h ../include/portable/socket.h \ ../include/portable/getaddrinfo.h ../include/portable/getnameinfo.h \ - ../include/inn/innconf.h ../include/inn/defines.h ../include/innperl.h \ - nnrpd.h ../include/inn/qio.h ../include/inn/libinn.h \ - ../include/inn/xmalloc.h ../include/inn/xwrite.h ../include/inn/nntp.h \ - ../include/inn/paths.h ../include/inn/storage.h ../include/inn/options.h \ + ../include/inn/innconf.h ../include/innperl.h nnrpd.h \ + ../include/inn/qio.h ../include/inn/libinn.h ../include/inn/xmalloc.h \ + ../include/inn/xwrite.h ../include/inn/nntp.h ../include/inn/paths.h \ + ../include/inn/storage.h ../include/inn/options.h \ ../include/inn/vector.h ../include/inn/timer.h post.o: post.c ../include/config.h ../include/inn/defines.h \ ../include/inn/system.h ../include/inn/macros.h \ Modified: nnrpd/auth-ext.c =================================================================== --- nnrpd/auth-ext.c 2014-09-20 05:53:22 UTC (rev 9695) +++ nnrpd/auth-ext.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -9,9 +9,9 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <errno.h> #include <signal.h> +#include <sys/wait.h> #include "inn/buffer.h" #include "inn/messages.h" Modified: nnrpd/commands.c =================================================================== --- nnrpd/commands.c 2014-09-20 05:53:22 UTC (rev 9695) +++ nnrpd/commands.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -4,7 +4,7 @@ */ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" +#include <sys/wait.h> #include "nnrpd.h" #include "inn/fdflag.h" Modified: nnrpd/nnrpd.c =================================================================== --- nnrpd/nnrpd.c 2014-09-20 05:53:22 UTC (rev 9695) +++ nnrpd/nnrpd.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -11,7 +11,6 @@ #include "clibrary.h" #include "portable/setproctitle.h" #include "portable/socket.h" -#include "portable/wait.h" #include <netdb.h> #include <signal.h> #include <netinet/tcp.h> @@ -19,6 +18,7 @@ #if HAVE_GETSPNAM # include <shadow.h> #endif +#include <sys/wait.h> #include "inn/innconf.h" #include "inn/libinn.h" Modified: nnrpd/perm.c =================================================================== --- nnrpd/perm.c 2014-09-20 05:53:22 UTC (rev 9695) +++ nnrpd/perm.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -6,9 +6,9 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" #include <netdb.h> #include <signal.h> +#include <sys/wait.h> #include "conffile.h" #include "inn/network.h" Modified: tests/authprogs/ident-t.c =================================================================== --- tests/authprogs/ident-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/authprogs/ident-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -4,8 +4,8 @@ #include "config.h" #include "clibrary.h" #include "portable/socket.h" -#include "portable/wait.h" #include <pwd.h> +#include <sys/wait.h> #include "inn/messages.h" #include "inn/network.h" Modified: tests/lib/fdflag-t.c =================================================================== --- tests/lib/fdflag-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/lib/fdflag-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -35,7 +35,7 @@ #include "portable/socket.h" #include <errno.h> -#include "portable/wait.h" +#include <sys/wait.h> #include "tap/basic.h" #include "inn/fdflag.h" Modified: tests/lib/messages-t.c =================================================================== --- tests/lib/messages-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/lib/messages-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -37,7 +37,7 @@ #include <errno.h> #include <fcntl.h> #include <sys/stat.h> -#include "portable/wait.h" +#include <sys/wait.h> #include "tap/basic.h" #include "tap/process.h" Modified: tests/lib/network/client-t.c =================================================================== --- tests/lib/network/client-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/lib/network/client-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -36,7 +36,7 @@ #include "portable/socket.h" #include <errno.h> -#include "portable/wait.h" +#include <sys/wait.h> #include <signal.h> #include "tap/basic.h" Modified: tests/lib/network/server-t.c =================================================================== --- tests/lib/network/server-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/lib/network/server-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -36,7 +36,7 @@ #include "portable/socket.h" #include <errno.h> -#include "portable/wait.h" +#include <sys/wait.h> #include <signal.h> #include "tap/basic.h" Modified: tests/lib/vector-t.c =================================================================== --- tests/lib/vector-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/lib/vector-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -21,7 +21,7 @@ #include "config.h" #include "clibrary.h" -#include "portable/wait.h" +#include <sys/wait.h> #include "tap/basic.h" #include "tap/string.h" Modified: tests/tap/process.c =================================================================== --- tests/tap/process.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/tap/process.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -51,7 +51,7 @@ #endif #include <sys/stat.h> #include <sys/time.h> -#include "portable/wait.h" +#include <sys/wait.h> #include "tap/basic.h" #include "tap/process.h" Modified: tests/util/innbind-t.c =================================================================== --- tests/util/innbind-t.c 2014-09-20 05:53:22 UTC (rev 9695) +++ tests/util/innbind-t.c 2014-09-20 06:17:39 UTC (rev 9696) @@ -4,11 +4,11 @@ #include "config.h" #include "clibrary.h" #include "portable/socket.h" -#include "portable/wait.h" #include <errno.h> #ifdef HAVE_STREAMS_SENDFD # include <stropts.h> #endif +#include <sys/wait.h> #include "inn/messages.h" #include "tap/basic.h" ------------------------------ Message: 2 Date: Fri, 19 Sep 2014 23:22:24 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk (include/inn/xwrite.h lib/seteuid.c) Message-ID: <20140920062224.7617467...@hope.eyrie.org> Date: Friday, September 19, 2014 @ 23:22:24 Author: iulius Revision: 9697 Fix header inclusions to match the ones from rra-c-util Modified: trunk/include/inn/xwrite.h trunk/lib/seteuid.c ----------------------+ include/inn/xwrite.h | 1 - lib/seteuid.c | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) Modified: include/inn/xwrite.h =================================================================== --- include/inn/xwrite.h 2014-09-20 06:17:39 UTC (rev 9696) +++ include/inn/xwrite.h 2014-09-20 06:22:24 UTC (rev 9697) @@ -34,7 +34,6 @@ #include "config.h" #include "portable/macros.h" -#include <stddef.h> #include <sys/types.h> /* Forward declaration to avoid an include. */ Modified: lib/seteuid.c =================================================================== --- lib/seteuid.c 2014-09-20 06:17:39 UTC (rev 9696) +++ lib/seteuid.c 2014-09-20 06:22:24 UTC (rev 9697) @@ -28,7 +28,9 @@ */ #include "config.h" -#include "clibrary.h" +#if HAVE_UNISTD_H +# include <unistd.h> +#endif int seteuid(uid_t euid) ------------------------------ _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers End of inn-committers Digest, Vol 67, Issue 12 **********************************************