From 237ca4ab08686f347ff55d9cdc38dd2fd0beba2f Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 1 Jun 2003 19:25:27 -0700 Subject: openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID. --- ChangeLog | 4 +++- openbsd-compat/xmmap.c | 5 +++++ openbsd-compat/xmmap.h | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 118f29dd9..214b383cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 8f1d2022c..9dc4340a7 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c @@ -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 diff --git a/openbsd-compat/xmmap.h b/openbsd-compat/xmmap.h index c0fa04aca..cae884060 100644 --- a/openbsd-compat/xmmap.h +++ b/openbsd-compat/xmmap.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); -- cgit v1.2.3