CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/17 11:50:25
Modified files:
sys/ufs/ffs : ffs_alloc.c
sys/ufs/ufs : inode.h ufs_vnops.c
Log message:
Use proper assignment macros for dinode manipulations instead of
abusing the DIP() macro which is an rvalue and can't be used
as an lvalue. No functional changes.
ok tedu@ pedro@
