diff options
Diffstat (limited to 'openbsd-compat/xmmap.c')
-rw-r--r-- | openbsd-compat/xmmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 9dc4340a7..8f1d2022c 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c | |||
@@ -1,7 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2002 Tim Rice. All rights reserved. | ||
3 | * MAP_FAILED code by Solar Designer. | ||
4 | * | ||
5 | * Redistribution and use in source and binary forms, with or without | 2 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions | 3 | * modification, are permitted provided that the following conditions |
7 | * are met: | 4 | * are met: |
@@ -23,8 +20,6 @@ | |||
23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 20 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | */ | 21 | */ |
25 | 22 | ||
26 | /* $Id: xmmap.c,v 1.3 2003/06/02 02:25:27 tim Exp $ */ | ||
27 | |||
28 | #include "includes.h" | 23 | #include "includes.h" |
29 | 24 | ||
30 | #ifdef HAVE_SYS_MMAN_H | 25 | #ifdef HAVE_SYS_MMAN_H |