From: Jeffrey Hutzelman Date: Wed, 2 Nov 2005 00:28:17 +0000 (+0000) Subject: STABLE14-linux-ia32-offsets-include-change-20051101 X-Git-Tag: openafs-stable-1_4_1-rc2~33 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0fe67fa05cc4b2f0347fdf45011c27aa79ac8957;p=packages%2Fo%2Fopenafs.git STABLE14-linux-ia32-offsets-include-change-20051101 include these correctly (cherry picked from commit c558c12d2b93d6ff664542ea4a667f97c4368588) --- diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index f2ca2b253..16f4384d7 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -24,7 +24,7 @@ RCSID #include "h/mm.h" #ifdef AFS_AMD64_LINUX20_ENV -#include "../asm/ia32_unistd.h" +#include #endif #include diff --git a/src/afs/LINUX/osi_syscall.c b/src/afs/LINUX/osi_syscall.c index 3fa69a97b..75cb922da 100644 --- a/src/afs/LINUX/osi_syscall.c +++ b/src/afs/LINUX/osi_syscall.c @@ -26,7 +26,7 @@ RCSID #include "h/mm.h" #ifdef AFS_AMD64_LINUX20_ENV -#include "../asm/ia32_unistd.h" +#include #endif #include