1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/pmf/files/patch-ad
Satoshi Taoka e17b5dbd50 - Support CC/CFLAGS prolerly
- Move install path of utility data from lib/ to libdata/
- Fix pkg/PLIST

PR: 16682
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-13 16:02:49 +00:00

21 lines
460 B
Plaintext

--- main.c.orig Sun Sep 22 12:13:43 1991
+++ main.c Fri Feb 11 04:14:00 2000
@@ -37,7 +37,7 @@
extern int stop_printing();
extern int continue_printing();
- extern int last_c_pos;
+ extern int _rl_last_c_pos;
#endif
/* Longjmp buffer, jump there after error() or CTRL-C */
@@ -58,7 +58,7 @@
ldisplay("\n");
ldisplay("%s", rl_line_buffer);
rl_redisplay(count, key);
- last_c_pos = rl_end;
+ _rl_last_c_pos = rl_end;
}
#endif