From e69a43ea621362d03109bb530040f1b076d8d1f8 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 29 Jun 2006 21:59:09 +0000 Subject: - use not (this appeases FreeBSD's annoying #warning) - grab before like getrusage(2) says ok kjell --- usr.bin/mg/fileio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c index a06b30f274f..ab6dbd3b6d6 100644 --- a/usr.bin/mg/fileio.c +++ b/usr.bin/mg/fileio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.75 2006/06/01 05:56:51 kjell Exp $ */ +/* $OpenBSD: fileio.c,v 1.76 2006/06/29 21:59:08 jason Exp $ */ /* This file is in the public domain. */ @@ -8,15 +8,15 @@ #include "def.h" -#include -#include #include #include #include +#include #include #include #include +#include #include #include #include -- cgit v1.2.3