From: ian Date: Sat, 8 Apr 2006 12:15:10 +0000 (+0000) Subject: final tidyings for 1.0.5 X-Git-Tag: debian_version_1_0_5~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=bb4d9ee4c7f9ebb0b3e9180475138ce060f69f70;hp=a3188674ee2386b7b2ca66116f9bcce71b32a9dd final tidyings for 1.0.5 --- diff --git a/config.h.in b/config.h.in index 994d258..e3de9bf 100644 --- a/config.h.in +++ b/config.h.in @@ -39,7 +39,7 @@ #endif /* VSNPRINTF */ -#ifndef HAVE_VSNPRINTFx +#ifndef HAVE_VSNPRINTF # error "You must have vsnprintf! Without vsnprintf it is very hard to write secure programs. If you don't have it then your system libc is probably full of hideous buffer overrun security bugs. But, if you don't want to fix your system a portable snprintf can be found at http://www.ijs.si/software/snprintf/" #endif diff --git a/configure b/configure index 91d74a4..6cbbdb2 100755 --- a/configure +++ b/configure @@ -1017,7 +1017,7 @@ else echo "$ac_t""no" 1>&6 fi -for ac_func in setenv strsignal +for ac_func in setenv strsignal vsnprintf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:1024: checking for $ac_func" >&5 diff --git a/debian/changelog b/debian/changelog index cbd0e16..fe5f6bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ userv (1.0.5) unstable; urgency=low * Use install -g 0 instead of -g root. This is more portable, I hope. * Detect missing vsnprintf and mention URL from Nelson Beebe in err msg. - -- + -- Ian Jackson Sat, 8 Apr 2006 13:08:21 +0100 userv (1.0.4) unstable; urgency=low diff --git a/overlord.c b/overlord.c index 3ba4114..020fff0 100644 --- a/overlord.c +++ b/overlord.c @@ -82,7 +82,7 @@ static void checkstalepipes(void) { static void sighandler_chld(int x) { pid_t r; - int status, es, ar; + int status, es; es= errno; for (;;) {