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) Fix segv from bad reordering in auth-pam.c
|
||||||
- (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
|
- (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may
|
||||||
clobber
|
clobber
|
||||||
|
- (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
|
||||||
|
CVS ID.
|
||||||
|
|
||||||
20030530
|
20030530
|
||||||
- (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
|
- (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;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
* are met:
|
* are met:
|
||||||
|
@ -20,6 +23,8 @@
|
||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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"
|
#include "includes.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_MMAN_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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
* are met:
|
* are met:
|
||||||
|
@ -20,4 +22,6 @@
|
||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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);
|
void *xmmap(size_t size);
|
||||||
|
|
Loading…
Reference in New Issue