patch-2.3.99-pre6 linux/fs/stat.c
Next file: linux/fs/super.c
Previous file: linux/fs/smbfs/file.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Thu Apr 13 17:06:05 2000
- Orig file:
v2.3.99-pre5/linux/fs/stat.c
- Orig date:
Thu Feb 10 17:11:19 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/fs/stat.c linux/fs/stat.c
@@ -25,7 +25,7 @@
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
@@ -115,7 +115,7 @@
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
* into arch/i386 instead?
@@ -161,7 +161,7 @@
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
@@ -209,7 +209,7 @@
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(__s390__)
/*
* For backward compatibility? Maybe this should be moved
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)