pkgsrc/graphics/urt/patches/patch-ah
agc 260d332664 Split patches one per source file.
Remove fuzz from patches.
Remove PATCH_FUZZ_FACTOR definition.
1999-11-22 11:11:32 +00:00

24 lines
486 B
Text

$NetBSD: patch-ah,v 1.3 1999/11/22 11:11:33 agc Exp $
--- tools/into.c Wed Nov 25 23:51:32 1998
+++ tools/into.c Wed Nov 25 23:58:09 1998
@@ -41,7 +41,10 @@
short forceflg; /* overwrite an unwritable file? */
extern int errno;
+
+#ifndef BSD
extern char *sys_errlist[];
+#endif
void
main(argc, argv)
@@ -72,7 +75,7 @@
exit(1);
}
- if ( (cp = rindex( argv[1], '/' )) != NULL )
+ if ( (cp = rle_rindex( argv[1], '/' )) != NULL )
{
c = *++cp;
*cp = 0;