Author: metze Date: 2006-09-27 11:15:03 +0000 (Wed, 27 Sep 2006) New Revision: 18948
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18948 Log: fix the build on solaris, the ioctl() prototype in unistd.h was included after libreplace defined ioctl swrap_ioctl metze Modified: branches/SAMBA_4_0/source/lib/tdr/tdr.c Changeset: Modified: branches/SAMBA_4_0/source/lib/tdr/tdr.c =================================================================== --- branches/SAMBA_4_0/source/lib/tdr/tdr.c 2006-09-27 10:13:45 UTC (rev 18947) +++ branches/SAMBA_4_0/source/lib/tdr/tdr.c 2006-09-27 11:15:03 UTC (rev 18948) @@ -22,8 +22,8 @@ */ #include "includes.h" +#include "system/filesys.h" #include "system/network.h" -#include "system/filesys.h" #include "tdr/tdr.h" #define TDR_BASE_MARSHALL_SIZE 1024
