oops from Gleb..

This shouldn't be visible from userland.

Submitted by:	Gleb Smirnoff <glebius@cell.sick.ru>
This commit is contained in:
Julian Elischer 2004-06-25 22:59:59 +00:00
parent 9a067406de
commit 601c644f46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131117

View File

@ -94,6 +94,8 @@ enum {
NGM_KSOCKET_GETOPT,
};
#ifdef _KERNEL
/* Structure for sockaddr tag */
struct sa_tag {
struct m_tag tag;
@ -103,4 +105,5 @@ struct sa_tag {
/* Tag information ID's */
#define NG_KSOCKET_TAG_SOCKADDR 1 /* data is struct sockaddr */
#endif /* _KERNEL */
#endif /* _NETGRAPH_NG_KSOCKET_H_ */