diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 20:09:30 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 20:09:30 +0000 |
commit | df3ef80903086df79808e13fe46c69a0b0d0717c (patch) | |
tree | 3a2247c2c1eca8946f83b0071e6b555cf066d865 /sys/arch/alpha | |
parent | 3680a743187f263031184a9989e0754bf5e1ab17 (diff) |
Fix a vararg proto
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/prom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/prom.h b/sys/arch/alpha/include/prom.h index 827054942bb..ad96e534891 100644 --- a/sys/arch/alpha/include/prom.h +++ b/sys/arch/alpha/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.4 1996/10/30 22:39:21 niklas Exp $ */ +/* $OpenBSD: prom.h,v 1.5 1996/11/28 20:09:29 niklas Exp $ */ /* $NetBSD: prom.h,v 1.4 1996/10/15 23:52:49 cgd Exp $ */ /* @@ -58,7 +58,7 @@ int prom_getenv __P((int, char *, int)); void init_prom_interface __P((void)); void hwrbp_restart_setup __P((void)); -int prom_dispatch __P((int, int, u_char *, int)); +int prom_dispatch __P((int, ...)); int promcnlookc __P((dev_t, char *)); #endif |