X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffchmodat.c;h=18fc4df3106000ff147ab9e6d4e5799163471054;hb=2408f02086a20c0a02241cd4a1cf11f126a95fe3;hp=62a5d05663ecd06352b202f00997965e71090316;hpb=708e2420452bb7233e0153b0b92c4e7dc79e03e3;p=gnulib.git diff --git a/lib/fchmodat.c b/lib/fchmodat.c index 62a5d0566..18fc4df31 100644 --- a/lib/fchmodat.c +++ b/lib/fchmodat.c @@ -1,5 +1,5 @@ /* Change the protections of file relative to an open directory. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ # undef lchmod # define lchmod lchmod_rpl static int -lchmod (char const *f _UNUSED_PARAMETER_, mode_t m _UNUSED_PARAMETER_) +lchmod (char const *f _GL_UNUSED, mode_t m _GL_UNUSED) { errno = ENOSYS; return -1;