From: Jim Meyering Date: Fri, 2 Nov 2001 07:37:19 +0000 (+0000) Subject: put `const' back, now that the .m4 test works X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a828cef6a3415a4abd0daaac11c50a16a267bba;p=pspp put `const' back, now that the .m4 test works --- 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; }