remove src/socketcompat.h; no longer needed

* src/socketcompat.h: Remove file.
* src/remote_internal.c: Don't include socketcompat.h.
* qemud/qemud.h: Likewise.
* qemud/remote_protocol.x: Likewise, but do include <arpa/inet.h>
for htonl.
* src/remote_internal.c: Likewise, but do include <errno.h>.
* qemud/remote_protocol.c: Regenererate.
* qemud/remote_protocol.h: Regenererate.
* src/Makefile.am (REMOTE_DRIVER_SOURCES): Remove socketcompat.h.
This commit is contained in:
Jim Meyering
2008-10-28 19:09:04 +00:00
parent d6efc2ffd3
commit f79ebbd121
8 changed files with 21 additions and 52 deletions

View File

@@ -6,7 +6,7 @@
#include "remote_protocol.h"
#include <config.h>
#include "internal.h"
#include "socketcompat.h"
#include <arpa/inet.h>
bool_t
xdr_remote_nonnull_string (XDR *xdrs, remote_nonnull_string *objp)