summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-07 00:14:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-07 00:14:21 +0000
commit7e0751214480a4f7fe318bedcb4bf8e309a3148d (patch)
treeb3c3c923823d7f24175e8ece1663a76ca930086d /sys/arch/sparc/dev
parent190ee93f233f9960200c9d0150725bedf5071d12 (diff)
another XXsize() function forgotten
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c
index 75abaf79f40..61e85053746 100644
--- a/sys/arch/sparc/dev/fd.c
+++ b/sys/arch/sparc/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.51 2007/06/06 17:15:12 deraadt Exp $ */
+/* $OpenBSD: fd.c,v 1.52 2007/06/07 00:14:20 deraadt Exp $ */
/* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */
/*-
@@ -1738,7 +1738,7 @@ fdcretry(fdc)
fdc->sc_errors++;
}
-int
+daddr64_t
fdsize(dev)
dev_t dev;
{