mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
5f76ca8d6b
- Support install macros - perl -> ${PERL} - Move install path of data files from lib/ to libdata/ - Add WWW: line into pkg/DESCR - Fix pkg/PLIST PR: 15918 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
--- utils/pltek.c.orig Fri Sep 16 12:45:46 1994
|
|
+++ utils/pltek.c Tue Jan 4 20:49:26 2000
|
|
@@ -110,7 +110,7 @@
|
|
oldpage = ipage;
|
|
printf("Page %d/%d> ", ipage, npage);
|
|
|
|
- gets(ibuf);
|
|
+ fgets(ibuf, sizeof(ibuf), stdin);
|
|
c = ibuf[0];
|
|
|
|
/* User input a page number or a return */
|