From adrian@obiwan.psinet.net.au  Sun May  4 08:54:16 1997
Received: from obiwan.psinet.net.au (obiwan.psinet.net.au [203.19.28.59])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA00956
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 4 May 1997 08:54:13 -0700 (PDT)
Received: (from adrian@localhost)
	by obiwan.psinet.net.au (8.8.5/8.8.5) id XAA01149;
	Sun, 4 May 1997 23:37:48 +0800 (WST)
Message-Id: <199705041537.XAA01149@obiwan.psinet.net.au>
Date: Sun, 4 May 1997 23:37:48 +0800 (WST)
From: Adrian Chadd <adrian@obiwan.psinet.net.au>
Reply-To: adrian@obiwan.psinet.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in sys/sys/socketvar.h stopping SYS_PRIV from being definied
X-Send-Pr-Version: 3.2

>Number:         3497
>Category:       kern
>Synopsis:       typo in sys/sys/socketvar.h stopping SYS_PRIV from being definied
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  4 09:00:01 PDT 1997
>Closed-Date:    Mon May 5 22:23:34 MET DST 1997
>Last-Modified:  Mon May  5 22:24:22 MET DST 1957
>Originator:     Adrian Chadd
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

-current cvsupped around 23:45 WST

FreeBSD obiwan.psinet.net.au 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Apr 29 22:39:52 WST 1997     adrian@obiwan.psinet.net.au:/usr/src/sys/compile/OBIWAN  i386

>Description:

Typo in sys/sys/socketvar.h was preventing SS_PRIV to be definied, messing up
(part of) the ipfilter build.

>How-To-Repeat:

vi /usr/src/sys/sys/socketvar.h
search for SS_PRIV

>Fix:
	
--- socketvar.h.orig    Sun May  4 23:07:55 1997
+++ socketvar.h Sun May  4 23:21:28 1997
@@ -115,7 +115,7 @@
 #define        SS_CANTRCVMORE          0x0020  /* can't receive more data from peer */
 #define        SS_RCVATMARK            0x0040  /* at mark on input */
 
-/*efine        SS_PRIV                 0x0080     privileged for broadcast, raw... */
+#define        SS_PRIV                 0x0080  /* privileged for broadcast, raw... */
 #define        SS_NBIO                 0x0100  /* non-blocking ops */
 #define        SS_ASYNC                0x0200  /* async i/o notify */
 #define        SS_ISCONFIRMING         0x0400  /* deciding to accept connection req */

>Release-Note:
>Audit-Trail:

From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: adrian@obiwan.psinet.net.au
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: kern/3497: typo in sys/sys/socketvar.h stopping SYS_PRIV from being definied
Date: Sun, 4 May 1997 18:46:27 -0400 (EDT)

 <<On Sun, 4 May 1997 23:37:48 +0800 (WST), Adrian Chadd <adrian@obiwan.psinet.net.au> said:
 
 >> Number:         3497
 >> Synopsis:       typo in sys/sys/socketvar.h stopping SYS_PRIV from being definied
 
 > Typo in sys/sys/socketvar.h was preventing SS_PRIV to be definied, messing up
 > (part of) the ipfilter build.
 
 No, it is not a typo.  SS_PRIV does not exist any more.
 
 -GAWollman
 
 --
 Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
 wollman@lcs.mit.edu  | O Siem / The fires of freedom 
 Opinions not those of| Dance in the burning flame
 MIT, LCS, CRS, or NSA|                     - Susan Aglukark and Chad Irschick
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Mon May 5 22:23:34 MET DST 1997 
State-Changed-Why:  
See Garrett's comments in the audit-trail. 

>Unformatted:
 
