]> andersk Git - openssh.git/commitdiff
openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.
authortim <tim>
Mon, 2 Jun 2003 02:25:27 +0000 (02:25 +0000)
committertim <tim>
Mon, 2 Jun 2003 02:25:27 +0000 (02:25 +0000)
ChangeLog
openbsd-compat/xmmap.c
openbsd-compat/xmmap.h

index e346894905230df3618642965a4d887516fc5c19..0647ebd993ed763a2e923f6225912e2372f179bc 100644 (file)
--- 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
index 8f1d2022cd4cbfb332e5b80d17f0c106cea1b0c3..0e22ec686710fe123812b0145ce590e352c800f4 100644 (file)
@@ -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$ */
+
 #include "includes.h"
 
 #ifdef HAVE_SYS_MMAN_H
index c0fa04aca3ae9deed76f8084ba1ccde3ff9373f6..16fdb0c8c33712d366aec1862f8d4ee834efd951 100644 (file)
@@ -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$ */
+
 void *xmmap(size_t size);
This page took 0.047728 seconds and 5 git commands to generate.