summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-05-31 08:58:47 +0000
committerxsa <xsa@openbsd.org>2005-05-31 08:58:47 +0000
commit9225b0cabd2bb268c53d45a280478779b86ee7bb (patch)
tree4fecbe866516d502169b3c4413752f842493db38 /usr.bin/cvs/commit.c
parentremove LP_ERROR log priority level and rather use LP_ERR as they are both (diff)
downloadwireguard-openbsd-9225b0cabd2bb268c53d45a280478779b86ee7bb.tar.xz
wireguard-openbsd-9225b0cabd2bb268c53d45a280478779b86ee7bb.zip
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r--usr.bin/cvs/commit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c
index 7816b5eda44..f7bba3c6a5e 100644
--- a/usr.bin/cvs/commit.c
+++ b/usr.bin/cvs/commit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: commit.c,v 1.36 2005/05/30 09:52:55 joris Exp $ */
+/* $OpenBSD: commit.c,v 1.37 2005/05/31 08:58:47 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -29,15 +29,15 @@
#include <sys/stat.h>
#include <errno.h>
-#include <stdio.h>
#include <fcntl.h>
+#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
+#include <unistd.h>
+#include "buf.h"
#include "cvs.h"
#include "log.h"
-#include "buf.h"
#include "proto.h"