Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/compat/svr4/svr4_socket.c 111119 2003-02-19 05:47:46Z imp $
---
> * $FreeBSD: head/sys/compat/svr4/svr4_socket.c 115550 2003-05-31 20:33:18Z phk $
65,76d64
< struct svr4_sockcache_entry {
< struct proc *p; /* Process for the socket */
< void *cookie; /* Internal cookie used for matching */
< struct sockaddr_un sock;/* Pathname for the socket */
< udev_t dev; /* Device where the socket lives on */
< ino_t ino; /* Inode where the socket lives on */
< TAILQ_ENTRY(svr4_sockcache_entry) entries;
< };
<
< extern TAILQ_HEAD(svr4_sockcache_head, svr4_sockcache_entry) svr4_head;
< extern int svr4_str_initialized;
<