diff options
| author | pooka <pooka@NetBSD.org> | 2009-07-22 21:05:30 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-07-22 21:05:30 +0000 |
| commit | 77d8bc0d04ef3f6bb6b38f50b204bb51e07bfaef (patch) | |
| tree | b9c387a286398aba3bd6af859e53e075027cd459 /lib/libukfs | |
| parent | d51d08a74de74f7e72cb8e37901cc3ab4e558ad9 (diff) | |
delint
Diffstat (limited to 'lib/libukfs')
| -rw-r--r-- | lib/libukfs/ukfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libukfs/ukfs.c b/lib/libukfs/ukfs.c index 5087870af22..ddf45533c8c 100644 --- a/lib/libukfs/ukfs.c +++ b/lib/libukfs/ukfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: ukfs.c,v 1.30 2009/07/22 20:46:34 pooka Exp $ */ +/* $NetBSD: ukfs.c,v 1.31 2009/07/22 21:05:30 pooka Exp $ */ /* * Copyright (c) 2007, 2008 Antti Kantee. All Rights Reserved. @@ -164,6 +164,7 @@ _ukfs_init(int version) return 0; } +/*ARGSUSED*/ static int rumpmkdir(struct ukfs *dummy, const char *path, mode_t mode) { |
