X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funlinkdir.c;h=9407b7a5b1576fb9607ea7724b59cc0db66adc21;hb=067d1f10627e25eb1af323b56b6dbc7d8e74ba57;hp=a9713c79c74f066ddd3d39764e62e1b95e81d0d1;hpb=740cb7248fef99fc09b575deb650cfe9ecabafbf;p=gnulib.git diff --git a/lib/unlinkdir.c b/lib/unlinkdir.c index a9713c79c..9407b7a5b 100644 --- a/lib/unlinkdir.c +++ b/lib/unlinkdir.c @@ -1,6 +1,6 @@ /* unlinkdir.c - determine whether we can unlink directories - Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2009-2010 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 @@ -38,8 +38,8 @@ cannot_unlink_dir (void) { # if defined PRIV_SYS_LINKDIR /* We might be able to unlink directories if we cannot - determine our privileges, or if we have the - PRIV_SYS_LINKDIR privilege. */ + determine our privileges, or if we have the + PRIV_SYS_LINKDIR privilege. */ cannot = (priv_set_ismember (PRIV_SYS_LINKDIR) == 0); # else /* In traditional Unix, only root can unlink directories. */