diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-23 15:05:03 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-23 15:05:03 +0000 |
commit | 88f689e16727859674f186a0fd28cbf92d9427d6 (patch) | |
tree | d5a23fb6c4d50888523817703dd8f92474fec07e /compat.h | |
parent | 5743da558837ed21c5af0ebd8048637731997ec6 (diff) | |
download | rtmux-88f689e16727859674f186a0fd28cbf92d9427d6.tar.gz rtmux-88f689e16727859674f186a0fd28cbf92d9427d6.tar.bz2 rtmux-88f689e16727859674f186a0fd28cbf92d9427d6.zip |
Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due
to OpenBSD patchset 347.
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.17 2009-09-03 20:54:39 tcunha Exp $ */ +/* $Id: compat.h,v 1.18 2009-09-23 15:05:03 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -91,10 +91,6 @@ typedef uint64_t u_int64_t; #include "compat/imsg.h" #endif -#ifdef HAVE_LOGIN_CAP -#include <login_cap.h> -#endif - #ifdef HAVE_BROKEN_CMSG_FIRSTHDR /* Broken on OS X. */ #undef CMSG_FIRSTHDR |