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:
Simon Wilkinson 2010-10-29 19:19:48 +01:00 committed by Derrick Brashear
parent 0a87f5852a
commit c094874817

View File

@ -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>