blob: 656ddfd69b5cd48cfe7a22fc68b2d7b216051150 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$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));
|