]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "xgetcwd.h".
authorJim Meyering <jim@meyering.net>
Fri, 10 Jan 2003 22:48:02 +0000 (22:48 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Jan 2003 22:48:02 +0000 (22:48 +0000)
lib/save-cwd.c

index b77edb339203c50c3cf1b7d24eed68b66682a7ba..4c147efd2987befb3397567bbc2d0ef04a946ab7 100644 (file)
@@ -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