Date: Wed, 4 Jun 2003 21:58:59 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c Message-ID: <200306050458.h554wxcm079525@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/06/04 21:58:59 PDT FreeBSD src repository Modified files: sys/ufs/ufs ufs_extattr.c Log: Don't special-case handling of the empty string in the UFS1 extended attribute retrieval code: it's no longer special-cased, and is caught by the normal UFS1 EA validity checks (and, in fact, returns the same error, EINVAL). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.64 +1 -4 src/sys/ufs/ufs/ufs_extattr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306050458.h554wxcm079525>