summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-23 09:12:23 +1100
committerDamien Miller <djm@mindrot.org>2013-02-23 09:12:23 +1100
commitb87f6b70f894952b74443c8ef1b86323e7c9f465 (patch)
tree7451e59ee115d79fd85e8429fc9fed860484f687 /mux.c
parent91f40d8592562b804813a320a4ac3871dbaaf433 (diff)
- (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. ok tim
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mux.c b/mux.c
index 1b24660b2..1ae0e0915 100644
--- a/mux.c
+++ b/mux.c
@@ -63,10 +63,6 @@
63# include <util.h> 63# include <util.h>
64#endif 64#endif
65 65
66#ifdef HAVE_LIBUTIL_H
67# include <libutil.h>
68#endif
69
70#include "openbsd-compat/sys-queue.h" 66#include "openbsd-compat/sys-queue.h"
71#include "xmalloc.h" 67#include "xmalloc.h"
72#include "log.h" 68#include "log.h"