From ada8c2b04ca5bd283cbf7872c731bb370f51d426 Mon Sep 17 00:00:00 2001 From: form Date: Sun, 6 Feb 2000 10:41:13 +0000 Subject: [PATCH] fix --- russian/d1489/patches/patch-ab | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/russian/d1489/patches/patch-ab b/russian/d1489/patches/patch-ab index fc446d9a5eb..553e5b8c7eb 100644 --- a/russian/d1489/patches/patch-ab +++ b/russian/d1489/patches/patch-ab @@ -1,5 +1,7 @@ ---- todos.c.orig Wed Jan 26 16:45:50 2000 -+++ todos.c Wed Jan 26 16:58:07 2000 +# $OpenBSD: patch-ab,v 1.2 2000/02/06 10:41:13 form Exp $ + +--- todos.c.orig Tue Dec 22 05:50:00 1998 ++++ todos.c Sun Feb 6 16:39:32 2000 @@ -33,6 +33,7 @@ #include #include @@ -36,7 +38,7 @@ + return 1; + } + if ((fout = fdopen(tmpfd, WB)) == NULL) { -+ perror(tmpn); ++ perror(tmp_name); + return 1; + } +#else