mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
$NetBSD: patch-bc,v 1.2 2012/03/12 13:22:17 fhajny Exp $
|
|
|
|
--- 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));
|