summaryrefslogtreecommitdiff
path: root/openbsd-compat/xmmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/xmmap.h')
-rw-r--r--openbsd-compat/xmmap.h4
1 files changed, 4 insertions, 0 deletions
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 @@
1/* 1/*
2 * Copyright (c) 2002 Tim Rice. All rights reserved.
3 *
2 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
4 * are met: 6 * are met:
@@ -20,4 +22,6 @@
20 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21 */ 23 */
22 24
25/* $Id: xmmap.h,v 1.2 2003/06/02 02:25:27 tim Exp $ */
26
23void *xmmap(size_t size); 27void *xmmap(size_t size);