remove const
[gnulib.git] / lib / dirfd.c
index e234063..77ada78 100644 (file)
@@ -24,7 +24,7 @@
 #include "dirfd.h"
 
 int
-dirfd (DIR const *dir_p)
+dirfd (DIR *dir_p)
 {
   return DIR_TO_FD;
 }