aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-10-17 11:01:20 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-10-17 11:01:20 +0000
commitbb964e745bd4e2d111ea026c847f6f994855d37a (patch)
tree40f1955868fbd124bbcb547cadbc5c121ed2544c /sys
parentc6964951c65033df2a882cc51ae53732dde3e68e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netgraph/ng_message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index 8648708fff7c..7d0f4d8e59fa 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -109,8 +109,8 @@ struct ng_mesg {
#define NGF_ORIG 0x00000000 /* the msg is the original request */
#define NGF_RESP 0x00000001 /* the message is a response */
-/* Type of a unique node ID */
-#define ng_ID_t unsigned int
+/* Type of a unique node ID. */
+#define ng_ID_t uint32_t
/*
* Here we describe the "generic" messages that all nodes inherently