diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-18 23:38:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-18 23:38:47 +0000 |
commit | d4f77d8f88b7b64d13463adb7816adbae01ca8bc (patch) | |
tree | f33fd79631600ae944f42b4e77b2c090f1feb3fa /sys/arch/sparc | |
parent | 5eb207fe7cab0d98a788446e222ede405750235c (diff) |
oops; pointed out by bruno
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index 5ad51d1b908..412b23c1521 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.94 2003/12/17 22:05:09 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.95 2003/12/18 23:38:46 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */ /* @@ -730,7 +730,7 @@ haltsys: tadpole_powerdown(); #endif #endif /* NPOWER || MTCTRL */ - prom_interpret("power-off"); + rominterpret("power-off"); printf("WARNING: powerdown failed!\n"); } #endif /* SUN4M */ |