mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Fix style(9)
- Sort #includes - Delete trailing whitespace No functional change MFC after: 3 days
This commit is contained in:
parent
d6699bdec3
commit
0327a0e823
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310574
@ -32,15 +32,15 @@
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <syslog.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "snmpmod.h"
|
||||
@ -417,7 +417,7 @@ lsock_send(struct tport *tp, const u_char *buf, size_t len,
|
||||
return (-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return (sendto(peer->input.fd, buf, len, 0, addr, addrlen));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user