From 1c27521e2987e7d265f8b33bff58693509655aa5 Mon Sep 17 00:00:00 2001 From: jmallett Date: Mon, 1 Jul 2002 18:19:20 +0000 Subject: In getino, have our DEBUG message in the unhandled case mention that it does not know what sort of UFS filesystem this is. Add some DEBUG(NULL)'s to function entry points. --- lib/libufs/type.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libufs/type.c') diff --git a/lib/libufs/type.c b/lib/libufs/type.c index cdedf3c..220d34b 100644 --- a/lib/libufs/type.c +++ b/lib/libufs/type.c @@ -94,6 +94,8 @@ ufs_disk_fillout(struct uufsd *disk, const char *name) { int fd; + DEBUG(NULL); + fd = open(name, O_RDONLY); if (fd == -1) { DEBUG("open"); -- cgit v1.1