Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/28/2004 07:44:05
Module Name: src
Committed By: thorpej
Date: Sun Nov 28 07:44:05 UTC 2004
Modified Files:
src/sys/dev/dmover: dmover_io.c
src/sys/kern: kern_systrace.c
Log Message:
Fix the fcntl entry points; cmd is a command, not the flags themselves.
Pointed out by Christos (he wrote the broken code originally, and I copied
it to another file later :-)
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/dmover/dmover_io.c
cvs rdiff -r1.40 -r1.41 src/sys/kern/kern_systrace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.