diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2023-03-30 04:09:39 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2023-03-30 04:13:27 +0000 |
| commit | fe5e6e2cc5d6f2e4121eccdb3a8ceba646aef2c9 (patch) | |
| tree | f74a7144169b6ec5ee7758817e409d55296b031a /sbin/fsdb | |
| parent | 1fb7d2cf999e52e3682174d0c2f20cb3baf414f3 (diff) | |
Diffstat (limited to 'sbin/fsdb')
| -rw-r--r-- | sbin/fsdb/fsdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index f9775c7da089..a7d3a439b6b3 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -781,7 +781,7 @@ CMDFUNCSTART(rm) if (!checkactivedir()) return 1; - rval = changeino(curinum, argv[1], 0); + rval = changeino(curinum, argv[1], 0, 0); if (rval & ALTERED) { printf("Name `%s' removed\n", argv[1]); return 0; |
