source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Use 0 for MAP_FILE if it doesn't exist.
@ 2010-07-29 22:00 joerg
  0 siblings, 0 replies; only message in thread
From: joerg @ 2010-07-29 22:00 UTC (permalink / raw)
  To: source

Log Message:
-----------
Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.

Modified Files:
--------------
    mdocml:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/joerg/cvsroot/mdocml/main.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -Lmain.c -Lmain.c -u -p -r1.100 -r1.101
--- main.c
+++ main.c
@@ -37,6 +37,10 @@
 #include "man.h"
 #include "roff.h"
 
+#ifndef MAP_FILE
+#define	MAP_FILE	0
+#endif
+
 #define	UNCONST(a)	((void *)(uintptr_t)(const void *)(a))
 
 /* FIXME: Intel's compiler?  LLVM?  pcc?  */
--
 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:[~2010-07-29 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-29 22:00 mdocml: Use 0 for MAP_FILE if it doesn't exist joerg

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).