From: Marco van Wieringen Date: Mon, 27 Jul 2009 19:46:49 +0000 (+0200) Subject: Small change to comments X-Git-Tag: Release-7.0.0~2650^2~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac3d05e1f994594a59348bc82e016cc36df8c3ee;p=bacula%2Fbacula Small change to comments --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index dfd94ccbad..2c8dba75d2 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -127,7 +127,7 @@ static bsub_exit_code send_xattr_stream(JCR *jcr, int stream) #endif /* - * All these os-es have 1 xattr stream. + * Define the supported XATTR streams for this OS */ #if defined(HAVE_DARWIN_OS) static int os_default_xattr_streams[1] = { STREAM_XATTR_DARWIN }; @@ -639,7 +639,7 @@ static bsub_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = generic_ #endif /* - * Number of xattr streams this OS supports and an array with integers with the actual stream numbers. + * Define the supported XATTR streams for this OS */ #if defined(HAVE_SYS_NVPAIR_H) && defined(_PC_SATTR_ENABLED) static int os_default_xattr_streams[2] = { STREAM_XATTR_SOLARIS, STREAM_XATTR_SOLARIS_SYS};