1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/poink/files/patch-ac
Edwin Groothuis 98e3b66265 New port: poink 1.5 (Nosuid, secure ping like utility)
New port: poink 1.5 (Nosuid, secure ping like utility). It
	is uses TCP SYN/RST mechanism to detect RTT. The output is
	very close to original ping, so it can be used as more
	secure replacement.

PR:		ports/37019
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-01-18 09:18:21 +00:00

13 lines
259 B
Plaintext

*** poink.c.orig Fri Apr 12 11:07:14 2002
--- poink.c Fri Apr 12 11:07:28 2002
***************
*** 20,26 ****
#include <stdarg.h>
#include <errno.h>
#include <signal.h>
- #include <getopt.h>
#include <stdlib.h>
#include <string.h>
--- 20,25 ----