[monitor_wrap.h]
     typo in comment
This commit is contained in:
Damien Miller 2006-07-10 20:53:45 +10:00
parent 69996104fe
commit 58059aef05
2 changed files with 6 additions and 3 deletions

View File

@ -53,6 +53,9 @@
- stevesk@cvs.openbsd.org 2006/07/06 16:22:39
[ssh-keygen.c]
move #include "dns.h" up
- stevesk@cvs.openbsd.org 2006/07/06 17:36:37
[monitor_wrap.h]
typo in comment
20060706
- (dtucker) [configure.ac] Try AIX blibpath test in different order when
@ -4786,4 +4789,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4372 2006/07/10 10:53:31 djm Exp $
$Id: ChangeLog,v 1.4373 2006/07/10 10:53:45 djm Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: monitor_wrap.h,v 1.17 2006/07/06 16:03:53 stevesk Exp $ */
/* $OpenBSD: monitor_wrap.h,v 1.18 2006/07/06 17:36:37 stevesk Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@ -116,4 +116,4 @@ void *mm_zalloc(struct mm_master *, u_int, u_int);
void mm_zfree(struct mm_master *, void *);
void mm_init_compression(struct mm_master *);
#endif /* _MM_H_ */
#endif /* _MM_WRAP_H_ */