X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frmdir.c;h=5315711c327c8d1c6ccd4197d3f91dd2efef0f9f;hb=9b9bfb49af70f53f177c7a6563fa844a4a50c7db;hp=805b3ca01b372590bb5d45e1593214648f2e6291;hpb=d349992d82f97d614404565ff66e3f8a47b4a568;p=gnulib.git diff --git a/lib/rmdir.c b/lib/rmdir.c index 805b3ca01..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, 2000 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;