#include <sys/types.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "filemode.h"
#include "modechange.h"
V_off
};
-void strip_trailing_slashes ();
-
static int change_dir_mode PARAMS ((const char *dir,
const struct mode_change *changes,
const struct stat *statp));
#include <getopt.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "lchown.h"
#include "quote.h"
#endif
char *parse_user_spec ();
-void strip_trailing_slashes ();
/* The name the program was run with. */
char *program_name;
#include "system.h"
#include "same.h"
#include "backupfile.h"
+#include "dirname.h"
#include "error.h"
#include "quote.h"
int isdir ();
int yesno ();
-void strip_trailing_slashes ();
/* The name by which the program was run, for error messages. */
char *program_name;
#define AUTHORS "David MacKenzie"
-void strip_trailing_slashes ();
-
/* The name this program was run with. */
char *program_name;
#include <assert.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "remove.h"
#include "save-cwd.h"
#define AUTHORS \
"Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering"
-void strip_trailing_slashes ();
-
/* Name this program was run with. */
char *program_name;
#include <sys/types.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "quote.h"
# define ENOTEMPTY 0
#endif
-void strip_trailing_slashes ();
-
/* The name this program was run with. */
char *program_name;