diff options
Diffstat (limited to 'graphics/plplot/patches/patch-af')
-rw-r--r-- | graphics/plplot/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/plplot/patches/patch-af b/graphics/plplot/patches/patch-af deleted file mode 100644 index 295b405553a..00000000000 --- a/graphics/plplot/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2000/12/02 05:40:33 jtb Exp $ - ---- utils/pltek.c.orig -+++ utils/pltek.c -@@ -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 */ |