Sort headers

This commit is contained in:
Baptiste Daroussin 2015-06-07 14:57:16 +00:00
parent 82a3c75aa8
commit be7f5ba991
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284120

View File

@ -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