From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p4QL2Zrx002142 for ; Thu, 26 May 2011 17:02:36 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p4QL2Z1b028751; Thu, 26 May 2011 17:02:35 -0400 (EDT) Date: Thu, 26 May 2011 17:02:35 -0400 (EDT) Message-Id: <201105262102.p4QL2Z1b028751@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: OpenBSD needs sys/types for mmap... X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- OpenBSD needs sys/types for mmap... oops... Modified Files: -------------- mdocml: test-mmap.c Revision Data ------------- Index: test-mmap.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/test-mmap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -Ltest-mmap.c -Ltest-mmap.c -u -p -r1.1 -r1.2 --- test-mmap.c +++ test-mmap.c @@ -1,3 +1,4 @@ +#include #include int -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv