mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b94f60a58b
- cleanup patches and extra file - fix unnecessary delay(from byung) - resurrect MAINTAINER line(me) - fix distfile location - fix DESCR to correct maintainer PR: ports/18573 Submitted by: byung@nowcool.dhs.org
20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
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",
|