From ac3d05e1f994594a59348bc82e016cc36df8c3ee Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 27 Jul 2009 21:46:49 +0200 Subject: [PATCH] Small change to comments --- bacula/src/filed/xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}; -- 2.39.5