Remove comment which left after removal of ng_rcvdataq_t.

MFC after:	1 week
This commit is contained in:
Gleb Smirnoff 2005-02-06 19:20:16 +00:00
parent 2a51b9b0aa
commit 50633c3a9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141409

View File

@ -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 */