diff options
author | 2010-07-23 08:31:19 +0000 | |
---|---|---|
committer | 2010-07-23 08:31:19 +0000 | |
commit | 7a9e6d11e57f2f41fa923496227ed5926424b134 (patch) | |
tree | 699776290d035c646675e19b5016e5169f8532f1 /usr.bin/cvs/diff.c | |
parent | regen (diff) | |
download | wireguard-openbsd-7a9e6d11e57f2f41fa923496227ed5926424b134.tar.xz wireguard-openbsd-7a9e6d11e57f2f41fa923496227ed5926424b134.zip |
Rename a bunch of variables and functions, removing the cvs_/rcs_
prefixes to reduce differences between cvs and rcs files.
"yes!" nicm
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 956aa0470a1..0fd878d7ad6 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.155 2009/06/07 08:39:13 ray Exp $ */ +/* $OpenBSD: diff.c,v 1.156 2010/07/23 08:31:19 ray Exp $ */ /* * Copyright (c) 2008 Tobias Stoeckmann <tobias@openbsd.org> * Copyright (c) 2006 Joris Vink <joris@openbsd.org> @@ -574,7 +574,7 @@ cvs_diff_local(struct cvs_file *cf) close(fd1); close(fd2); - cvs_worklist_run(&temp_files, cvs_worklist_unlink); + worklist_run(&temp_files, worklist_unlink); if (p1 != NULL) xfree(p1); |