diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-05-26 02:09:24 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-05-26 02:09:24 +0000 |
| commit | e39756439c7255bc16ba14b7b991cb01ba1c93bd (patch) | |
| tree | 112dfed9c5841280f457e0dca97e8de49e04ecd9 /sys/dev/streams/streams.c | |
| parent | 13c6acf19de074f64f9ff031a2e5e660c7957fd2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
| -rw-r--r-- | sys/dev/streams/streams.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 472eb193c0d7..c0f6f1cbb56d 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -71,10 +71,10 @@ struct svr4_sockcache_entry { struct sockaddr_un sock;/* Pathname for the socket */ dev_t dev; /* Device where the socket lives on */ ino_t ino; /* Inode where the socket lives on */ - TAILQ_ENTRY(struct svr4_sockcache_entry) entries; + TAILQ_ENTRY(svr4_sockcache_entry) entries; }; -TAILQ_HEAD(svr4_sockcache_head, struct svr4_sockcache_entry) svr4_head; +TAILQ_HEAD(svr4_sockcache_head, svr4_sockcache_entry) svr4_head; /* Initialization flag (set/queried by svr4_mod LKM) */ int svr4_str_initialized = 0; |
