Deleted Added
full compact
util.h (32672) util.h (50488)
1/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.3 1997/02/13 21:10:45 jmg Exp $
1/* $FreeBSD: head/gnu/usr.bin/patch/util.h 50488 1999-08-28 05:11:36Z peter $
2 *
3 * $Log: util.h,v $
2 *
3 * $Log: util.h,v $
4 * Revision 1.5 1998/01/21 14:37:25 ache
5 * Resurrect patch 2.1 without FreeBSD Index: hack
6 *
4 * Revision 1.3 1997/02/13 21:10:45 jmg
5 * Fix a problem with patch in that is will always default, even when the
6 * controlling terminal is closed. Now the function ask() will return 1 when th
7 * input is known to come from a file or terminal, or it will return 0 when ther
8 * was a read error.
9 *
10 * Modified the question "Skip patch?" so that on an error from ask it will skip
11 * the patch instead of looping.

--- 96 unchanged lines hidden ---
7 * Revision 1.3 1997/02/13 21:10:45 jmg
8 * Fix a problem with patch in that is will always default, even when the
9 * controlling terminal is closed. Now the function ask() will return 1 when th
10 * input is known to come from a file or terminal, or it will return 0 when ther
11 * was a read error.
12 *
13 * Modified the question "Skip patch?" so that on an error from ask it will skip
14 * the patch instead of looping.

--- 96 unchanged lines hidden ---