Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 95 16:59:39 MST
From:      terry@cs.weber.edu (Terry Lambert)
To:        wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman)
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: sys/netipx
Message-ID:  <9501112359.AA24951@cs.weber.edu>
In-Reply-To: <9501112203.AA15642@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at Jan 11, 95 05:03:08 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > well as getting rid of the #undef UNIX and the word 'UNIX' in referring
> > to socket domains?
> 
> This is not an option, for compatibility with existing source code.
> If you had actually /looked/ at the code, you would have seen:
> 
> #define AF_LOCAL        1               /* local to host (pipes, portals) */
> #define AF_UNIX         AF_LOCAL        /* backward compatibility */

I was referring to the 'UNIX' manifest constant that is #undef'ed in
the address family registration code -- like in 'options XNS' defines
a manifest constant XNS that's used in the same code (just below the
instance I'm referring to).  I'll search up the actual code reference
if you think you need it.


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9501112359.AA24951>