summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-08-10 19:18:24 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-08-10 19:18:24 +0000
commit5be433573a1dbd13bc5e508d2dc1f4b362ff6bef (patch)
tree1d4ffc39bfe97b3079a5556f6b28f84e42111124 /usr.sbin
parentf90d36e85ce42f94a9953004ab2d596bcd2b5984 (diff)
order #includes, Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntpd/buffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/buffer.c b/usr.sbin/ntpd/buffer.c
index a1bedd5b12d..88d9c4f23dc 100644
--- a/usr.sbin/ntpd/buffer.c
+++ b/usr.sbin/ntpd/buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: buffer.c,v 1.2 2004/07/12 09:22:38 dtucker Exp $ */
+/* $OpenBSD: buffer.c,v 1.3 2004/08/10 19:18:23 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -19,10 +19,10 @@
#include <sys/types.h>
#include <sys/uio.h>
-#include <stdio.h>
-#include <stdlib.h>
#include <errno.h>
#include <limits.h>
+#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>