summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_sample.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-02-06 19:20:16 +0000
committerglebius <glebius@FreeBSD.org>2005-02-06 19:20:16 +0000
commita2ee64ab109506a4d963d81d5e1b6a9e553635c4 (patch)
tree066cc891a2f7f9384ec0f1cc2106e7e70c8749f9 /sys/netgraph/ng_sample.c
parent89cc41ef8f5b4277ced60a71929d3c688e460c6b (diff)
downloadFreeBSD-src-a2ee64ab109506a4d963d81d5e1b6a9e553635c4.zip
FreeBSD-src-a2ee64ab109506a4d963d81d5e1b6a9e553635c4.tar.gz
Remove comment which left after removal of ng_rcvdataq_t.
MFC after: 1 week
Diffstat (limited to 'sys/netgraph/ng_sample.c')
-rw-r--r--sys/netgraph/ng_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c
index 45ba82a..23469f3 100644
--- a/sys/netgraph/ng_sample.c
+++ b/sys/netgraph/ng_sample.c
@@ -73,7 +73,7 @@ static ng_rcvmsg_t ng_xxx_rcvmsg;
static ng_shutdown_t ng_xxx_shutdown;
static ng_newhook_t ng_xxx_newhook;
static ng_connect_t ng_xxx_connect;
-static ng_rcvdata_t ng_xxx_rcvdata; /* note these are both ng_rcvdata_t */
+static ng_rcvdata_t ng_xxx_rcvdata;
static ng_disconnect_t ng_xxx_disconnect;
/* Parse type for struct ngxxxstat */
OpenPOWER on IntegriCloud