source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: OpenBSD needs sys/types for mmap...
@ 2011-05-26 21:02 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-05-26 21:02 UTC (permalink / raw)
  To: source

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 <sys/types.h>
 #include <sys/mman.h>
 
 int
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 21:02 mdocml: OpenBSD needs sys/types for mmap kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).