diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-28 07:03:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-28 07:03:49 +0000 |
commit | 427354c6146786ff2e7c23b0c93956082f11ff1a (patch) | |
tree | ad57db6efba96333cee3c6690cbb5a6a93d0ddb2 /lib/libutil/opendisk.c | |
parent | 1d2f6cbd395fd634542591dd7388b0ab48c7e5c8 (diff) |
knf; otto ok
Diffstat (limited to 'lib/libutil/opendisk.c')
-rw-r--r-- | lib/libutil/opendisk.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libutil/opendisk.c b/lib/libutil/opendisk.c index fba222d80c1..6ca7b297717 100644 --- a/lib/libutil/opendisk.c +++ b/lib/libutil/opendisk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opendisk.c,v 1.2 2001/08/16 18:34:40 millert Exp $ */ +/* $OpenBSD: opendisk.c,v 1.3 2004/05/28 07:03:47 deraadt Exp $ */ /* $NetBSD: opendisk.c,v 1.4 1997/09/30 17:13:50 phil Exp $ */ /*- @@ -49,12 +49,7 @@ #include "util.h" int -opendisk(path, flags, buf, buflen, iscooked) - const char *path; - int flags; - char *buf; - size_t buflen; - int iscooked; +opendisk(const char *path, int flags, char *buf, size_t buflen, int iscooked) { int f, rawpart; |