Module Name:    src
Committed By:   martin
Date:           Sat Feb 17 15:50:20 UTC 2024

Modified Files:
        src/sys/arch/vax/vax [netbsd-10]: machdep.c

Log Message:
Pull up following revision(s) (requested by hans in ticket #590):

        sys/arch/vax/vax/machdep.c: revision 1.197

Include leds.h to make /dev/leds work.


To generate a diff of this commit:
cvs rdiff -u -r1.196.20.1 -r1.196.20.2 src/sys/arch/vax/vax/machdep.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/vax/vax/machdep.c
diff -u src/sys/arch/vax/vax/machdep.c:1.196.20.1 src/sys/arch/vax/vax/machdep.c:1.196.20.2
--- src/sys/arch/vax/vax/machdep.c:1.196.20.1	Sun Jan 14 18:05:57 2024
+++ src/sys/arch/vax/vax/machdep.c	Sat Feb 17 15:50:20 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.196.20.1 2024/01/14 18:05:57 martin Exp $	 */
+/* $NetBSD: machdep.c,v 1.196.20.2 2024/02/17 15:50:20 martin Exp $	 */
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.196.20.1 2024/01/14 18:05:57 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.196.20.2 2024/02/17 15:50:20 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -130,6 +130,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #include <ddb/db_extern.h>
 #endif
 
+#include "leds.h"
 #include "smg.h"
 #include "ksyms.h"
 

Reply via email to