[hipl-commit] [trunk] Rev 4464: Remove duplicate i3 eprintf code.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 4 May 2010 20:14:23 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 04/05/2010 at 20:14:23
Revision: 4464
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove duplicate i3 eprintf code.

Modified:
  D  i3/chord/eprintf.c
  D  i3/chord/eprintf.h
  M  Makefile.am
  M  i3/chord/chord.h

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-03 17:08:15 +0000
+++ Makefile.am 2010-05-04 17:13:38 +0000
@@ -314,7 +314,6 @@
 
 i3_chord_libchord_la_SOURCES = i3/chord/api.c        \
                                i3/chord/chord.c      \
-                               i3/chord/eprintf.c    \
                                i3/chord/finger.c     \
                                i3/chord/hosts.c      \
                                i3/chord/join.c       \
@@ -323,6 +322,7 @@
                                i3/chord/sendpkt.c    \
                                i3/chord/stabilize.c  \
                                i3/chord/util.c       \
+                               i3/utils/eprintf.c    \
                                i3/utils/gen_utils.c
 
 i3_chord_chord_getfingers_SOURCES = i3/chord/chord_getfingers.c

=== modified file 'i3/chord/chord.h'
--- i3/chord/chord.h    2010-02-17 17:38:08 +0000
+++ i3/chord/chord.h    2010-05-04 17:13:38 +0000
@@ -343,6 +343,6 @@
 double sim_get_time(void);
 #endif
 
-#include "eprintf.h"
+#include "i3/utils/eprintf.h"
 
 #endif /* INCL_CHORD_H */

Other related posts:

  • » [hipl-commit] [trunk] Rev 4464: Remove duplicate i3 eprintf code. - Diego Biurrun