Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 16 Jun 2001 17:54:29 -0400 From: Christopher Faylor To: Cygwin Subject: Re: Updated: textutils-2.0-2 Message-ID: <20010616175429.A28300@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: Cygwin References: <054001c0f695$c22bbc20$3c5350d8 AT bluesguitar DOT org> <20010616151607 DOT A28047 AT redhat DOT com> <056301c0f69a$04b19fc0$3c5350d8 AT bluesguitar DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <056301c0f69a$04b19fc0$3c5350d8@bluesguitar.org>; from matts@bluesguitar.org on Sat, Jun 16, 2001 at 02:24:51PM -0500 On Sat, Jun 16, 2001 at 02:24:51PM -0500, Matthew Smith wrote: >I would appreciate a patch for the changes you made to md5sum, and I >will try to get your changes folded back into the source. cgf diff -pr textutils-2.0/src/md5sum.c /netrel/src/textutils-2.0-2/src/md5sum.c *** textutils-2.0/src/md5sum.c Mon May 3 13:55:37 1999 --- /netrel/src/textutils-2.0-2/src/md5sum.c Sat Jun 16 13:21:59 2001 *************** *** 25,30 **** --- 25,31 ---- #include #include #include + #include #include "md5.h" #include "getline.h" *************** md5_check (const char *checkfile_name) *** 312,317 **** --- 313,321 ---- } } + #ifdef O_TEXT + setmode (fileno (checkfile_stream), O_TEXT); + #endif line_number = 0; line = NULL; line_chars_allocated = 0; -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple