summaryrefslogtreecommitdiff
path: root/src/rtnl.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:56:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:56:31 +0200
commit9427977bb5efee031b5001bd943c0efd8aa39276 (patch)
treeb371c74facfc1bf6ce3b1506ffa3cb80b9fa78ec /src/rtnl.c
parentd953423c66367ee7d9b2429914257286b48c3b79 (diff)
downloadconnman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.gz
connman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.bz2
connman-9427977bb5efee031b5001bd943c0efd8aa39276.zip
The interface flags are from type short
Diffstat (limited to 'src/rtnl.c')
-rw-r--r--src/rtnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtnl.c b/src/rtnl.c
index fca9d4fa..6549488b 100644
--- a/src/rtnl.c
+++ b/src/rtnl.c
@@ -86,7 +86,7 @@ void connman_rtnl_unregister(struct connman_rtnl *rtnl)
g_static_rw_lock_writer_unlock(&rtnl_lock);
}
-static void process_link_flags(int index, int flags)
+static void process_link_flags(int index, short flags)
{
GSList *list;