NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/46552: Remove duplicated line in kern_proc.c.



>Number:         46552
>Category:       kern
>Synopsis:       Remove duplicated line in kern_proc.c.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 06 11:15:00 +0000 2012
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove duplicated include of header.
>How-To-Repeat:

>Fix:
Diff -u -p -r1.184 kern_proc.c
--- sys/kern/kern_proc.c        5 Jun 2012 08:23:05 -0000       1.184
+++ sys/kern/kern_proc.c        5 Jun 2012 09:01:54 -0000
@@ -90,7 +90,7 @@ __KERNEL_RCSID(0, "$NetBSD: kern_proc.c,
 #include <sys/signalvar.h>
 #include <sys/ras.h>
 #include <sys/filedesc.h>
-#include "sys/syscall_stats.h"
+#include <sys/syscall_stats.h>
 #include <sys/kauth.h>
 #include <sys/sleepq.h>
 #include <sys/atomic.h>
@@ -101,7 +101,6 @@ __KERNEL_RCSID(0, "$NetBSD: kern_proc.c,
 #include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
-#include <uvm/uvm_extern.h>
 
 #ifdef COMPAT_NETBSD32
 #include <compat/netbsd32/netbsd32.h>



Home | Main Index | Thread Index | Old Index