OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Mon Aug 01 2005 - 03:17:58 CDT


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2005/08/01 02:17:58

Modified files:
        usr.bin/diff3 : diff3prog.c

Log message:
Use dynamic memory instead of a fixed table. Makes merges files with
lots of changes possible. While there, kill an off-by-one.
Report and testing by Alexander Bluhm. ok millert