diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 01:56:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 01:56:33 +0000 |
commit | 9a630d51d89cb0893db6c8a56e946539d9d4aaf6 (patch) | |
tree | c6ad697c939c0cd0f421e87586745d1330de6420 /ukrainian/iceb/files/patch-buhg::xbu.c | |
parent | add WWW (diff) |
- Update to 5.60
PR: ports/61187
Submitted by: Vadim Chekan <vchekan@softline.kiev.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=97896
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::xbu.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::xbu.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::xbu.c b/ukrainian/iceb/files/patch-buhg::xbu.c deleted file mode 100644 index a94704418add..000000000000 --- a/ukrainian/iceb/files/patch-buhg::xbu.c +++ /dev/null @@ -1,38 +0,0 @@ ---- buhg/xbu.c.orig Mon Sep 9 01:38:02 2002 -+++ buhg/xbu.c Wed Oct 8 19:08:40 2003 -@@ -57,7 +57,7 @@ - int i; - char bros1[200]; - struct tm *bf; --long tmm; -+time_t tmm; - char kto[20]; - char host[100]; - char *parol=NULL; -@@ -317,7 +317,7 @@ - goto nazad; - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt"); - prosf(strsql); - clear(); - goto naz1; -@@ -478,7 +478,7 @@ - { - case FK1: /*Помощь*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg5_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg5_2.txt"); - prosf(bros); - goto naz; - -@@ -609,7 +609,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg5_4.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg5_4.txt"); - prosf(bros); - goto nom3; - |