PERFORCE change 15422 for review
Robert Watson
rwatson at freebsd.org
Thu Aug 1 22:30:57 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15422
Change 15422 by rwatson at rwatson_paprika on 2002/08/01 15:30:38
Remove an old MACism no longer required due to our restoring
the way vnodeop arrays work. Missed because nwfs isn't
highly connected to the build.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/fs/nwfs/nwfs_node.c#5 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/fs/nwfs/nwfs_node.c#5 (text+ko) ====
@@ -170,7 +170,7 @@
* elsewhere if MALLOC should block.
*/
MALLOC(np, struct nwnode *, sizeof *np, M_NWNODE, M_WAITOK | M_ZERO);
- error = getnewvnode(VT_NWFS, mp, &nwfs_vnodeop_p, &vp);
+ error = getnewvnode(VT_NWFS, mp, nwfs_vnodeop_p, &vp);
if (error) {
*vpp = NULL;
FREE(np, M_NWNODE);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list