svn commit: samba r13662 - in branches/SAMBA_4_0/source/lib: . socket util

jelmer at samba.org jelmer at samba.org
Thu Feb 23 20:56:11 GMT 2006


Author: jelmer
Date: 2006-02-23 20:56:10 +0000 (Thu, 23 Feb 2006)
New Revision: 13662

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13662

Log:
Typo fix, add more public headers

Modified:
   branches/SAMBA_4_0/source/lib/basic.mk
   branches/SAMBA_4_0/source/lib/socket/config.mk
   branches/SAMBA_4_0/source/lib/util/config.mk
   branches/SAMBA_4_0/source/lib/util/ms_fnmatch.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/basic.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/basic.mk	2006-02-23 17:06:51 UTC (rev 13661)
+++ branches/SAMBA_4_0/source/lib/basic.mk	2006-02-23 20:56:10 UTC (rev 13662)
@@ -66,5 +66,3 @@
 OBJ_FILES = db_wrap.o \
 		gendb.o
 REQUIRED_SUBSYSTEMS = LIBLDB LIBTDB
-
-

Modified: branches/SAMBA_4_0/source/lib/socket/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/config.mk	2006-02-23 17:06:51 UTC (rev 13661)
+++ branches/SAMBA_4_0/source/lib/socket/config.mk	2006-02-23 20:56:10 UTC (rev 13662)
@@ -44,6 +44,6 @@
 		connect_multi.o \
 		connect.o
 NOPROTO=YES
-REQUIRED_SUBSYSTEMS = LIBCLI_RESOLVE
+REQUIRED_SUBSYSTEMS = LIBCLI_RESOLVE SOCKET_WRAPPER LIBTALLOC
 # End SUBSYSTEM SOCKET
 ################################################

Modified: branches/SAMBA_4_0/source/lib/util/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/util/config.mk	2006-02-23 17:06:51 UTC (rev 13661)
+++ branches/SAMBA_4_0/source/lib/util/config.mk	2006-02-23 20:56:10 UTC (rev 13662)
@@ -1,6 +1,15 @@
-[SUBSYSTEM::LIBBASIC]
+[LIBRARY::LIBBASIC]
+MAJOR_VERSION = 0
+MINOR_VERSION = 0
+RELEASE_VERSION = 1
+DESCRIPTION = Generic utility functions
 PRIVATE_PROTO_HEADER = util_proto.h
-PUBLIC_HEADERS = util.h
+PUBLIC_HEADERS = util.h \
+				 byteorder.h \
+				 debug.h \
+				 mutex.h \
+				 safe_string.h \
+				 xfile.h
 OBJ_FILES = xfile.o \
 		debug.o \
 		fault.o \

Modified: branches/SAMBA_4_0/source/lib/util/ms_fnmatch.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/ms_fnmatch.c	2006-02-23 17:06:51 UTC (rev 13661)
+++ branches/SAMBA_4_0/source/lib/util/ms_fnmatch.c	2006-02-23 20:56:10 UTC (rev 13662)
@@ -161,7 +161,7 @@
 	}
 
 	if (strpbrk(pattern, "<>*?\"") == NULL) {
-		/* this is not just an optmisation - it is essential
+		/* this is not just an optimisation - it is essential
 		   for LANMAN1 correctness */
 		return strcasecmp_m(pattern, string);
 	}



More information about the samba-cvs mailing list