]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-linux-ia32-offsets-include-change-20051101
authorJeffrey Hutzelman <jhutz@cmu.edu>
Wed, 2 Nov 2005 00:28:17 +0000 (00:28 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 2 Nov 2005 00:28:17 +0000 (00:28 +0000)
include these correctly

(cherry picked from commit c558c12d2b93d6ff664542ea4a667f97c4368588)

src/afs/LINUX/osi_module.c
src/afs/LINUX/osi_syscall.c

index f2ca2b253816c8a2124eb0bf2a4f2af0b22897ff..16f4384d722ef47e5a710ef02df899f3a4a32e3c 100644 (file)
@@ -24,7 +24,7 @@ RCSID
 #include "h/mm.h"
 
 #ifdef AFS_AMD64_LINUX20_ENV
-#include "../asm/ia32_unistd.h"
+#include <asm/ia32_unistd.h>
 #endif
 
 #include <linux/proc_fs.h>
index 3fa69a97bd32652a655e0bbda8bc15a75c0f775d..75cb922dab7837aa6714195e95f13e02bea76cfb 100644 (file)
@@ -26,7 +26,7 @@ RCSID
 #include "h/mm.h"
 
 #ifdef AFS_AMD64_LINUX20_ENV
-#include "../asm/ia32_unistd.h"
+#include <asm/ia32_unistd.h>
 #endif
 
 #include <linux/proc_fs.h>