diff options
Diffstat (limited to 'src/su.c')
| -rw-r--r-- | src/su.c | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -53,16 +53,9 @@ #include <pwd.h> #include <grp.h> -/* Hide any system prototype for getusershell. - This is necessary because some Cray systems have a conflicting - prototype (returning `int') in <unistd.h>. */ -#define getusershell _getusershell_sys_proto_ - #include "system.h" #include "getpass.h" -#undef getusershell - #if HAVE_SYSLOG_H && HAVE_SYSLOG # include <syslog.h> #else @@ -119,9 +112,6 @@ #define DEFAULT_USER "root" char *crypt (char const *key, char const *salt); -char *getusershell (void); -void endusershell (void); -void setusershell (void); extern char **environ; @@ -395,7 +385,7 @@ Change the effective user id and group id to that of USER.\n\ \n\ A mere - implies -l. If USER not given, assume root.\n\ "), stdout); - emit_bug_reporting_address (); + emit_ancillary_info (); } exit (status); } |
