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 prototype added twice by mistake



details:   https://anonhg.NetBSD.org/src/rev/27de817ff611
branches:  trunk
changeset: 460346:27de817ff611
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Oct 18 01:24:51 2019 +0000

description:
Remove prototype added twice by mistake

diffstat:

 sys/arch/i386/stand/lib/libi386.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 8f9499536ca1 -r 27de817ff611 sys/arch/i386/stand/lib/libi386.h
--- a/sys/arch/i386/stand/lib/libi386.h Fri Oct 18 01:19:00 2019 +0000
+++ b/sys/arch/i386/stand/lib/libi386.h Fri Oct 18 01:24:51 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libi386.h,v 1.46 2019/10/18 01:09:46 manu Exp $        */
+/*     $NetBSD: libi386.h,v 1.47 2019/10/18 01:24:51 manu Exp $        */
 
 /*
  * Copyright (c) 1996
@@ -173,6 +173,4 @@
 
 void ksyms_addr_set(void *, void *, void *);
 
-void ksyms_addr_set(void *, void *, void *);
-
 #endif /* __I386_STAND_LIBI386_H__ */



Home | Main Index | Thread Index | Old Index