b45d036f4c
One-file-port, from @stake. This dumps information from remote RPC. Much like "rpcinfo -p host" on unix hosts. Please check my patches: I removed an unused function so this wouldn't be marked as a security sensitive port, and I'm not sure my Makefile change respects CFLAGS. PR: ports/46991 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
10 lines
248 B
C
10 lines
248 B
C
--- tcpstuff.h.orig Sat Jan 11 06:48:15 2003
|
|
+++ tcpstuff.h Sat Jan 11 06:48:54 2003
|
|
@@ -42,5 +42,7 @@
|
|
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);
|
|
+*/
|