Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 1999 13:03:19 +0930 (CST)
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        freebsd-current@freebsd.org
Subject:   sys/socket.h broken..
Message-ID:  <XFMail.991022130319.doconnor@gsoft.com.au>

next in thread | raw e-mail | index | archive | help
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




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