diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-28 23:25:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-28 23:25:52 +0000 |
commit | bf70eb66379f4cbecc2d2c006566d903dde4b06d (patch) | |
tree | 434fe7d1317047550ceb0b5c483ce8417317bd66 /sys/arch | |
parent | d77b3beea7d8d6c3ae3849b80232ceb959c73f5b (diff) |
remove some statics
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vax/ka750.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/ka750.c b/sys/arch/vax/vax/ka750.c index 222469672e9..733f71dee4d 100644 --- a/sys/arch/vax/vax/ka750.c +++ b/sys/arch/vax/vax/ka750.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ka750.c,v 1.6 1997/05/28 23:25:51 niklas Exp $ */ /* $NetBSD: ka750.c,v 1.17 1996/10/13 03:35:48 christos Exp $ */ /*- @@ -81,8 +82,8 @@ ka750_conf(parent, self, aux) ctuattach(); } -static int ka750_memmatch __P((struct device *, void *, void *)); -static void ka750_memenable __P((struct device *, struct device *, void *)); +int ka750_memmatch __P((struct device *, void *, void *)); +void ka750_memenable __P((struct device *, struct device *, void *)); struct cfattach mem_cmi_ca = { sizeof(struct device), ka750_memmatch, ka750_memenable |