diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-12-07 18:11:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-12-07 18:11:08 +0000 |
commit | 3796378e835324768d6d4bb3b447cbf89c1168b5 (patch) | |
tree | cc814cfe5feff1af53cb2c6640a7937f9e1d833a /sys/arch/mvme88k | |
parent | c478f1791a9a74b1a16fa8435f42af305ae50a21 (diff) |
Make this compile again.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/installboot/installboot.c b/sys/arch/mvme88k/stand/installboot/installboot.c index c83a445a33d..8eaecb3a1e8 100644 --- a/sys/arch/mvme88k/stand/installboot/installboot.c +++ b/sys/arch/mvme88k/stand/installboot/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.12 2010/11/20 13:10:42 deraadt Exp $ */ +/* $OpenBSD: installboot.c,v 1.13 2010/12/07 18:11:07 miod Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -397,7 +397,7 @@ char *bootproto; char *specname; int exe_file, f; struct mvmedisklabel *pcpul; - struct stat stat; + struct stat sb; unsigned int exe_addr; pcpul = (struct mvmedisklabel *)malloc(sizeof(struct mvmedisklabel)); |