https://bugzilla.redhat.com/show_bug.cgi?id=1121299 While here: Convert to user-destdir by using pkgsrc setuid framework. Add comments to some patches. Bump PKGREVISION.
12 lines
321 B
Text
12 lines
321 B
Text
$NetBSD: patch-bc,v 1.3 2014/09/04 07:37:44 wiz Exp $
|
|
|
|
Avoid conflict with existing getline() functions.
|
|
|
|
--- src/formisc.h.orig 2009-07-17 23:04:16.000000000 -0400
|
|
+++ src/formisc.h 2009-07-17 23:04:16.000000000 -0400
|
|
@@ -17,4 +17,4 @@
|
|
char*
|
|
skipwords P((char*start));
|
|
int
|
|
- getline P((void));
|
|
+ get_line P((void));
|