mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
10 lines
263 B
C
10 lines
263 B
C
--- tcpstuff.h.orig 2001-08-20 20:29:56 UTC
|
|
+++ tcpstuff.h
|
|
@@ -42,5 +42,7 @@ make_tcp_listener(unsigned short localpo
|
|
int
|
|
write_uint32(int fd,uint32 data);
|
|
|
|
+/* This is not used and gives a warning in FreeBSD's ports system
|
|
int
|
|
tcp_accept(int listenFd);
|
|
+*/
|