From 88f689e16727859674f186a0fd28cbf92d9427d6 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 23 Sep 2009 15:05:03 +0000 Subject: Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due to OpenBSD patchset 347. --- compat.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index a6265d73..9ac18e2f 100644 --- a/compat.h +++ b/compat.h @@ -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 @@ -91,10 +91,6 @@ typedef uint64_t u_int64_t; #include "compat/imsg.h" #endif -#ifdef HAVE_LOGIN_CAP -#include -#endif - #ifdef HAVE_BROKEN_CMSG_FIRSTHDR /* Broken on OS X. */ #undef CMSG_FIRSTHDR -- cgit