]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-aix-export-h-20050920
authorJoe Buehler <aspam@cox.net>
Wed, 21 Sep 2005 01:03:56 +0000 (01:03 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 21 Sep 2005 01:03:56 +0000 (01:03 +0000)
FIXES 21723

make sure we include our export.h and not the one from nfs.

(cherry picked from commit 664c5f83fea216fe8e1213ba50cf955dd5d768a2)

src/afs/AIX/osi_config.c

index edd80051cd6e4aec1fc7fcec948dd3a355521e1b..ee9e87eb7fcb6577d9e717422de78ed333779c09 100644 (file)
@@ -60,7 +60,7 @@ RCSID
 #include <sys/malloc.h>                /* for the parameters to xmalloc()              */
 #include "afs/afs_osi.h"       /* pick up osi_timeval_t for afs_stats.h */
 #include "afs/afs_stats.h"
-#include "export.h"
+#include "../export.h"
 
 #ifdef KOFF
 #define KOFF_PRESENT   1