diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-06 21:56:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-06 21:56:15 +0000 |
commit | 8d4bfd63f0497619abf178ca73fa40f785cc43b9 (patch) | |
tree | 1717743b58303911655dd0892aca422b8b5939a5 | |
parent | c6ae1a61db9f46bbc4204088cb00004948cf632d (diff) |
an XXsize() function that got skipped
-rw-r--r-- | sys/arch/sparc64/dev/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/fd.c b/sys/arch/sparc64/dev/fd.c index aa1bf1a195d..669675cbecc 100644 --- a/sys/arch/sparc64/dev/fd.c +++ b/sys/arch/sparc64/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.14 2007/06/06 17:15:13 deraadt Exp $ */ +/* $OpenBSD: fd.c,v 1.15 2007/06/06 21:56:14 deraadt Exp $ */ /* $NetBSD: fd.c,v 1.112 2003/08/07 16:29:35 agc Exp $ */ /*- @@ -1795,7 +1795,7 @@ fdcretry(fdc) fdc->sc_errors++; } -int +daddr64_t fdsize(dev) dev_t dev; { |