Updated to current upstream.

This commit is contained in:
nekral-guest
2007-11-20 19:04:43 +00:00
parent 8b6415c8cb
commit ab9d319d06
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Index: shadow-4.0.18.1/lib/commonio.c
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
+3 -3
View File
@@ -8,9 +8,9 @@ Index: shadow-4.0.18.1/libmisc/Makefile.am
--- 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