dirfd: fix prototype
authorEric Blake <ebb9@byu.net>
Sat, 19 Dec 2009 18:49:32 +0000 (11:49 -0700)
committerEric Blake <ebb9@byu.net>
Sat, 19 Dec 2009 18:53:55 +0000 (11:53 -0700)
commit156a4895aad6b6f0ae8d883d1da354bd083518a6
treeb66dd55054990c17a548f71780391998a4d7d101
parentf65232a174c15c6c10273185f11b190cae5736ad
dirfd: fix prototype

Fix prototype to match POSIX.

* lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
* lib/dirfd.c (dirfd): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/dirent.in.h
lib/dirfd.c