=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/util.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/patch/util.c 2003/07/31 20:51:43 1.24 +++ src/usr.bin/patch/util.c 2003/08/01 20:30:49 1.25 @@ -1,7 +1,7 @@ -/* $OpenBSD: util.c,v 1.24 2003/07/31 20:51:43 otto Exp $ */ +/* $OpenBSD: util.c,v 1.25 2003/08/01 20:30:49 otto Exp $ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: util.c,v 1.24 2003/07/31 20:51:43 otto Exp $"; +static const char rcsid[] = "$OpenBSD: util.c,v 1.25 2003/08/01 20:30:49 otto Exp $"; #endif /* not lint */ #include @@ -162,7 +162,7 @@ rv = strdup(s); if (rv == NULL) { if (using_plan_a) - out_of_mem = TRUE; + out_of_mem = true; else fatal("out of memory\n"); } @@ -275,7 +275,7 @@ /* * Make sure we'll have the directories to create a file. If `striplast' is - * TRUE, ignore the last element of `filename'. + * true, ignore the last element of `filename'. */ void