From 3e06bb85490aaa8cb938b8e5738602e7b8c30221 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 2 Nov 2001 07:37:19 +0000 Subject: [PATCH] put `const' back, now that the .m4 test works --- lib/dirfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dirfd.c b/lib/dirfd.c index 77ada78de5..e234063534 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c @@ -24,7 +24,7 @@ #include "dirfd.h" int -dirfd (DIR *dir_p) +dirfd (DIR const *dir_p) { return DIR_TO_FD; } -- 2.47.3