svn commit: r310572 - stable/10/contrib/bsnmp/snmpd
Ngie Cooper
ngie at FreeBSD.org
Mon Dec 26 06:33:44 UTC 2016
Author: ngie
Date: Mon Dec 26 06:33:43 2016
New Revision: 310572
URL: https://svnweb.freebsd.org/changeset/base/310572
Log:
MFstable/11 r310571:
MFC r310459:
Sort #includes per style(9)
No functional change
Modified:
stable/10/contrib/bsnmp/snmpd/action.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/contrib/bsnmp/snmpd/action.c
==============================================================================
--- stable/10/contrib/bsnmp/snmpd/action.c Mon Dec 26 06:32:42 2016 (r310571)
+++ stable/10/contrib/bsnmp/snmpd/action.c Mon Dec 26 06:33:43 2016 (r310572)
@@ -38,12 +38,12 @@
#include <sys/sysctl.h>
#include <sys/un.h>
#include <sys/utsname.h>
+#include <ctype.h>
+#include <errno.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdarg.h>
#include <string.h>
-#include <ctype.h>
-#include <errno.h>
#include <syslog.h>
#include "snmpmod.h"
More information about the svn-src-stable-10
mailing list