]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- fixes code
authorTomasz Pala <gotar@pld-linux.org>
Sat, 9 Aug 2003 20:05:30 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc-c_fix.patch -> 1.1

bnc-c_fix.patch [new file with mode: 0644]

diff --git a/bnc-c_fix.patch b/bnc-c_fix.patch
new file mode 100644 (file)
index 0000000..54ec463
--- /dev/null
@@ -0,0 +1,22 @@
+diff -urN bnc2.8.8.orig/sbuf.h bnc2.8.8/sbuf.h
+--- bnc2.8.8.orig/sbuf.h       2002-07-11 05:17:56.000000000 +0200
++++ bnc2.8.8/sbuf.h    2003-08-09 21:59:15.000000000 +0200
+@@ -35,4 +35,4 @@
+ int sbuf_nextchunk(struct sbufstate *state);
+ int sbuf_firstchunk(struct sbuf *record, struct sbufstate *state);
+ int sbuf_getmsg(struct sbuf *record, char *buf, size_t length);
+-int sbuf_gettag(struct sbuf *record, char *buf, size_t length);
+\ No newline at end of file
++int sbuf_gettag(struct sbuf *record, char *buf, size_t length);
+diff -urN bnc2.8.8.orig/server.c bnc2.8.8/server.c
+--- bnc2.8.8.orig/server.c     2003-02-16 20:16:00.000000000 +0100
++++ bnc2.8.8/server.c  2003-08-09 21:59:32.000000000 +0200
+@@ -31,7 +31,7 @@
+ #include "struct.h"
+ #include "send.h"
+ #include "ctcp.h"
+-
++#include "time.h"
+ extern int h_errno;
+ extern char logbuf[];
This page took 0.073774 seconds and 4 git commands to generate.