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/f338d4a23013
branches: trunk
changeset: 344017:f338d4a23013
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 c55675daf8c9 -r f338d4a23013 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