diff options
author | 2007-05-28 23:02:40 +0000 | |
---|---|---|
committer | 2007-05-28 23:02:40 +0000 | |
commit | 68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc (patch) | |
tree | a1c2e160c4ec0c2bcf5deebc359ae1a478ef18a0 /usr.bin/cvs/diff_internals.c | |
parent | Gently nudge up the interrupt coalescing timeout to 128 microseconds. This (diff) | |
download | wireguard-openbsd-68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc.tar.xz wireguard-openbsd-68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc.zip |
Some spacing syncs with diff(1).
Diffstat (limited to 'usr.bin/cvs/diff_internals.c')
-rw-r--r-- | usr.bin/cvs/diff_internals.c | 6 |
1 files changed, 3 insertions, 3 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; /* |