diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-14 01:15:29 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-14 01:15:29 +0000 |
commit | 9ac832de825d3d1f319cc7b69665ae594cf5b6af (patch) | |
tree | 0c19b60e07016cb166cb6af7a07786aecfae684d /usr.bin/ssh | |
parent | 6a76bccf8a0c4378de36313c8973c7ca1fc0f545 (diff) |
don't need incompletely-typed 'struct passwd' now with
#include <pwd.h>; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/monitor_wrap.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <provos@citi.umich.edu> @@ -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); |