diff options
author | 2006-06-01 20:01:47 +0000 | |
---|---|---|
committer | 2006-06-01 20:01:47 +0000 | |
commit | feac24437fac0866480a59a663fb5a1b45ef0ad1 (patch) | |
tree | f11ffe7c231e7101df77dff9ed5a027e611a1312 /usr.bin/cvs/diff.c | |
parent | import work on existing repos: (diff) | |
download | wireguard-openbsd-feac24437fac0866480a59a663fb5a1b45ef0ad1.tar.xz wireguard-openbsd-feac24437fac0866480a59a663fb5a1b45ef0ad1.zip |
fix output
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 30683f2f7dd..afe65b4c9cb 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.101 2006/05/31 22:24:12 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.102 2006/06/01 20:01:47 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -202,8 +202,6 @@ cvs_diff_local(struct cvs_file *cf) tv2[0].tv_sec = st.st_mtime; tv2[0].tv_usec = 0; tv2[1] = tv2[0]; - - diff_rev2 = cf->file_rcsrev; } cvs_printf("%s", diffargs); |