libsepol/libsepol-rhat.patch

13 lines
498 B
Diff
Raw Normal View History

2005-04-25 19:38:21 +00:00
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.5/src/genbools.c
--- nsalibsepol/src/genbools.c 2005-04-26 12:15:36.000000000 -0400
2005-04-25 19:38:21 +00:00
+++ libsepol-1.5.5/src/genbools.c 2005-04-25 15:25:55.000000000 -0400
@@ -195,7 +195,7 @@
}
2005-04-25 19:38:21 +00:00
if (evaluate_conds(&policydb) < 0) {
- __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
2005-04-25 19:38:21 +00:00
+ __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
__FUNCTION__);
2005-03-29 15:39:54 +00:00
errno = EINVAL;
2005-04-25 19:38:21 +00:00
goto err;