mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 09:10:59 +08:00
commands ping/ping6: Add initial ports of FreeBSD ping and pin6 ports
These compile but need to have an RTEMS specific main and use the reentrant getopt.
This commit is contained in:
2
freebsd-userspace/include/netinet/icmp6.h
Normal file
2
freebsd-userspace/include/netinet/icmp6.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <freebsd/bsd.h>
|
||||
#include <freebsd/netinet/icmp6.h>
|
2
freebsd-userspace/include/netinet/ip6.h
Normal file
2
freebsd-userspace/include/netinet/ip6.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <freebsd/bsd.h>
|
||||
#include <freebsd/netinet/ip6.h>
|
Reference in New Issue
Block a user