From f414793931f0f39a413874f9e342e33d9fd35eac Mon Sep 17 00:00:00 2001 From: guenther Date: Thu, 26 Apr 2018 12:42:50 +0000 Subject: Use instead of for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ --- usr.sbin/makefs/msdos/msdosfs_fat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/makefs') diff --git a/usr.sbin/makefs/msdos/msdosfs_fat.c b/usr.sbin/makefs/msdos/msdosfs_fat.c index c2fb2db6c42..5ac212b6b8b 100644 --- a/usr.sbin/makefs/msdos/msdosfs_fat.c +++ b/usr.sbin/makefs/msdos/msdosfs_fat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_fat.c,v 1.4 2016/12/17 16:43:30 krw Exp $ */ +/* $OpenBSD: msdosfs_fat.c,v 1.5 2018/04/26 12:42:51 guenther Exp $ */ /* $NetBSD: msdosfs_fat.c,v 1.31 2016/05/07 16:43:02 mlelstv Exp $ */ /*- @@ -52,7 +52,6 @@ * kernel include files. */ #include -#include #include "ffs/buf.h" -- cgit v1.2.3-59-g8ed1b