diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-11-19 04:25:39 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-11-19 04:25:39 +0000 |
| commit | 3a58352eb0767d173ff694ec512197e44cc18f58 (patch) | |
| tree | 0974584c2de97f0bf2afc3639f6a8352b8018b7d /sys/netgraph/ng_UI.c | |
| parent | 5460e55fc9696ba057f07e9c6794f7927fb2472c (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_UI.c')
| -rw-r--r-- | sys/netgraph/ng_UI.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c index 750943a26bbb..d30005f9b2c3 100644 --- a/sys/netgraph/ng_UI.c +++ b/sys/netgraph/ng_UI.c @@ -67,11 +67,11 @@ #define HDLC_UI 0x03 /* Node private data */ -struct private { +struct ng_UI_private { hook_p downlink; hook_p uplink; }; -typedef struct private *priv_p; +typedef struct ng_UI_private *priv_p; /* Netgraph node methods */ static ng_constructor_t ng_UI_constructor; |
