mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
$NetBSD: patch-proto_h,v 1.1 2012/05/31 23:42:01 dholland Exp $
|
|
|
|
- avoid symbol name conflict with getline()
|
|
|
|
--- proto.h~ 1995-04-17 13:03:41.000000000 +0000
|
|
+++ proto.h
|
|
@@ -17,7 +17,7 @@ void popdo ARG((void));
|
|
void popfor ARG((void));
|
|
void clearfors ARG((struct sym *sp));
|
|
void inject ARG((int c));
|
|
-int getline ARG((char *cp, FILE *fp));
|
|
+int get_line ARG((char *cp, FILE *fp));
|
|
void type ARG((void));
|
|
void save ARG((struct lno *lnop, FILE *fp));
|
|
void erasesyms ARG((void));
|