summaryrefslogtreecommitdiffstats
path: root/shadow/shadow-add-missing-include.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 13:23:30 +0000
committerpiernov <piernov@piernov.org>2012-03-04 13:23:30 +0000
commit15f2acd36dde7369bd3984b20cd438e13e9a74ee (patch)
treed6ca8fd3a6f70b509d9cabbfac12089c05172629 /shadow/shadow-add-missing-include.patch
parent37e0be0974cd40e6bc0f3c579cc1d1f2c9c53028 (diff)
downloadnutyx-pakxe-15f2acd36dde7369bd3984b20cd438e13e9a74ee.tar.gz
nutyx-pakxe-15f2acd36dde7369bd3984b20cd438e13e9a74ee.tar.bz2
nutyx-pakxe-15f2acd36dde7369bd3984b20cd438e13e9a74ee.tar.xz
nutyx-pakxe-15f2acd36dde7369bd3984b20cd438e13e9a74ee.zip
shadow 4.1.5-1 màj port
Diffstat (limited to 'shadow/shadow-add-missing-include.patch')
-rw-r--r--shadow/shadow-add-missing-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/shadow/shadow-add-missing-include.patch b/shadow/shadow-add-missing-include.patch
new file mode 100644
index 000000000..5c9e946ef
--- /dev/null
+++ b/shadow/shadow-add-missing-include.patch
@@ -0,0 +1,11 @@
+diff -Naur shadow-4.1.4.2+svn3283/libmisc/copydir.c shadow-4.1.4.2+svn3283.new/libmisc/copydir.c
+--- shadow-4.1.4.2+svn3283/libmisc/copydir.c 2010-09-05 11:35:26.000000000 -0400
++++ shadow-4.1.4.2+svn3283.new/libmisc/copydir.c 2011-06-26 01:26:52.000000000 -0400
+@@ -34,6 +34,7 @@
+
+ #ident "$Id: copydir.c 3283 2010-09-05 15:34:42Z nekral-guest $"
+
++#include <stdarg.h>
+ #include <assert.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>