svn commit: r284120 - head/usr.sbin/pw
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 7 14:57:17 UTC 2015
Author: bapt
Date: Sun Jun 7 14:57:16 2015
New Revision: 284120
URL: https://svnweb.freebsd.org/changeset/base/284120
Log:
Sort headers
Modified:
head/usr.sbin/pw/pwupd.h
Modified: head/usr.sbin/pw/pwupd.h
==============================================================================
--- head/usr.sbin/pw/pwupd.h Sun Jun 7 14:54:07 2015 (r284119)
+++ head/usr.sbin/pw/pwupd.h Sun Jun 7 14:57:16 2015 (r284120)
@@ -29,13 +29,13 @@
#ifndef _PWUPD_H_
#define _PWUPD_H_
+#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/types.h>
+
#include <pwd.h>
#include <grp.h>
-#include <sys/cdefs.h>
-
#if defined(__FreeBSD__)
#define RET_SETGRENT int
#else
More information about the svn-src-all
mailing list