chiark / gitweb /
final tidyings for 1.0.5
authorian <ian>
Sat, 8 Apr 2006 12:15:10 +0000 (12:15 +0000)
committerian <ian>
Sat, 8 Apr 2006 12:15:10 +0000 (12:15 +0000)
config.h.in
configure
debian/changelog
overlord.c

index 994d2588861e25337f9a21c57890898a992c875c..e3de9bfcc99305a18e711d9239bbe8a29941501d 100644 (file)
@@ -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
 
index 91d74a4cbfa1fcf0e347976166987b05c700887e..6cbbdb22653f13ad8c993f1af52d9e35eceb531c 100755 (executable)
--- 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
index cbd0e16226ea877f6870effd90fc0a15d01d7dfb..fe5f6bf97a0943ee03d314043edafd0a43d0fcc9 100644 (file)
@@ -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 <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:08:21 +0100
 
 userv (1.0.4) unstable; urgency=low
 
index 3ba4114008d041db558a90196c4ecc2369edec57..020fff09098fb36ad9d3c994a344214fe7270d2b 100644 (file)
@@ -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 (;;) {