Module Name:    src
Committed By:   pgoyette
Date:           Mon Jun 24 02:48:51 UTC 2019

Modified Files:
        src/sys/arch/i386/stand/lib: exec.c

Log Message:
Remove double-include for reboot.h


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/i386/stand/lib/exec.c

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

Modified files:

Index: src/sys/arch/i386/stand/lib/exec.c
diff -u src/sys/arch/i386/stand/lib/exec.c:1.70 src/sys/arch/i386/stand/lib/exec.c:1.71
--- src/sys/arch/i386/stand/lib/exec.c:1.70	Thu Jun 20 17:33:31 2019
+++ src/sys/arch/i386/stand/lib/exec.c	Mon Jun 24 02:48:51 2019
@@ -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>
 

Reply via email to