Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 13:29:49 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19576 for review
Message-ID:  <200210182029.g9IKTnB5080559@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19576

Change 19576 by rwatson@rwatson_tislabs on 2002/10/18 13:29:39

	Remove an errant #ifdef MAC that might have crept in during
	recent integs -- get GENERIC building a little better.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#94 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#94 (text+ko) ====

@@ -3901,9 +3901,7 @@
 	cnt -= auio.uio_resid;
 	td->td_retval[0] = cnt;
 
-#ifdef MAC
 done:
-#endif
 	VOP_UNLOCK(vp, 0, td);
 	vn_finished_write(mp);
 	return (error);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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