Module Name:    src
Committed By:   christos
Date:           Mon May 23 00:21:50 UTC 2011

Modified Files:
        src/usr.sbin/makefs/cd9660: cd9660_eltorito.c

Log Message:
include system headers after config.h


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/makefs/cd9660/cd9660_eltorito.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makefs/cd9660/cd9660_eltorito.c
diff -u src/usr.sbin/makefs/cd9660/cd9660_eltorito.c:1.15 src/usr.sbin/makefs/cd9660/cd9660_eltorito.c:1.16
--- src/usr.sbin/makefs/cd9660/cd9660_eltorito.c:1.15	Sun May 22 17:51:39 2011
+++ src/usr.sbin/makefs/cd9660/cd9660_eltorito.c	Sun May 22 20:21:50 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: cd9660_eltorito.c,v 1.15 2011/05/22 21:51:39 christos Exp $	*/
+/*	$NetBSD: cd9660_eltorito.c,v 1.16 2011/05/23 00:21:50 christos Exp $	*/
 
 /*
  * Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -32,14 +32,15 @@
  * OF SUCH DAMAGE.
  */
 
-#include <sys/endian.h>
 
 #include "cd9660.h"
 #include "cd9660_eltorito.h"
 
+#include <sys/endian.h>
+
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660_eltorito.c,v 1.15 2011/05/22 21:51:39 christos Exp $");
+__RCSID("$NetBSD: cd9660_eltorito.c,v 1.16 2011/05/23 00:21:50 christos Exp $");
 #endif  /* !__lint */
 
 #ifdef DEBUG

Reply via email to