
# HG changeset patch # User Eduardo Lima (Etrunko) <eblima@br.ibm.com> # Date 1305568012 10800 # Node ID bd7bf41ffea870361297f8327212f3a81aca1084 # Parent 1177a2ffc8c7333a8e80c7ce743f0f10ef7da99c libcmpiutil: Fix file permissions Removing exec flag from source code files. Signed-off-by: Eduardo Lima (Etrunko) <eblima@br.ibm.com> diff --git a/Makefile.am b/Makefile.am old mode 100755 new mode 100644 diff --git a/acinclude.m4 b/acinclude.m4 old mode 100755 new mode 100644 diff --git a/args_util.c b/args_util.c old mode 100755 new mode 100644 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 diff --git a/eo_parser.c b/eo_parser.c old mode 100755 new mode 100644 diff --git a/eo_parser_xml.c b/eo_parser_xml.c old mode 100755 new mode 100644 diff --git a/eo_util_lexer.l b/eo_util_lexer.l old mode 100755 new mode 100644 diff --git a/eo_util_parser.y b/eo_util_parser.y old mode 100755 new mode 100644 diff --git a/instance_util.c b/instance_util.c old mode 100755 new mode 100644 diff --git a/libcmpiutil.h b/libcmpiutil.h old mode 100755 new mode 100644 diff --git a/libcmpiutil.spec.in b/libcmpiutil.spec.in old mode 100755 new mode 100644 diff --git a/std_association.c b/std_association.c old mode 100755 new mode 100644 diff --git a/std_association.h b/std_association.h old mode 100755 new mode 100644 diff --git a/std_indication.c b/std_indication.c old mode 100755 new mode 100644 diff --git a/std_instance.h b/std_instance.h old mode 100755 new mode 100644 diff --git a/std_invokemethod.c b/std_invokemethod.c old mode 100755 new mode 100644