From dd4059cf136aba74d3318c52b9d2952939a2682b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 13 Apr 2006 22:09:55 +0000 Subject: [PATCH] STABLE14-irix-ifnet-flags-20060413 make ifnet_flags b e defined for irix also (cherry picked from commit bbf4620d2d5c0d80d01f737b5bdda794453dd4ad) --- src/afs/IRIX/osi_machdep.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5