[2692] in Athena Bugs

home help back first fref pref prev next nref lref last post

/sys/sys/uipc_usrreq.c

daemon@ATHENA.MIT.EDU (John Carr)
Wed Aug 2 05:42:57 1989

To: bugs@ATHENA.MIT.EDU
Date: Wed, 02 Aug 89 05:43:21 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>

lines 399-403 on the RT version:

	if (error) {
		if (error = EEXIST)
			return (EADDRINUSE);
		return (error);
	}


I believe this should read "if (error == EEXIST)".

  --John Carr

home help back first fref pref prev next nref lref last post