mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
util: netutils never builds in the kernel ...
... so stop pretending that it does. Change-Id: I9d1d7c9b8c826f18e7f02decdb555956b257e155 Reviewed-on: http://gerrit.openafs.org/3201 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
0a87f5852a
commit
c094874817
@ -13,32 +13,22 @@
|
||||
*/
|
||||
|
||||
#include <afsconfig.h>
|
||||
#ifdef KERNEL
|
||||
#include "afs/param.h"
|
||||
#else
|
||||
#include <afs/param.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#ifdef KERNEL
|
||||
#include "afs/sysincludes.h"
|
||||
#include "afsincludes.h"
|
||||
#if defined(AFS_NT40_ENV)
|
||||
# include <winsock2.h>
|
||||
#else
|
||||
#ifdef AFS_NT40_ENV
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <sys/errno.h>
|
||||
# if defined(__FreeBSD__)
|
||||
# include <sys/types.h>
|
||||
# endif
|
||||
# include <netinet/in.h>
|
||||
# include <sys/errno.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include <rx/rx.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user