aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-02-06 19:20:16 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-02-06 19:20:16 +0000
commit50633c3a9fd04cc69ae93cab305f4c3bb6358d1b (patch)
tree066cc891a2f7f9384ec0f1cc2106e7e70c8749f9 /sys/netgraph/ng_sample.c
parent2a51b9b0aa5e759bd93651f5b7d18171e04b3500 (diff)
downloadsrc-50633c3a9fd04cc69ae93cab305f4c3bb6358d1b.tar.gz
src-50633c3a9fd04cc69ae93cab305f4c3bb6358d1b.zip
Remove comment which left after removal of ng_rcvdataq_t.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=141409
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 45ba82a89e81..23469f3a6edf 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 */