aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-01-17 13:19:37 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-01-17 13:19:37 +0000
commit2d3c3a5038a8c90fe0e030ab055b5125f9b082c4 (patch)
treed759fdd320b0100a4ba57fe13459e11819f89e74 /sbin/fsdb
parentbd50262f705c4fed70ea94d16a0f19b5f5497cf2 (diff)
downloadsrc-2d3c3a5038a8c90fe0e030ab055b5125f9b082c4.tar.gz
src-2d3c3a5038a8c90fe0e030ab055b5125f9b082c4.zip
Fix buildworld after r328075, by also renaming cgget to cglookup in
fsdb. Reported by: ohartmann@walstatt.org,david@catwhisker.org Pointy hat to: mckusick
Notes
Notes: svn path=/head/; revision=328084
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/fsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index afb27c2bccce..1c6f78302fce 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -476,7 +476,7 @@ CMDFUNCSTART(findblk)
*/
inum = c * sblock.fs_ipg;
/* Read cylinder group. */
- cgbp = cgget(c);
+ cgbp = cglookup(c);
cgp = cgbp->b_un.b_cg;
/*
* Get a highest used inode number for a given cylinder group.