summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-06-07 23:12:42 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-06-07 23:12:42 +0000
commitb69764ef294415a7f0a4dde005403e0453a515eb (patch)
tree24de87de871d4eeb25b378259c5fd1a99501e3f0 /sys/arch/mips64
parent935eaff5b1ed93c7141bb45d5cb7b5e331b5294f (diff)
Fix typo introduced during ANSI-fication. Found by Rainer Giedat. MIPS
kernel compiles again.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/disksubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c
index 46dbf061db9..15128ed84ee 100644
--- a/sys/arch/mips64/mips64/disksubr.c
+++ b/sys/arch/mips64/mips64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.47 2007/06/07 12:10:07 otto Exp $ */
+/* $OpenBSD: disksubr.c,v 1.48 2007/06/07 23:12:41 krw Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -64,7 +64,7 @@ void map_sgi_label(struct disklabel *, struct sgilabel *);
char *
readbsdlabel(struct buf *bp, void (*strat)(struct buf *),
int cyl, int sec, int off, struct disklabel *lp,
- int spoofonly;
+ int spoofonly)
{
struct disklabel *dlp;
char *msg = NULL;