Magellan Linux

Contents of /trunk/shadow/patches/shadow-4.1.5-missing-include.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1665 - (show annotations) (download)
Fri Mar 2 12:56:18 2012 UTC (12 years, 1 month ago) by niro
File size: 440 byte(s)
-added patch to fix includes
1 diff -Naur shadow-4.1.4.2+svn3283/libmisc/copydir.c shadow-4.1.4.2+svn3283.new/libmisc/copydir.c
2 --- shadow-4.1.4.2+svn3283/libmisc/copydir.c 2010-09-05 11:35:26.000000000 -0400
3 +++ shadow-4.1.4.2+svn3283.new/libmisc/copydir.c 2011-06-26 01:26:52.000000000 -0400
4 @@ -34,6 +34,7 @@
5
6 #ident "$Id: copydir.c 3283 2010-09-05 15:34:42Z nekral-guest $"
7
8 +#include <stdarg.h>
9 #include <assert.h>
10 #include <sys/stat.h>
11 #include <sys/types.h>