From 9a828cef6a3415a4abd0daaac11c50a16a267bba 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.30.2