me, 2.0: jose nazario
beauty and the street
--- osi_inode.c.orig Sat Oct 7 08:50:03 2006
+++ osi_inode.c Sat Oct 7 08:50:10 2006
@@ -125,7 +125,7 @@
register struct vnode *vp;
register struct mount *mp;
extern struct mount *rootfs;
- if (mp = rootfs)
+ if (mp == rootfs)
do {
/*
* XXX Also do the test for MFS
--- cm_utils.c.orig Sat Oct 7 09:26:22 2006 +++ cm_utils.c Sat Oct 7 09:27:20 2006 @@ -332,7 +332,7 @@ }
lock_ObtainWrite(&cm_utilsLock); - if (tsp = cm_spaceListp) { + if (tsp == cm_spaceListp) { cm_spaceListp = tsp->nextp; } else tsp = (cm_space_t *) malloc(sizeof(cm_space_t));
next Saturday, Oct 07, 2006 @ 03:10pm | previous Saturday, Oct 07, 2006 @ 03:05pm | archives
| Last modified: Saturday, Oct 07, 2006 @ 03:08pm |
copyright © 2002-2005 jose nazario, all rights reserved.