]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE10-linux-ppc-minor-cleanup-20010119
authorSam Hartman <hartmans@mit.edu>
Fri, 19 Jan 2001 09:53:12 +0000 (09:53 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 19 Jan 2001 09:53:12 +0000 (09:53 +0000)
Minor fixes for PPC Linux

(cherry picked from commit acceff25eb133d218809121fef0e31f38c052f59)

src/libafs/MakefileProto.LINUX
src/vol/partition.c

index 98f9ca732601c604ecafa1bea77ff7ad08be788f..cb6cd6882731a7d6ce1262ccd08be5056551065a 100644 (file)
@@ -106,6 +106,8 @@ ${COMPDIRS}:
                ln -s $${IDIR} netinet; \
                rm -f sys; \
                ln -s $${IDIR} sys; \
+               rm -f asm-generic; \
+               ln -s ${LINUX_SRCDIR}$$v/include/asm-generic asm-generic; \
                rm -f asm; \
 <i386_linux22 i386_linux24>
                ln -s ${LINUX_SRCDIR}$$v/include/asm-i386 asm ; \
index c3409de5f18c846a6df86b2d9e8c1de50c079d21..9e3ad50dc51f6cf3e4440c7b1d6e446497e5f036 100644 (file)
@@ -71,8 +71,7 @@
 #else
 #ifdef AFS_LINUX22_ENV
 #include <mntent.h>
-#include <linux/fs.h>
-#include <linux/ext2_fs.h>
+#include <sys/statfs.h>
 #else
 #include <fstab.h>
 #endif