The branch, master has been updated via c200e8632f70dfbdf67279ed5c621d0fe97e1d2d (commit) from d8425032ccf53a65512b30e8068401e51dba8f20 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit c200e8632f70dfbdf67279ed5c621d0fe97e1d2d Author: Stefan Metzmacher <me...@samba.org> Date: Tue Mar 31 20:33:33 2009 +0200 tsocket: try to fix the build on solaris FIONREAD was missing metze ----------------------------------------------------------------------- Summary of changes: lib/tsocket/tsocket_bsd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/lib/tsocket/tsocket_bsd.c b/lib/tsocket/tsocket_bsd.c index 3d13dfd..8254f5d 100644 --- a/lib/tsocket/tsocket_bsd.c +++ b/lib/tsocket/tsocket_bsd.c @@ -22,6 +22,7 @@ */ #include "replace.h" +#include "system/filesys.h" #include "system/network.h" #include "tsocket.h" #include "tsocket_internal.h" -- Samba Shared Repository