]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-04-27 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Wed, 27 Apr 2005 12:44:54 +0000 (12:44 +0000)
committerpaul <paul>
Wed, 27 Apr 2005 12:44:54 +0000 (12:44 +0000)
* memory.h: memtypes is built source, default includes points to
  top_builddir, so we should refer to lib/memtypes.h

lib/ChangeLog
lib/memory.h

index 537a705d0c9ce5438a37ee2770b1bde23a550702..49224cd0fb038601600db94a0372b2738d933df5 100644 (file)
@@ -7,7 +7,9 @@
          (work_queue_run) retry logic was slightly wrong.
          cycles.best is 0 initialy, granularity is 1, so update best
          if cycles >= granularity, not just >.
-        
+       * memory.h: memtypes is built source, default includes points to
+         top_builddir, so we should refer to lib/memtypes.h
+
 2005-04-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * buffer.c (buffer_write): Comment out call to buffer_flush_available.
index ce379e45bc418bd993107f0a2e24866ae4a4306e..3ec89a97c590e909ec56efae6533e8bd6c2ef655 100644 (file)
@@ -33,7 +33,7 @@ struct mlist {
   const char *name;
 };
  
-#include "memtypes.h"
+#include "lib/memtypes.h"
 
 extern struct mlist mlists[];