- stevesk@cvs.openbsd.org 2006/07/14 01:15:28
[monitor_wrap.h] don't need incompletely-typed 'struct passwd' now with #include <pwd.h>; ok markus@
This commit is contained in:
parent
2d00e63cb8
commit
def915b0ff
|
@ -12,6 +12,10 @@
|
||||||
- stevesk@cvs.openbsd.org 2006/07/12 22:42:32
|
- stevesk@cvs.openbsd.org 2006/07/12 22:42:32
|
||||||
[includes.h ssh.c ssh-rand-helper.c]
|
[includes.h ssh.c ssh-rand-helper.c]
|
||||||
move #include <stddef.h> out of includes.h
|
move #include <stddef.h> out of includes.h
|
||||||
|
- stevesk@cvs.openbsd.org 2006/07/14 01:15:28
|
||||||
|
[monitor_wrap.h]
|
||||||
|
don't need incompletely-typed 'struct passwd' now with
|
||||||
|
#include <pwd.h>; ok markus@
|
||||||
|
|
||||||
20060713
|
20060713
|
||||||
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
||||||
|
@ -4930,4 +4934,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4411 2006/07/24 03:53:19 djm Exp $
|
$Id: ChangeLog,v 1.4412 2006/07/24 03:55:56 djm Exp $
|
||||||
|
|
|
@ -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>
|
* 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 monitor;
|
||||||
struct mm_master;
|
struct mm_master;
|
||||||
struct passwd;
|
|
||||||
struct Authctxt;
|
struct Authctxt;
|
||||||
|
|
||||||
int mm_is_monitor(void);
|
int mm_is_monitor(void);
|
||||||
|
|
Loading…
Reference in New Issue