You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
500 B
22 lines
500 B
24 years ago
|
--- rmt.c.orig Tue Feb 27 17:38:30 2001
|
||
|
+++ rmt.c Tue Feb 27 17:38:37 2001
|
||
|
@@ -75,7 +75,6 @@
|
||
|
char count[SSIZE], mode[SSIZE], pos[SSIZE], op[SSIZE];
|
||
|
|
||
|
extern errno;
|
||
|
-extern char *sys_errlist[];
|
||
|
char resp[BUFSIZ];
|
||
|
|
||
|
FILE *debug;
|
||
|
--- userspec.c.orig Tue Feb 27 17:38:08 2001
|
||
|
+++ userspec.c Tue Feb 27 17:38:13 2001
|
||
|
@@ -82,8 +82,6 @@
|
||
|
|
||
|
#define isdigit(c) ((c) >= '0' && (c) <= '9')
|
||
|
|
||
|
-char *strdup ();
|
||
|
-
|
||
|
/* Return nonzero if STR represents an unsigned decimal integer,
|
||
|
otherwise return 0. */
|
||
|
|