/* 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
#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"
#define AUTHORS \
N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
-char *xgetcwd ();
-
/* Name this program was run with. */
char *program_name;
/* 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
#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;