From: Derrick Brashear Date: Mon, 10 Oct 2011 20:44:05 +0000 (-0400) Subject: bypasscache: don't define uio_t for ukernel X-Git-Tag: upstream/1.6.1.pre1^2~190 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a826900040039c03c56c0ac797ee4bc23c1742a5;p=packages%2Fo%2Fopenafs.git bypasscache: don't define uio_t for ukernel we shouldn't need this Change-Id: I2141622a70dd9f78676633dce2e0ea11cba6a508 Reviewed-on: http://gerrit.openafs.org/5590 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs_bypasscache.h b/src/afs/afs_bypasscache.h index af90bc411..ae7adb622 100644 --- a/src/afs/afs_bypasscache.h +++ b/src/afs/afs_bypasscache.h @@ -71,7 +71,9 @@ #define AFS_CACHE_BYPASS_DISABLED -1 #ifdef UKERNEL +#ifdef AFS_USR_LINUX24_ENV typedef struct uio uio_t; +#endif #ifndef PAGE_SIZE #define PAGE_SIZE 1024 * sizeof(long) / 8 #endif