Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 11:28:16 -0700 (PDT)
From:      kargl@troutmask.apl.washington.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6906: make world breakage
Message-ID:  <199806101828.LAA03846@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help

>Number:         6906
>Category:       kern
>Synopsis:       typo in fdesc_vnops.c
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 10 11:30:01 PDT 1998
>Last-Modified:
>Originator:     Steven G. Kargl
>Organization:
APL/UW
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD-current
cvsup on 10 Jun 98 at 1100 pst

>Description:

make world dies.

>How-To-Repeat:

make world

>Fix:

*** fdesc_vnops.c.orig	Wed Jun 10 11:23:22 1998
--- fdesc_vnops.c	Wed Jun 10 11:23:35 1998
***************
*** 537,543 ****
  
  	case DTYPE_SOCKET:
  		if (vap->va_flags != VNOVAL)
! 			error = ENOPNOTSUPP;
  		else
  			error = 0;
  		break;
--- 537,543 ----
  
  	case DTYPE_SOCKET:
  		if (vap->va_flags != VNOVAL)
! 			error = EOPNOTSUPP;
  		else
  			error = 0;
  		break;
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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