From 44b0813e1e07303ae778e21857e08e19a21f15a7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jan 2003 22:55:33 +0000 Subject: [PATCH] Include "xgetcwd.h". --- src/df.c | 5 ++--- src/pwd.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/df.c b/src/df.c index df143739bf..e498e8a3f9 100644 --- a/src/df.c +++ b/src/df.c @@ -1,5 +1,5 @@ /* df - summarize free disk space - Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. + Copyright (C) 91, 1995-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 @@ -39,6 +39,7 @@ #include "path-concat.h" #include "quote.h" #include "save-cwd.h" +#include "xgetcwd.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "df" @@ -46,8 +47,6 @@ #define AUTHORS \ N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert") -char *xgetcwd (); - /* Name this program was run with. */ char *program_name; diff --git a/src/pwd.c b/src/pwd.c index 9e53b6143c..9d5aa15f21 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -1,5 +1,5 @@ /* pwd - print current directory - Copyright (C) 1994-1997, 1999-2002 Free Software Foundation, Inc. + Copyright (C) 1994-1997, 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 @@ -25,14 +25,13 @@ #include "closeout.h" #include "long-options.h" #include "error.h" +#include "xgetcwd.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pwd" #define AUTHORS "Jim Meyering" -char *xgetcwd (); - /* The name this program was run with. */ char *program_name; -- 2.47.2