From owner-freebsd-hackers Wed Jan 11 16:05:31 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA14005 for hackers-outgoing; Wed, 11 Jan 1995 16:05:31 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id QAA13999 for ; Wed, 11 Jan 1995 16:05:30 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA24951; Wed, 11 Jan 95 16:59:41 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9501112359.AA24951@cs.weber.edu> Subject: Re: sys/netipx To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Date: Wed, 11 Jan 95 16:59:39 MST Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <9501112203.AA15642@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at Jan 11, 95 05:03:08 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > > 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.