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::dirprov.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::dirprov.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::dirprov.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::dirprov.c b/ukrainian/iceb/files/patch-buhg::dirprov.c deleted file mode 100644 index 8323901c6f32..000000000000 --- a/ukrainian/iceb/files/patch-buhg::dirprov.c +++ /dev/null @@ -1,20 +0,0 @@ ---- buhg/dirprov.c.orig Mon Sep 9 01:38:02 2002 -+++ buhg/dirprov.c Wed Oct 8 19:33:00 2003 -@@ -349,7 +349,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg3a.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg3a.txt"); - prosf(bros); - clear(); - goto naz; -@@ -823,7 +823,7 @@ - { - short d,m,g; - struct tm *bf; --long tmm; -+time_t tmm; - char strsql[300]; - SQL_str row1; - |