diff options
author | 2004-05-28 07:03:47 +0000 | |
---|---|---|
committer | 2004-05-28 07:03:47 +0000 | |
commit | 1477552a74d08b3770233105884c7f0b925e5c1e (patch) | |
tree | 01437807beaf6455ff55171fe521bfbde4d53896 /lib/libutil/opendisk.c | |
parent | put ahd in these two config files (disabled for now, though, because it (diff) | |
download | wireguard-openbsd-1477552a74d08b3770233105884c7f0b925e5c1e.tar.xz wireguard-openbsd-1477552a74d08b3770233105884c7f0b925e5c1e.zip |
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; |