From: Amos Jeffries Date: Tue, 29 Apr 2008 03:17:05 +0000 (-0600) Subject: Oops. I broke something with strnstr. X-Git-Tag: SQUID_3_0_STABLE5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb33b0332ac8c6758a13283e0b36d519b346edda;p=thirdparty%2Fsquid.git Oops. I broke something with strnstr. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 0ee91c1eb8..5dacdd852c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -68,7 +68,6 @@ libmiscutil_a_SOURCES = \ safe_inet_addr.c \ $(SNPRINTFSOURCE) \ Splay.cc \ - strnstr.h \ strnstr.cc \ $(STRSEPSOURCE) \ $(STRTOLLSOURCE) \ diff --git a/lib/Makefile.in b/lib/Makefile.in index a7e33342fd..6724774774 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -60,8 +60,8 @@ libmiscutil_a_DEPENDENCIES = libTrie/src/Trie.o libTrie/src/TrieNode.o \ am__libmiscutil_a_SOURCES_DIST = MemPool.cc base64.c getfullhostname.c \ hash.c heap.c html_quote.c iso3307.c md5.c radix.c rfc1035.c \ rfc1123.c rfc1738.c rfc2617.c safe_inet_addr.c Splay.cc \ - strnstr.h strnstr.cc strsep.c strtoll.c stub_memaccount.c \ - util.c uudecode.c assert.c xusleep.c Profiler.c win32lib.c + strnstr.cc strsep.c strtoll.c stub_memaccount.c util.c \ + uudecode.c assert.c xusleep.c Profiler.c win32lib.c @NEED_OWN_STRSEP_TRUE@am__objects_1 = strsep.$(OBJEXT) @NEED_OWN_STRTOLL_TRUE@am__objects_2 = strtoll.$(OBJEXT) @ENABLE_XPROF_STATS_TRUE@am__objects_3 = Profiler.$(OBJEXT) @@ -396,7 +396,6 @@ libmiscutil_a_SOURCES = \ safe_inet_addr.c \ $(SNPRINTFSOURCE) \ Splay.cc \ - strnstr.h \ strnstr.cc \ $(STRSEPSOURCE) \ $(STRTOLLSOURCE) \