2000-06-20 14:27:33 +00:00
|
|
|
diff -uNr --exclude=*.orig work.old/ztelnet/telnet/main.c work/ztelnet/telnet/main.c
|
|
|
|
--- work.old/ztelnet/telnet/main.c Wed Sep 20 05:54:56 1995
|
|
|
|
+++ work/ztelnet/telnet/main.c Tue Jun 20 22:58:32 2000
|
|
|
|
@@ -132,7 +132,6 @@
|
|
|
|
case 'S':
|
|
|
|
{
|
|
|
|
#ifdef HAS_GETTOS
|
1998-03-18 18:53:00 +00:00
|
|
|
-#ifndef BYPMS
|
2000-06-20 14:27:33 +00:00
|
|
|
extern int tos;
|
1998-03-18 18:53:00 +00:00
|
|
|
|
2000-06-20 14:27:33 +00:00
|
|
|
if ((tos = parsetos(optarg, "tcp")) < 0)
|
|
|
|
@@ -140,7 +139,6 @@
|
|
|
|
prompt, ": Bad TOS argument '",
|
|
|
|
optarg,
|
|
|
|
"; will try to use default TOS");
|
1998-03-18 18:53:00 +00:00
|
|
|
-#endif /* PMS */
|
2000-06-20 14:27:33 +00:00
|
|
|
#else
|
|
|
|
fprintf(stderr,
|
|
|
|
"%s: Warning: -S ignored, no parsetos() support.\n",
|