openbsd-ports/www/w3m/patches/patch-search_c
naddy 5732519f3c Rename setpgrp() macro to avoid clash with function prototype.
This makes the m17n flavor build again.
2002-03-10 15:20:05 +00:00

13 lines
316 B
Plaintext

$OpenBSD: patch-search_c,v 1.1 2002/03/10 15:20:05 naddy Exp $
--- search.c.orig Wed Mar 6 00:55:04 2002
+++ search.c Wed Mar 6 00:55:39 2002
@@ -52,7 +52,7 @@ open_migemo(char *migemo_command)
/* child */
reset_signals();
#ifdef HAVE_SETPGRP
- setpgrp();
+ SETPGRP();
#endif
close_tty();
close(fdr[0]);