diff options
author | 1997-05-28 23:14:03 +0000 | |
---|---|---|
committer | 1997-05-28 23:14:03 +0000 | |
commit | 68cc2019147c5dc64ae5329c36f507420fd32d93 (patch) | |
tree | a0762fdaf21784da059eb0bf2ed9ab75e5b3331b | |
parent | remove bitmask_snprintf (diff) | |
download | wireguard-openbsd-68cc2019147c5dc64ae5329c36f507420fd32d93.tar.xz wireguard-openbsd-68cc2019147c5dc64ae5329c36f507420fd32d93.zip |
Correct proto
-rw-r--r-- | sys/arch/vax/include/ka750.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/ka750.h b/sys/arch/vax/include/ka750.h index c8cce51eb25..52e8d63cadc 100644 --- a/sys/arch/vax/include/ka750.h +++ b/sys/arch/vax/include/ka750.h @@ -1,4 +1,5 @@ /* $NetBSD: ka750.h,v 1.7 1996/07/20 17:58:17 ragge Exp $ */ +/* $OpenBSD: ka750.h,v 1.6 1997/05/28 23:14:03 niklas Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -44,7 +45,7 @@ /* 11/750 specific prototypes */ void ka750_conf __P((struct device *, struct device *, void *)); -void ka750_memenable __P((struct sbi_attach_args *, struct device *)); +void ka750_memenable __P((struct device *, struct device *, void *)); void ka750_memerr __P((void)); int ka750_mchk __P((caddr_t)); void ka750_steal_pages __P((void)); |