summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-05-28 23:02:40 +0000
committerray <ray@openbsd.org>2007-05-28 23:02:40 +0000
commit68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc (patch)
treea1c2e160c4ec0c2bcf5deebc359ae1a478ef18a0
parentGently nudge up the interrupt coalescing timeout to 128 microseconds. This (diff)
downloadwireguard-openbsd-68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc.tar.xz
wireguard-openbsd-68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc.zip
Some spacing syncs with diff(1).
-rw-r--r--usr.bin/cvs/diff_internals.c6
-rw-r--r--usr.bin/rcs/diff.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c
index 8a01f4f723e..89c851844c3 100644
--- a/usr.bin/cvs/diff_internals.c
+++ b/usr.bin/cvs/diff_internals.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff_internals.c,v 1.7 2007/05/28 22:12:44 ray Exp $ */
+/* $OpenBSD: diff_internals.c,v 1.8 2007/05/28 23:02:40 ray Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -228,8 +228,8 @@ static struct context_vec *context_vec_ptr;
#define FUNCTION_CONTEXT_SIZE 55
static char lastbuf[FUNCTION_CONTEXT_SIZE];
-static int lastline;
-static int lastmatchline;
+static int lastline;
+static int lastmatchline;
BUF *diffbuf = NULL;
/*
diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c
index 2c299cae0aa..ce9186ed6b8 100644
--- a/usr.bin/rcs/diff.c
+++ b/usr.bin/rcs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.15 2007/05/28 22:12:44 ray Exp $ */
+/* $OpenBSD: diff.c,v 1.16 2007/05/28 23:02:40 ray Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -231,8 +231,8 @@ static struct context_vec *context_vec_ptr;
#define FUNCTION_CONTEXT_SIZE 55
static char lastbuf[FUNCTION_CONTEXT_SIZE];
-static int lastline;
-static int lastmatchline;
+static int lastline;
+static int lastmatchline;
BUF *diffbuf = NULL;
/*