summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-an
blob: 1b79ce8fb918f5d95e439633a3ffcdebdfb15873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
-#ifndef BYPMS
 			extern int tos;
 
 			if ((tos = parsetos(optarg, "tcp")) < 0)
@@ -140,7 +139,6 @@
 					prompt, ": Bad TOS argument '",
 					optarg,
 					"; will try to use default TOS");
-#endif /* PMS */
 #else
 			fprintf(stderr,
 			   "%s: Warning: -S ignored, no parsetos() support.\n",