]> andersk Git - openssh.git/blobdiff - openbsd-compat/xmmap.c
openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.
[openssh.git] / openbsd-compat / xmmap.c
index a6b7d3bdfa3dd888a585240df25e46d2edf77274..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:
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* $Id$ */
+
 #include "includes.h"
 
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
 
+#include "log.h"
+
 void *xmmap(size_t size)
 {
        void *address;
This page took 0.030644 seconds and 4 git commands to generate.