projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a83f7
)
remove const
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Nov 2001 22:16:43 +0000
(22:16 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Nov 2001 22:16:43 +0000
(22:16 +0000)
lib/dirfd.c
patch
|
blob
|
history
diff --git
a/lib/dirfd.c
b/lib/dirfd.c
index e234063534a5ab6309db70a0c10a391bd86848b5..77ada78de5340eeb060cb267ab025e6f31ac787c 100644
(file)
--- 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;
}