Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/05/1999 03:48:59
Module Name: syssrc
Committed By: mycroft
Date: Fri Nov 5 11:48:59 UTC 1999
Modified Files:
syssrc/sys/kern: uipc_syscalls.c
Log Message:
Fix recent bug in sys_accept(): we must remove the file descriptor from the
file descriptor table before freeing the file description.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 syssrc/sys/kern/uipc_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.