Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib Remove double-include for reboot.h
details: https://anonhg.NetBSD.org/src/rev/46977493c59c
branches: trunk
changeset: 457423:46977493c59c
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jun 24 02:48:51 2019 +0000
description:
Remove double-include for reboot.h
diffstat:
sys/arch/i386/stand/lib/exec.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3e859bc48e6b -r 46977493c59c sys/arch/i386/stand/lib/exec.c
--- a/sys/arch/i386/stand/lib/exec.c Sun Jun 23 22:48:15 2019 +0000
+++ b/sys/arch/i386/stand/lib/exec.c Mon Jun 24 02:48:51 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec.c,v 1.70 2019/06/20 17:33:31 maxv Exp $ */
+/* $NetBSD: exec.c,v 1.71 2019/06/24 02:48:51 pgoyette Exp $ */
/*
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -94,7 +94,6 @@
#include <sys/param.h>
#include <sys/reboot.h>
-#include <sys/reboot.h>
#include <i386/multiboot.h>
Home |
Main Index |
Thread Index |
Old Index