Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.

This commit is contained in:
Mike Barcroft 2002-09-16 08:34:08 +00:00
parent 3729f1a5a4
commit 2c16ed2973
1 changed files with 6 additions and 4 deletions

View File

@ -28,13 +28,15 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <sys/ata.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <err.h>
#include <sys/ata.h>
char *
mode2str(int mode)