diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-22 04:23:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-22 04:23:11 +0000 |
| commit | 43aebc0e5ee48069c9d3d3cacf7666195713b98a (patch) | |
| tree | 6c390ffe80a305e2190c617cabecd0c71348f4f2 | |
| parent | 38aeb17c1bafb45aec9d3e36d726a87972d177c8 (diff) | |
Notes
| -rw-r--r-- | sys/sys/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index ff9fbc81bb24..b83466758f0a 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -236,6 +236,8 @@ struct sockproto { { "key", CTLTYPE_NODE }, \ { "inet6", CTLTYPE_NODE }, \ { "natm", CTLTYPE_NODE }, \ + { "atm", CTLTYPE_NODE }, \ + { "hdrcomplete", CTLTYPE_NODE }, \ { "netgraph", CTLTYPE_NODE }, \ } |
