Remove prototype added twice by mistake

This commit is contained in:
manu 2019-10-18 01:24:51 +00:00
parent 4d1fe8d8ef
commit 1281ec5b00
1 changed files with 1 additions and 3 deletions

View File

@ -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_framebuffer *);
void ksyms_addr_set(void *, void *, void *);
void ksyms_addr_set(void *, void *, void *);
#endif /* __I386_STAND_LIBI386_H__ */