From: Jim Meyering Date: Fri, 10 Jan 2003 22:48:02 +0000 (+0000) Subject: Include "xgetcwd.h". X-Git-Tag: v4.5.5~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f6ad8381a74d1f8c90b34a811a19fa3e3252e6;p=thirdparty%2Fcoreutils.git Include "xgetcwd.h". --- diff --git a/lib/save-cwd.c b/lib/save-cwd.c index b77edb3392..4c147efd29 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -1,5 +1,5 @@ /* save-cwd.c -- Save and restore current working directory. - Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 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 @@ -48,8 +48,7 @@ extern int errno; #include "save-cwd.h" #include "error.h" - -char *xgetcwd PARAMS ((void)); +#include "xgetcwd.h" /* Record the location of the current working directory in CWD so that the program may change to other directories and later use restore_cwd