From: Derrick Brashear Date: Thu, 13 Apr 2006 22:09:55 +0000 (+0000) Subject: STABLE14-irix-ifnet-flags-20060413 X-Git-Tag: openafs-stable-1_4_1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=dd4059cf136aba74d3318c52b9d2952939a2682b;p=packages%2Fo%2Fopenafs.git STABLE14-irix-ifnet-flags-20060413 make ifnet_flags b e defined for irix also (cherry picked from commit bbf4620d2d5c0d80d01f737b5bdda794453dd4ad) --- diff --git a/src/afs/IRIX/osi_machdep.h b/src/afs/IRIX/osi_machdep.h index 1397946d3..e13bbfb8a 100644 --- a/src/afs/IRIX/osi_machdep.h +++ b/src/afs/IRIX/osi_machdep.h @@ -43,6 +43,7 @@ extern flid_t osi_flid; #define vfs_data vfs_bh.bh_first->bd_pdata #endif /* AFS_SGI64_ENV */ +#define ifnet_flags(x) (x?(x)->if_flags:0) /* * Global lock, semaphore, mutex and state vector support.