patch-2.3.4 linux/fs/stat.c
Next file: linux/include/asm-alpha/processor.h
Previous file: linux/fs/select.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon May 24 22:47:43 1999
- Orig file:
v2.3.3/linux/fs/stat.c
- Orig date:
Fri Nov 13 10:07:26 1998
diff -u --recursive --new-file v2.3.3/linux/fs/stat.c linux/fs/stat.c
@@ -24,7 +24,7 @@
}
-#if !defined(__alpha__) && !defined(__sparc__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
/*
* For backward compatibility? Maybe this should be moved
@@ -114,7 +114,7 @@
}
-#if !defined(__alpha__) && !defined(__sparc__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
/*
* For backward compatibility? Maybe this should be moved
* into arch/i386 instead?
@@ -160,7 +160,7 @@
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
/*
* For backward compatibility? Maybe this should be moved
@@ -208,7 +208,7 @@
return error;
}
-#if !defined(__alpha__) && !defined(__sparc__)
+#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__)
/*
* 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)