patch-2.3.35 linux/fs/stat.c
Next file: linux/include/asm-ppc/hw_irq.h
Previous file: linux/fs/qnx4/symlinks.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Dec 21 21:56:42 1999
- Orig file:
v2.3.34/linux/fs/stat.c
- Orig date:
Mon Dec 20 18:48:22 1999
diff -u --recursive --new-file v2.3.34/linux/fs/stat.c linux/fs/stat.c
@@ -283,7 +283,7 @@
/* ---------- LFS-64 ----------- */
-#if BITS_PER_LONG == 32
+#if !defined(__alpha__)
static long cp_new_stat64(struct inode * inode, struct stat64 * statbuf)
{
@@ -400,4 +400,4 @@
return err;
}
-#endif /* BITS_PER_LONG == 32 */
+#endif /* LFS-64 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)