diff options
Diffstat (limited to 'sbin/dump/dumprmt.c')
| -rw-r--r-- | sbin/dump/dumprmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c index b6563e529dc9..ffc009dfa2c6 100644 --- a/sbin/dump/dumprmt.c +++ b/sbin/dump/dumprmt.c @@ -63,6 +63,7 @@ static const char rcsid[] = #include <pwd.h> #include <stdio.h> #ifdef __STDC__ +#include <errno.h> #include <stdlib.h> #include <string.h> #include <unistd.h> @@ -357,7 +358,6 @@ rmtreply(cmd) { register char *cp; char code[30], emsg[BUFSIZ]; - extern int errno; rmtgets(code, sizeof (code)); if (*code == 'E' || *code == 'F') { |
