diff options
-rw-r--r-- | src/df.c | 5 | ||||
-rw-r--r-- | src/pwd.c | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -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; @@ -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; |