From 9ac832de825d3d1f319cc7b69665ae594cf5b6af Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 14 Jul 2006 01:15:29 +0000 Subject: don't need incompletely-typed 'struct passwd' now with #include ; ok markus@ --- usr.bin/ssh/monitor_wrap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/ssh') diff --git a/usr.bin/ssh/monitor_wrap.h b/usr.bin/ssh/monitor_wrap.h index 164e8c02248..bf7e6b50096 100644 --- a/usr.bin/ssh/monitor_wrap.h +++ b/usr.bin/ssh/monitor_wrap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.h,v 1.18 2006/07/06 17:36:37 stevesk Exp $ */ +/* $OpenBSD: monitor_wrap.h,v 1.19 2006/07/14 01:15:28 stevesk Exp $ */ /* * Copyright 2002 Niels Provos @@ -42,7 +42,6 @@ enum mm_keytype {MM_NOKEY, MM_HOSTKEY, MM_USERKEY, MM_RSAHOSTKEY, MM_RSAUSERKEY} struct monitor; struct mm_master; -struct passwd; struct Authctxt; int mm_is_monitor(void); -- cgit v1.2.3