Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/cd9660 remove installboot.h; it is not needed
details: https://anonhg.NetBSD.org/src/rev/36471c1f8571
branches: trunk
changeset: 814159:36471c1f8571
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 09 20:18:17 2016 +0000
description:
remove installboot.h; it is not needed
diffstat:
sys/fs/cd9660/cd9660_util.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c06d20845950 -r 36471c1f8571 sys/fs/cd9660/cd9660_util.c
--- a/sys/fs/cd9660/cd9660_util.c Wed Mar 09 20:11:41 2016 +0000
+++ b/sys/fs/cd9660/cd9660_util.c Wed Mar 09 20:18:17 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660_util.c,v 1.13 2016/03/09 15:45:37 christos Exp $ */
+/* $NetBSD: cd9660_util.c,v 1.14 2016/03/09 20:18:17 christos Exp $ */
/*-
* Copyright (c) 1994
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifdef _KERNEL
-__KERNEL_RCSID(0, "$NetBSD: cd9660_util.c,v 1.13 2016/03/09 15:45:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd9660_util.c,v 1.14 2016/03/09 20:18:17 christos Exp $");
#else
/* used by macppc_installboot */
#if HAVE_NBTOOL_CONFIG_H
@@ -69,7 +69,6 @@
#ifdef _KERNEL
#include <fs/cd9660/cd9660_extern.h>
#else
-#include "installboot.h"
static int isochar(const u_char *, const u_char *, int, uint16_t *);
#endif
Home |
Main Index |
Thread Index |
Old Index