Backout/modify previous revision:

"empty default cases shouldn't be removed, they should have a break;
  statement added to them."

Requested by: billf
This commit is contained in:
alfred 2002-06-01 20:54:21 +00:00
parent 04d357d9e8
commit 28ce0e9ae5

View File

@ -280,6 +280,8 @@ ufs_getacl(ap)
ufs_sync_acl_from_inode(ip, ap->a_aclp);
break;
default:
break;
}
break;
@ -322,6 +324,8 @@ ufs_getacl(ap)
}
break;
default:
break;
}
break;