mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r18950: I can't see where stropts.h and poll.h are needed
(I just removed the only reference to poll() in my last commit) they were added in this commit, without make usage of them. http://cvs.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.21&r2=1.22&f=h http://cvs.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.105&r2=1.106&f=h metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f994494141
commit
b852cf46c2
@@ -118,14 +118,6 @@
|
||||
#include "system/time.h"
|
||||
#include "system/wait.h"
|
||||
|
||||
#ifdef HAVE_STROPTS_H
|
||||
#include <stropts.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_RPC_RPC_H)
|
||||
/*
|
||||
* Check for AUTH_ERROR define conflict with rpc/rpc.h in prot.h.
|
||||
|
||||
Reference in New Issue
Block a user