mirror of git://anongit.mindrot.org/openssh.git
openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.
This commit is contained in:
parent
f2e3e9deba
commit
237ca4ab08
|
@ -2,6 +2,8 @@
|
|||
- (djm) Fix segv from bad reordering in auth-pam.c
|
||||
- (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
|
||||
clobber
|
||||
- (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
|
||||
CVS ID.
|
||||
|
||||
20030530
|
||||
- (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
|
||||
|
@ -1628,4 +1630,4 @@
|
|||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2756 2003/06/02 02:15:54 djm Exp $
|
||||
$Id: ChangeLog,v 1.2757 2003/06/02 02:25:27 tim Exp $
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2002 Tim Rice. All rights reserved.
|
||||
* MAP_FAILED code by Solar Designer.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
|
@ -20,6 +23,8 @@
|
|||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $Id: xmmap.c,v 1.3 2003/06/02 02:25:27 tim Exp $ */
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2002 Tim Rice. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
|
@ -20,4 +22,6 @@
|
|||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $Id: xmmap.h,v 1.2 2003/06/02 02:25:27 tim Exp $ */
|
||||
|
||||
void *xmmap(size_t size);
|
||||
|
|
Loading…
Reference in New Issue