ports/security/dcetest/files/patch-tcpstuff.h
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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);
+*/