[Pkg-shadow-commits] r1426 - debian/trunk/debian/patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Nov 20 19:04:43 UTC 2007


Author: nekral-guest
Date: 2007-11-20 19:04:43 +0000 (Tue, 20 Nov 2007)
New Revision: 1426

Modified:
   debian/trunk/debian/patches/403_fix_PATH-MAX_hurd
   debian/trunk/debian/patches/466_fflush-prompt
Log:
Updated to current upstream.


Modified: debian/trunk/debian/patches/403_fix_PATH-MAX_hurd
===================================================================
--- debian/trunk/debian/patches/403_fix_PATH-MAX_hurd	2007-11-20 19:04:01 UTC (rev 1425)
+++ debian/trunk/debian/patches/403_fix_PATH-MAX_hurd	2007-11-20 19:04:43 UTC (rev 1426)
@@ -21,7 +21,7 @@
  	int res;
  
  #if defined(S_ISLNK)
- 	struct stat sb = { 0 };
+ 	struct stat sb;
  	if (lstat (new, &sb) == 0 && S_ISLNK (sb.st_mode)) {
 -		if (realpath (new, resolved_path) == NULL) {
 +#ifndef PATH_MAX

Modified: debian/trunk/debian/patches/466_fflush-prompt
===================================================================
--- debian/trunk/debian/patches/466_fflush-prompt	2007-11-20 19:04:01 UTC (rev 1425)
+++ debian/trunk/debian/patches/466_fflush-prompt	2007-11-20 19:04:43 UTC (rev 1426)
@@ -8,9 +8,9 @@
 --- shadow-4.0.18.1.orig/libmisc/Makefile.am	2005-09-05 18:21:37.000000000 +0200
 +++ shadow-4.0.18.1/libmisc/Makefile.am	2006-09-17 12:18:05.616098001 +0200
 @@ -49,4 +49,5 @@
- 	ulimit.c \
- 	utmp.c \
- 	valid.c \
+ 	xgetgrnam.c \
+ 	xgetgrgid.c \
+ 	xgetspnam.c \
 -	xmalloc.c
 +	xmalloc.c \
 +	yesno.c




More information about the Pkg-shadow-commits mailing list