summaryrefslogtreecommitdiff
blob: a77c9a9db983eb5ffb19c4dd24912158fd6b55e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- silo-1.4.9/second/fs/ext2.c.orig	2005-04-05 22:39:41.000000000 -0700
+++ silo-1.4.9/second/fs/ext2.c	2005-04-05 22:58:17.000000000 -0700
@@ -19,6 +19,9 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
    USA.  */
 
+/* Prevent usersparce time.h from being included and messing up our time() */
+#define _TIME_H
+
 #include <sys/types.h>
 #include <silo.h>
 #include <file.h>