mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
619dc68736
patch-al fixes PR ports/43473, in a slightly simpler fashion.
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
--- i_udp.c.old Sun Oct 20 22:21:11 2002
|
|
+++ i_udp.c Sun Oct 20 22:21:26 2002
|
|
@@ -31,7 +31,7 @@
|
|
|
|
boolean server = 0;
|
|
|
|
-static int DOOMPORT = (IPPORT_USERRESERVED +0x1d );
|
|
+static int DOOMPORT = (5000 +0x1d );
|
|
|
|
/* static int sendsocket; */
|
|
/* static int insocket; */
|