Include "dirname.h".

(base_name): Remove decl; now in dirname.h.
This commit is contained in:
Jim Meyering
2001-05-12 16:05:51 +00:00
parent 04a872f0d3
commit 2227cb6a07
+2 -3
View File
@@ -1,5 +1,5 @@
/* su for GNU. Run a shell with substitute user and group IDs.
Copyright (C) 1992-2000 Free Software Foundation, Inc.
Copyright (C) 1992-2000, 2001 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
@@ -83,6 +83,7 @@
#include "system.h"
#include "closeout.h"
#include "dirname.h"
#undef getusershell
@@ -147,8 +148,6 @@ char *getusershell ();
void endusershell ();
void setusershell ();
char *base_name ();
extern char **environ;
static void run_shell (const char *, const char *, char **)