From 376ccb5f68bb4d77bec0bf82586322e1a427397c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 6 Aug 2009 08:00:21 -0700 Subject: [PATCH] getdevpath - support API moved to --- lib/libc/gen/getdevpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/gen/getdevpath.c b/lib/libc/gen/getdevpath.c index 62f0def920..3e6ef2fc73 100644 --- a/lib/libc/gen/getdevpath.c +++ b/lib/libc/gen/getdevpath.c @@ -42,8 +42,7 @@ #include #include #include - -#include "libutil.h" +#include static void finddevlabel(char **pathp, const char *devname); static int xlatedevpath(char **pathp, struct stat *st); -- 2.41.0