diff options
author | 2010-12-07 18:11:07 +0000 | |
---|---|---|
committer | 2010-12-07 18:11:07 +0000 | |
commit | 22258f5e9584c710e0c04e2dd72bc8cf922aa74e (patch) | |
tree | 9df5066f9b68a3aa0227b7f8dbbbfccf361741a9 | |
parent | remove useless #include (diff) | |
download | wireguard-openbsd-22258f5e9584c710e0c04e2dd72bc8cf922aa74e.tar.xz wireguard-openbsd-22258f5e9584c710e0c04e2dd72bc8cf922aa74e.zip |
Make this compile again.
-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)); |