1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Addendum: The original code that the last commit 'fixed' actually did

not have a bug in it, but the last commit did make it more readable so
    we are keeping it.
This commit is contained in:
Matthew Dillon 1999-01-24 03:49:58 +00:00
parent e4542174b0
commit 257aefa704
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43130

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_syscalls.c 8.4 (Berkeley) 2/21/94
* $Id: uipc_syscalls.c,v 1.51 1999/01/21 09:00:26 dillon Exp $
* $Id: uipc_syscalls.c,v 1.52 1999/01/24 01:15:58 dillon Exp $
*/
#include "opt_compat.h"