aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2017-01-26 04:06:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 04:06:14 +0000
commit26572a336bd28373a0943081f042f25fa680b773 (patch)
treed3eaf4fd86aee7df4dbaf9efd0e3b68a33d90c9a
parent985d58550f2980ae972ae6d556d9459a6f40dcfd (diff)
parent09a6cf5d8813e1cf4e97e3deee914dfeb4e96ab6 (diff)
downloadtcpdump-26572a336bd28373a0943081f042f25fa680b773.tar.gz
Merge "Tell tcpdump that Bionic has strlcat" am: d1492306f0 am: 98ff9b74a5
am: 09a6cf5d88 Change-Id: I734476f2617dbdeb33d9b3b843d3f342b2e5fd1f
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f6982f8a..5a5d8ce4 100644
--- a/config.h
+++ b/config.h
@@ -177,7 +177,7 @@
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strlcat' function. */
-/* #undef HAVE_STRLCAT */
+#define HAVE_STRLCAT 1
/* Define to 1 if you have the `strlcpy' function. */
#define HAVE_STRLCPY 1