mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Remove trailing whitespaces.
This commit is contained in:
parent
75e20d65dc
commit
8dcbd3fed4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283784
@ -541,12 +541,12 @@ main(int argc, char **argv)
|
||||
case 'a':
|
||||
as_path = 1;
|
||||
break;
|
||||
|
||||
|
||||
case 'A':
|
||||
as_path = 1;
|
||||
as_server = optarg;
|
||||
break;
|
||||
|
||||
|
||||
case 'd':
|
||||
options |= SO_DEBUG;
|
||||
break;
|
||||
@ -931,7 +931,7 @@ main(int argc, char **argv)
|
||||
as_path = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
|
||||
if (setpolicy(sndsock, "in bypass") < 0)
|
||||
errx(1, "%s", ipsec_strerror());
|
||||
@ -1494,7 +1494,7 @@ print(register u_char *buf, register int cc, register struct sockaddr_in *from)
|
||||
/*
|
||||
* Checksum routine for UDP and TCP headers.
|
||||
*/
|
||||
u_short
|
||||
u_short
|
||||
p_cksum(struct ip *ip, u_short *data, int len)
|
||||
{
|
||||
static struct ipovly ipo;
|
||||
|
Loading…
Reference in New Issue
Block a user