Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 1996 16:16:47 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        current@freebsd.org
Cc:        witr@rwwa.COM
Subject:   Problem Report docs/731
Message-ID:  <199606282316.QAA09096@phaeton.artisoft.com>

next in thread | raw e-mail | index | archive | help
This PR is classified as a PR with the documentation.

Per the discussion on this list, this is a problem with the call
implementation, not the documentation.

Please:

1)	Reclassify this problem as a kernel problem

2)	Integrate the following patch:

============================================================================
*** uipc_syscalls.c.bad	Fri Jun 28 16:07:22 1996
--- uipc_syscalls.c	Fri Jun 28 16:11:52 1996
***************
*** 370,377 ****
  			goto free4;
  	}
  	error = copyout((caddr_t)sv, (caddr_t)uap->rsv, 2 * sizeof (int));
! 	retval[0] = sv[0];		/* XXX ??? */
! 	retval[1] = sv[1];		/* XXX ??? */
  	return (error);
  free4:
  	ffree(fp2);
--- 370,376 ----
  			goto free4;
  	}
  	error = copyout((caddr_t)sv, (caddr_t)uap->rsv, 2 * sizeof (int));
! 	*retval = 0;		/* indicate success*/
  	return (error);
  free4:
  	ffree(fp2);
============================================================================

3)	Close this problem report.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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