pull up changes for OpenBSD 3.8/3.9 to 1.4.x branch
#ifndef AFS_DARWIN80_ENV
#define ifnet_mtu(x) (x)->if_mtu
+#define ifnet_flags(x) (x?(x)->if_flags:0)
#define AFS_IFNET_T struct ifnet *
#else
#define AFS_IFNET_T ifnet_t
("$Header$");
#ifdef KERNEL
+#include "afs/sysincludes.h"
#ifndef UKERNEL
#include "h/types.h"
#include "h/uio.h"
#include "rx/xdr.h"
#include "netinet/in.h"
#else /* !UKERNEL */
-#include "afs/sysincludes.h"
#include "rpc/types.h"
#include "rpc/xdr.h"
#endif /* !UKERNEL */