mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
Indent code to fix 'make syntax-check'.
This commit is contained in:
@@ -57,12 +57,12 @@
|
||||
|
||||
/* RFC 4443 addition not yet available in libc headers */
|
||||
#ifndef ICMP6_DST_UNREACH_POLICYFAIL
|
||||
#define ICMP6_DST_UNREACH_POLICYFAIL 5
|
||||
# define ICMP6_DST_UNREACH_POLICYFAIL 5
|
||||
#endif
|
||||
|
||||
/* RFC 4443 addition not yet available in libc headers */
|
||||
#ifndef ICMP6_DST_UNREACH_REJECTROUTE
|
||||
#define ICMP6_DST_UNREACH_REJECTROUTE 6
|
||||
# define ICMP6_DST_UNREACH_REJECTROUTE 6
|
||||
#endif
|
||||
|
||||
static PING *ping;
|
||||
@@ -647,7 +647,8 @@ static struct icmp_code_descr icmp_dest_unreach_desc[] = {
|
||||
{ICMP6_DST_UNREACH_BEYONDSCOPE, "Beyond scope of source address"},
|
||||
{ICMP6_DST_UNREACH_ADDR, "Address unreachable"},
|
||||
{ICMP6_DST_UNREACH_NOPORT, "Port unreachable"},
|
||||
{ICMP6_DST_UNREACH_POLICYFAIL, "Source address failed ingress/egress policy"},
|
||||
{ICMP6_DST_UNREACH_POLICYFAIL,
|
||||
"Source address failed ingress/egress policy"},
|
||||
{ICMP6_DST_UNREACH_REJECTROUTE, "Reject route to destination"},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user