summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-06-01 19:25:27 -0700
committerTim Rice <tim@multitalents.net>2003-06-01 19:25:27 -0700
commit237ca4ab08686f347ff55d9cdc38dd2fd0beba2f (patch)
treed92f914d529d1a189e0f2db0edd4e672db2e3697 /openbsd-compat
parentf2e3e9deba2de12a01de9cf74befb6e94a3781d2 (diff)
downloadopenssh-git-237ca4ab08686f347ff55d9cdc38dd2fd0beba2f.tar.gz
openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/xmmap.c5
-rw-r--r--openbsd-compat/xmmap.h4
2 files changed, 9 insertions, 0 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index 8f1d2022..9dc4340a 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 c0fa04ac..cae88406 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);