1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

remove include <netinet/in.h> from public ctdb.h

This is not portable.
The ctdb build includes the necessary headers from includes.h.
And users of ctdb should cope with including the necessary
prerequisite headers themselves.

Michael

(This used to be ctdb commit fedc6983f5dee39152e6f400f89a3e07eab57f0c)
This commit is contained in:
Michael Adam 2009-01-29 13:22:02 +01:00
parent bd55c66845
commit 1821d5619b

View File

@ -20,8 +20,6 @@
#ifndef _CTDB_H
#define _CTDB_H
#include <netinet/in.h>
#define CTDB_IMMEDIATE_MIGRATION 0x00000001
struct ctdb_call {
int call_id;