CVSROOT: /cvs Module name: src Changes by: kspill...@cvs.openbsd.org 2015/07/17 12:55:00
Modified files: sys/lib/libsa : ufs.c ufs2.c Log message: Adjust type of link_len to match type of di_size in underlying struct, and change type of len to size_t to match strlen(3) result. Drop unneeded casts. u_int64_t is overkill because the actual size is still limited to SYMLINK_MAX but it is probably better to match the filesystem types. ok miod@, guenther@