From 11f80dcf0d1a027a367f10e000648cb1f64cbdad Mon Sep 17 00:00:00 2001 From: nectar <nectar@FreeBSD.org> Date: Fri, 9 Jan 2004 16:52:09 +0000 Subject: Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm at it, use the ANSI C generic pointer type for the second argument, thus matching the documentation. Remove the now extraneous (and now conflicting) function declarations in various libc sources. Remove now unnecessary casts. Reviewed by: bde --- sys/i386/include/sysarch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386') diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index 6b237c0..e3f36b3 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/include/sysarch.h @@ -79,6 +79,7 @@ int i386_set_ioperm(unsigned int, unsigned int, int); int i386_vm86(int, void *); int i386_set_watch(int, unsigned int, int, int, struct dbreg *); int i386_clr_watch(int, struct dbreg *); +int sysarch(int, void *); __END_DECLS #endif -- cgit v1.1