diff options
Diffstat (limited to 'sys/arch/alpha/include/prom.h')
-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 |