From owner-freebsd-current Thu Oct 21 20:33:25 1999 Delivered-To: freebsd-current@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 27FB614D41 for ; Thu, 21 Oct 1999 20:33:21 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA06328 for ; Fri, 22 Oct 1999 13:03:19 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 22 Oct 1999 13:03:19 +0930 (CST) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Subject: sys/socket.h broken.. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lines 131-134 read -> #define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers #define AF_NETGRAPH 32 /* Netgraph sockets */ * in interface output routine */ Which doesn't work.. They probably should be -> #define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers */ #define AF_NETGRAPH 32 /* Netgraph sockets * in interface output routine */ Err.. also sys/mount.h defined AF_MAX which causes lots of nice warnings. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message