Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs/cd9660 include system headers after config.h
details: https://anonhg.NetBSD.org/src/rev/06533036d5d0
branches: trunk
changeset: 765232:06533036d5d0
user: christos <christos%NetBSD.org@localhost>
date: Mon May 23 00:21:50 2011 +0000
description:
include system headers after config.h
diffstat:
usr.sbin/makefs/cd9660/cd9660_eltorito.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 50878994d662 -r 06533036d5d0 usr.sbin/makefs/cd9660/cd9660_eltorito.c
--- a/usr.sbin/makefs/cd9660/cd9660_eltorito.c Sun May 22 22:13:33 2011 +0000
+++ b/usr.sbin/makefs/cd9660/cd9660_eltorito.c Mon May 23 00:21:50 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index