[hipl-commit] [trunk] Rev 4490: Drop pointless hip_ prefix from lib/core/hip_capability.[ch] file names.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 13:09:46 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 12/05/2010 at 13:09:46
Revision: 4490
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Drop pointless hip_ prefix from lib/core/hip_capability.[ch] file names.

Modified:
  R  lib/core/hip_capability.c => lib/core/capability.c
  R  lib/core/hip_capability.h => lib/core/capability.h
  M  Makefile.am
  M  agent/agent.c
  M  firewall/firewall.c
  M  hipd/init.c
  M  lib/core/capability.c
  M  lib/core/capability.h

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-12 10:04:40 +0000
+++ Makefile.am 2010-05-12 10:09:10 +0000
@@ -196,6 +196,7 @@
 # dependencies. This needs to be addressed at some point.
 lib_core_libhipcore_la_SOURCES = lib/conf/conf.c            \
                                  lib/core/builder.c         \
+                                 lib/core/capability.c      \
                                  lib/core/certtools.c       \
                                  lib/core/crypto.c          \
                                  lib/core/debug.c           \
@@ -205,7 +206,6 @@
                                  lib/core/hashchain_store.c \
                                  lib/core/hashtable.c       \
                                  lib/core/hashtree.c        \
-                                 lib/core/hip_capability.c  \
                                  lib/core/hip_udp.c         \
                                  lib/core/hit.c             \
                                  lib/core/hostid.c          \

=== modified file 'agent/agent.c'
--- agent/agent.c       2010-05-03 17:08:15 +0000
+++ agent/agent.c       2010-05-12 10:09:10 +0000
@@ -35,7 +35,7 @@
 #include "connhipd.h"
 #include "str_var.h"
 #include "language.h"
-#include "lib/core/hip_capability.h"
+#include "lib/core/capability.h"
 #include "lib/core/sqlitedbapi.h"
 #include "lib/core/util.h"
 #include "lib/gui/hipgui.h"

=== modified file 'firewall/firewall.c'
--- firewall/firewall.c 2010-05-03 17:08:15 +0000
+++ firewall/firewall.c 2010-05-12 10:09:10 +0000
@@ -39,7 +39,7 @@
 #include "cache.h" /* required by opptcp */
 #include "cache_port.h" /* required by opptcp */
 #include "lsi.h" /* LSI */
-#include "lib/core/hip_capability.h" /* Priviledge Separation */
+#include "lib/core/capability.h" /* priviledge separation */
 #include "lib/core/hip_udp.h"
 #include "user_ipsec_api.h" /* Userspace IPsec */
 #include "esp_prot_conntrack.h" /* ESP Tokens */

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-05-03 16:43:45 +0000
+++ hipd/init.c 2010-05-12 10:09:10 +0000
@@ -24,9 +24,9 @@
 #include "hipd.h"
 #include "init.h"
 #include "oppdb.h"
+#include "lib/core/capability.h"
 #include "lib/core/common_defines.h"
 #include "lib/core/debug.h"
-#include "lib/core/hip_capability.h"
 #include "lib/core/filemanip.h"
 #include "lib/core/hostid.h"
 #include "lib/core/performance.h"

Other related posts:

  • » [hipl-commit] [trunk] Rev 4490: Drop pointless hip_ prefix from lib/core/hip_capability.[ch] file names. - Diego Biurrun