Date: Sun, 7 Jun 2015 14:57:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284120 - head/usr.sbin/pw Message-ID: <201506071457.t57EvHsc004615@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071457.t57EvHsc004615>