aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2017-01-26 04:08:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 04:08:45 +0000
commit6343e6c95cbcb12bd6c964e86e9d667fa408ad99 (patch)
treebe1d3ab9a729437d0e11ae667a6bc6827a820170
parent77d84f29c72293d36ff659b1782bc665a5b1dd7f (diff)
parent26572a336bd28373a0943081f042f25fa680b773 (diff)
downloadtcpdump-6343e6c95cbcb12bd6c964e86e9d667fa408ad99.tar.gz
Merge "Tell tcpdump that Bionic has strlcat" am: d1492306f0 am: 98ff9b74a5 am: 09a6cf5d88
am: 26572a336b Change-Id: I9406761942a6e435093590bb565628f38aa7bbb4
-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