From: Jim Rees Date: Wed, 2 Oct 2002 22:45:19 +0000 (+0000) Subject: openbsd-mbuf-before-in-20021002 X-Git-Tag: openafs-devel-1_3_50~586 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1529f89e665a82d4a1d5256dd5a269d3a5bb0cb7;p=packages%2Fo%2Fopenafs.git openbsd-mbuf-before-in-20021002 include mbuf.h before in.h let me know if this breaks anything --- diff --git a/src/dir/dir.c b/src/dir/dir.c index 4828b7ce1..4b1262af5 100644 --- a/src/dir/dir.c +++ b/src/dir/dir.c @@ -73,12 +73,12 @@ RCSID("$Header$"); #endif /* AFS_MACH_ENV */ #endif #endif -#ifndef AFS_LINUX20_ENV -#include "../netinet/in.h" -#endif #if !defined(AFS_SUN5_ENV) && !defined(AFS_LINUX20_ENV) #include "../h/mbuf.h" #endif +#ifndef AFS_LINUX20_ENV +#include "../netinet/in.h" +#endif #else /* !defined(UKERNEL) */ #include "../afs/stds.h" #include "../afs/sysincludes.h"