INN commit: trunk (4 files)
INN Commit
rra at isc.org
Thu Jan 4 15:10:33 UTC 2018
Date: Thursday, January 4, 2018 @ 07:10:33
Author: iulius
Revision: 10214
Remove obsolete memcpy stuff
Modified:
trunk/LICENSE
trunk/support/getrra-c-util
trunk/support/mkmanifest
trunk/tests/lib/ (properties)
-----------------------+
LICENSE | 10 +++++-----
support/getrra-c-util | 3 ---
support/mkmanifest | 1 -
tests/lib | 1 -
4 files changed, 5 insertions(+), 10 deletions(-)
Modified: LICENSE
===================================================================
--- LICENSE 2018-01-04 15:09:43 UTC (rev 10213)
+++ LICENSE 2018-01-04 15:10:33 UTC (rev 10214)
@@ -3,7 +3,7 @@
and license:
Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
- 2013, 2014, 2015, 2016, 2017
+ 2013, 2014, 2015, 2016, 2017, 2018
by Internet Systems Consortium, Inc. ("ISC")
Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003 by The Internet Software Consortium and Rich Salz
@@ -31,10 +31,10 @@
General Public License version 2 or later. See doc/GPL for a copy of
the GPL v2.
- backends/shrinkfile.c, frontends/scanspool.in, lib/alloca.c, lib/concat.c,
- lib/inet_aton.c, lib/inet_ntoa.c, lib/memcmp.c, lib/pread.c, lib/pwrite.c,
- lib/setenv.c, lib/seteuid.c, lib/strlcat.c and lib/strlcpy.c are in
- the public domain.
+ backends/shrinkfile.c, frontends/scanspool.in, lib/alloca.c,
+ lib/concat.c, lib/inet_aton.c, lib/inet_ntoa.c, lib/pread.c,
+ lib/pwrite.c, lib/setenv.c, lib/seteuid.c, lib/strlcat.c and
+ lib/strlcpy.c are in the public domain.
lib/snprintf.c may be used for any purpose as long as the author's
notice remains intact in all source code distributions.
Modified: support/getrra-c-util
===================================================================
--- support/getrra-c-util 2018-01-04 15:09:43 UTC (rev 10213)
+++ support/getrra-c-util 2018-01-04 15:10:33 UTC (rev 10214)
@@ -180,9 +180,6 @@
#endif\\
#if !HAVE_STRTOK\\
extern char * strtok(char *, const char *);\\
-#endif\\
-#if !HAVE_MEMCMP\\
-extern int memcmp(const void *, const void *, size_t);\\
#endif" \
-e '/#if !HAVE_DAEMON/,+2d' \
-e '/#if !HAVE_ISSETUGID/,+2d' \
Modified: support/mkmanifest
===================================================================
--- support/mkmanifest 2018-01-04 15:09:43 UTC (rev 10213)
+++ support/mkmanifest 2018-01-04 15:10:33 UTC (rev 10214)
@@ -289,7 +289,6 @@
tests/lib/innconf.t
tests/lib/list.t
tests/lib/md5.t
-tests/lib/memcmp.t
tests/lib/messageid.t
tests/lib/messages.t
tests/lib/mkstemp.t
Index: trunk/tests/lib
===================================================================
--- tests/lib 2018-01-04 15:09:43 UTC (rev 10213)
+++ tests/lib 2018-01-04 15:10:33 UTC (rev 10214)
Property changes on: trunk/tests/lib
___________________________________________________________________
Modified: svn:ignore
## -21,7 +21,6 ##
innconf.t
list.t
md5.t
-memcmp.t
messageid.t
messages.t
mkstemp.t
More information about the inn-committers
mailing list