summaryrefslogtreecommitdiffstats
path: root/lib/ldp_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldp_sync.h')
-rw-r--r--lib/ldp_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldp_sync.h b/lib/ldp_sync.h
index f7601eb..3a6ae5b 100644
--- a/lib/ldp_sync.h
+++ b/lib/ldp_sync.h
@@ -59,7 +59,7 @@ struct ldp_igp_sync_if_state {
struct ldp_igp_sync_if_state_req {
int proto;
ifindex_t ifindex;
- char name[INTERFACE_NAMSIZ];
+ char name[IFNAMSIZ];
};
#ifdef __cplusplus