mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
98e3b66265
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>
13 lines
259 B
Plaintext
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 ----
|