1 Oct 2005 01:10
svn commit: samba r10664 - in branches/SAMBA_4_0/source: include/system lib/replace
<jelmer <at> samba.org>
2005-09-30 23:10:23 GMT
2005-09-30 23:10:23 GMT
Author: jelmer Date: 2005-09-30 23:10:20 +0000 (Fri, 30 Sep 2005) New Revision: 10664 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10664 Log: Include limits.h in replace.h for HOST_NAME_MAX Modified: branches/SAMBA_4_0/source/include/system/filesys.h branches/SAMBA_4_0/source/lib/replace/replace.h Changeset: Modified: branches/SAMBA_4_0/source/include/system/filesys.h =================================================================== --- branches/SAMBA_4_0/source/include/system/filesys.h 2005-09-30 22:08:06 UTC (rev 10663) +++ branches/SAMBA_4_0/source/include/system/filesys.h 2005-09-30 23:10:20 UTC (rev 10664) <at> <at> -103,25 +103,11 <at> <at> #include <sys/xattr.h> #endif -/* Load header file for dynamic linking stuff */ -#ifdef HAVE_DLFCN_H -#include <dlfcn.h> -#endif #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> #endif(Continue reading)
RSS Feed