summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/diff3.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-02 17:18:41 +0000
committermycroft <mycroft@NetBSD.org>1993-08-02 17:18:41 +0000
commit210cab45419b639d07892767d7535c2c7760889d (patch)
treed3d64a74050e5e5d63dbc3462fd72047f58f93a3 /gnu/usr.bin/diff/diff3.c
parent02ded53222c7a2429d64b5aa8056a5e096ae9c6e (diff)
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'gnu/usr.bin/diff/diff3.c')
-rw-r--r--gnu/usr.bin/diff/diff3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/diff3.c b/gnu/usr.bin/diff/diff3.c
index b9952fc0a04..80fd40f1893 100644
--- a/gnu/usr.bin/diff/diff3.c
+++ b/gnu/usr.bin/diff/diff3.c
@@ -14,6 +14,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+#ifndef lint
+static char rcsid[] = "$Id: diff3.c,v 1.2 1993/08/02 17:26:11 mycroft Exp $";
+#endif /* not lint */
/* Written by Randy Smith */