From 37a295f6a448b54cf75160bd0fbe280741a2e05b Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Tue, 6 Dec 2011 11:35:02 +0100 Subject: [PATCH] dirfd and standards, oh my --- libatalk/compat/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libatalk/compat/misc.c b/libatalk/compat/misc.c index f2dc9993..aa167222 100644 --- a/libatalk/compat/misc.c +++ b/libatalk/compat/misc.c @@ -6,6 +6,6 @@ #include int dirfd(DIR *dir) { - return dir->dd_fd; + return dir->d_fd; } #endif -- 2.39.2