X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frmdir.c;h=5315711c327c8d1c6ccd4197d3f91dd2efef0f9f;hb=0c363304f645105a776fac77223e218e7b8f41e0;hp=2a92803db7e60c14f01b6cd4567657ca746d465d;hpb=1a170a10473b1b72223fae27879fa19a31785ed1;p=gnulib.git diff --git a/lib/rmdir.c b/lib/rmdir.c index 2a92803db..5315711c3 100644 --- a/lib/rmdir.c +++ b/lib/rmdir.c @@ -1,5 +1,6 @@ /* BSD compatible remove directory function for System V - Copyright (C) 1988, 1990 Free Software Foundation, Inc. + + Copyright (C) 1988, 1990, 1999, 2003 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 @@ -41,8 +42,7 @@ extern int errno; Return 0 if successful, -1 if not. */ int -rmdir (dpath) - char *dpath; +rmdir (char const *dpath) { pid_t cpid; int status;