Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 06:16:55 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r310673 - stable/10/contrib/bsnmp/lib
Message-ID:  <201612280616.uBS6Gt5o031901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Dec 28 06:16:55 2016
New Revision: 310673
URL: https://svnweb.freebsd.org/changeset/base/310673

Log:
  MFstable/11 r310672:
  
  MFC r310499:
  
  Sort #includes
  
  No functional change

Modified:
  stable/10/contrib/bsnmp/lib/snmp.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/bsnmp/lib/snmp.c
==============================================================================
--- stable/10/contrib/bsnmp/lib/snmp.c	Wed Dec 28 06:16:19 2016	(r310672)
+++ stable/10/contrib/bsnmp/lib/snmp.c	Wed Dec 28 06:16:55 2016	(r310673)
@@ -38,19 +38,19 @@
  */
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <ctype.h>
+#include <errno.h>
+#include <netdb.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
 #include <stdarg.h>
+#include <string.h>
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #elif defined(HAVE_INTTYPES_H)
 #include <inttypes.h>
 #endif
-#include <string.h>
-#include <ctype.h>
-#include <netdb.h>
-#include <errno.h>
 
 #include "asn1.h"
 #include "snmp.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612280616.uBS6Gt5o031901>