mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user