]> git.pld-linux.org Git - packages/fastforward.git/blob - fastforward-gcc3.patch
- added gcc4.patch
[packages/fastforward.git] / fastforward-gcc3.patch
1 --- fastforward-1.00/utils/wvbuffer.h.orig      1999-03-24 04:41:38.000000000 +0100
2 +++ fastforward-1.00/utils/wvbuffer.h   2004-03-28 19:32:27.546424096 +0200
3 @@ -9,6 +9,7 @@
4  #ifndef __WVBUFFER_H
5  #define __WVBUFFER_H
6  
7 +#include <string.h>
8  #include "wvlinklist.h"
9  
10  class WvMiniBuffer
11 --- fastforward-1.00/utils/wvlinklist.h.orig    1999-03-24 04:41:38.000000000 +0100
12 +++ fastforward-1.00/utils/wvlinklist.h 2004-03-28 19:33:57.858694544 +0200
13 @@ -123,7 +123,7 @@
14      _newname_()                                                \
15         { setup(); }                                    \
16                                                         \
17 -    ~##_newname_()                                     \
18 +    ~_newname_()                                       \
19         { shutdown(); _zap(); }                         \
20                                                         \
21      void zap()                                         \
22 --- fastforward-1.00/utils/wvhashtable.h.orig   1999-03-24 04:41:38.000000000 +0100
23 +++ fastforward-1.00/utils/wvhashtable.h        2004-03-28 19:36:45.473213264 +0200
24 @@ -139,7 +139,7 @@
25      _type_##List *sl()                                                 \
26         { return (_type_##List *)slots; }                               \
27                                                                         \
28 -    ~##_classname_()                                                   \
29 +    ~_classname_()                                                     \
30          { shutdown(); delete[] sl(); }                                 \
31                                                                         \
32      void add(_type_ *data, bool auto_free)                             \
33 --- fastforward-1.00/streams/wvlog.h.orig       1999-03-24 04:41:37.000000000 +0100
34 +++ fastforward-1.00/streams/wvlog.h    2004-03-28 19:34:40.377230744 +0200
35 @@ -25,7 +25,7 @@
36  // or transmits log messages.
37  class WvLogRcvBase
38  {
39 -    friend WvLog;
40 +    friend class WvLog;
41  protected:
42      const char *appname(const WvLog *log) const;
43      virtual void log(const WvLog *source, int loglevel,
44 @@ -43,7 +43,7 @@
45  // to all registered WvLogRcv's.
46  class WvLog : public WvStream
47  {
48 -    friend WvLogRcvBase;
49 +    friend class WvLogRcvBase;
50  public:
51      enum LogLevel {
52         Critical = 0,
53 --- fastforward-1.00/fastforward/wvffudp.h.orig 1999-03-24 04:41:36.000000000 +0100
54 +++ fastforward-1.00/fastforward/wvffudp.h      2004-03-28 19:37:32.864008768 +0200
55 @@ -68,4 +68,4 @@
56      static Callback udp_callback2;
57  };
58  
59 -#endif __WVFFUDP_H
60 +#endif /* __WVFFUDP_H */
61 --- fastforward-1.00/fastforward/wvfftcp.h.orig 1999-03-24 04:41:36.000000000 +0100
62 +++ fastforward-1.00/fastforward/wvfftcp.h      2004-03-28 19:37:41.041765560 +0200
63 @@ -71,4 +71,4 @@
64  
65  DeclareWvList( WvFF_TCPConn );
66  
67 -#endif __WVFFTCP_H
68 +#endif /* __WVFFTCP_H */
69 --- fastforward-1.00/fastforward/wvfastfwd.h.orig       1999-03-24 04:41:36.000000000 +0100
70 +++ fastforward-1.00/fastforward/wvfastfwd.h    2004-03-28 19:37:52.156075928 +0200
71 @@ -89,4 +89,4 @@
72      bool too_many_conns() const;
73  };
74  
75 -#endif __WVFASTFWD_H
76 +#endif /* __WVFASTFWD_H */
77 --- fastforward-1.00/wvver.h.orig       1999-05-11 04:23:45.000000000 +0200
78 +++ fastforward-1.00/wvver.h    2004-03-28 19:38:22.015536600 +0200
79 @@ -28,4 +28,4 @@
80  #define TUNNELV_VER            0x00019901
81  #define TUNNELV_VER_STRING     "2.0pre1"
82  
83 -#endif __WVDEFS_H
84 +#endif /* __WVDEFS_H */
This page took 0.038833 seconds and 3 git commands to generate.