]> git.pld-linux.org Git - packages/fam.git/commitdiff
- s/NULL/0/.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 30 Aug 2008 11:48:31 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fam-gcc4.patch -> 1.2

fam-gcc4.patch

index c255258f5e0f9ccf4c115d362d404ba7837291e9..32e577b0697e4df1d9a1ba637089905a4c3df93c 100644 (file)
      static volatile int queue_head; // Only modified by read handler
      static volatile int queue_tail; // Only modified by signal handler
      static EventHandler ehandler;
+--- fam-2.7.0/src/Interest.h.orig      2008-08-30 13:44:30.000000000 +0200
++++ fam-2.7.0/src/Interest.h   2008-08-30 13:45:14.000000000 +0200
+@@ -81,7 +81,7 @@
+ protected:
+     bool do_stat();
+-    virtual void post_event(const Event&, const char * = NULL) = 0;
++    virtual void post_event(const Event&, const char * = 0) = 0;
+     char& ci_bits()                   { return ci_char; }
+     char& dir_bits()                  { return dir_char; }
+     const char& ci_bits() const               { return ci_char; }
This page took 0.048472 seconds and 4 git commands to generate.