From 594350107d26e9ddd63618f8a8b304ecdd3bc5e7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 Nov 2001 22:16:43 +0000 Subject: remove const --- lib/dirfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/dirfd.c b/lib/dirfd.c index e23406353..77ada78de 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c @@ -24,7 +24,7 @@ #include "dirfd.h" int -dirfd (DIR const *dir_p) +dirfd (DIR *dir_p) { return DIR_TO_FD; } -- cgit v1.2.3-54-g00ecf