Module Name: src
Committed By: manu
Date: Fri Oct 18 01:24:51 UTC 2019
Modified Files:
src/sys/arch/i386/stand/lib: libi386.h
Log Message:
Remove prototype added twice by mistake
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/lib/libi386.h
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/libi386.h
diff -u src/sys/arch/i386/stand/lib/libi386.h:1.46 src/sys/arch/i386/stand/lib/libi386.h:1.47
--- src/sys/arch/i386/stand/lib/libi386.h:1.46 Fri Oct 18 01:09:46 2019
+++ src/sys/arch/i386/stand/lib/libi386.h Fri Oct 18 01:24:51 2019
@@ -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 framebuffer_configure(struct btinfo
void ksyms_addr_set(void *, void *, void *);
-void ksyms_addr_set(void *, void *, void *);
-
#endif /* __I386_STAND_LIBI386_H__ */