PERFORCE change 106401 for review

Robert Watson rwatson at FreeBSD.org
Wed Sep 20 07:14:58 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106401

Change 106401 by rwatson at rwatson_zoo on 2006/09/20 14:14:10

	Check for strlcat(), now used by bsm_control.c.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/configure.ac#31 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/configure.ac#31 (text+ko) ====

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT([OpenBSM], [1.0a11], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#30 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#31 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config/config.h])
@@ -56,7 +56,7 @@
 AC_TYPE_SIGNAL
 AC_FUNC_STAT
 AC_FUNC_STRFTIME
-AC_CHECK_FUNCS([bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strrchr strstr strtol strtoul])
+AC_CHECK_FUNCS([bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strrchr strstr strtol strtoul])
 
 # sys/queue.h exists on most systems, but its capabilities vary a great deal.
 # test for LIST_FIRST and TAILQ_FOREACH_SAFE, which appears to not exist in


More information about the p4-projects mailing list