- updated to 0.30.215

This commit is contained in:
ensc 2008-04-12 09:18:42 +00:00
commit 9600aae955
4 changed files with 5 additions and 18 deletions

View file

@ -1 +1,2 @@
util-vserver-*.tar.bz2*
util-vserver-0.30.215.tar.bz2
util-vserver-0.30.215.tar.bz2.asc

View file

@ -1 +1 @@
0.30.214
0.30.215

View file

@ -1,2 +1,2 @@
8bad879e36a6a1b9b4858d0d6d3c8c76 util-vserver-0.30.214.tar.bz2
ce8fd758ce4d201791020f6f87f0bddf util-vserver-0.30.214.tar.bz2.asc
befd9b8e5311e87395b67ee381d83649 util-vserver-0.30.215.tar.bz2
783de8acf8f16e56c1b8cf4a7b683994 util-vserver-0.30.215.tar.bz2.asc

View file

@ -1,14 +0,0 @@
Index: lib_internal/util-safechdir.h
===================================================================
--- lib_internal/util-safechdir.h (revision 2605)
+++ lib_internal/util-safechdir.h (working copy)
@@ -19,7 +19,8 @@
#ifndef H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H
#define H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H
-struct stat;
+#include <sys/stat.h>
+
int safeChdir(char const *, struct stat const *exp_stat) NONNULL((1,2));
#define EsafeChdir(PATH,EXP_STAT) \