From 3e06bb85490aaa8cb938b8e5738602e7b8c30221 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 2 Nov 2001 07:37:19 +0000 Subject: put `const' back, now that the .m4 test works --- lib/dirfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dirfd.c') diff --git a/lib/dirfd.c b/lib/dirfd.c index 77ada78de..e23406353 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; } -- cgit v1.2.3-54-g00ecf