diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-12 19:46:58 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-12 19:46:58 +0100 |
commit | 235e0bd65a49b469d661a9831067e3f745fbbaad (patch) | |
tree | 8ecc41212fd73d598e126488913c0a3efeb6c9f8 /configure.ac | |
parent | 8b8a007e8e1faa6af20acdeac728c4fddfeb2f6b (diff) | |
download | rtmux-235e0bd65a49b469d661a9831067e3f745fbbaad.tar.gz rtmux-235e0bd65a49b469d661a9831067e3f745fbbaad.tar.bz2 rtmux-235e0bd65a49b469d661a9831067e3f745fbbaad.zip |
Update imsg*.[ch] from OpenBSD, including bzero->memset.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cd3ab5a3..24aded53 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,6 @@ AC_CHECK_HEADERS( # Check for some functions that are replaced or omitted. AC_CHECK_FUNCS( [ \ - bzero \ dirfd \ flock \ setproctitle \ |