source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Change around include ordering for compilation on OpenBSD.
@ 2011-03-20 11:43 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-03-20 11:43 UTC (permalink / raw)
  To: source

Log Message:
-----------
Change around include ordering for compilation on OpenBSD.

Modified Files:
--------------
    mdocml:
        read.c

Revision Data
-------------
Index: read.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/read.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lread.c -Lread.c -u -p -r1.1 -r1.2
--- read.c
+++ read.c
@@ -15,8 +15,8 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#include <sys/mman.h>
 #include <sys/stat.h>
+#include <sys/mman.h>
 
 #include <assert.h>
 #include <ctype.h>
--
 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-03-20 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-20 11:43 mdocml: Change around include ordering for compilation on OpenBSD 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).