1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18948: fix the build on solaris, the ioctl() prototype

in unistd.h was included after libreplace defined ioctl swrap_ioctl

metze
(This used to be commit 55b25a9fcf)
This commit is contained in:
Stefan Metzmacher 2006-09-27 11:15:03 +00:00 committed by Gerald (Jerry) Carter
parent 174742a74c
commit c09504ac33

View File

@ -22,8 +22,8 @@
*/
#include "includes.h"
#include "system/network.h"
#include "system/filesys.h"
#include "system/network.h"
#include "tdr/tdr.h"
#define TDR_BASE_MARSHALL_SIZE 1024