diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/lib/se-context.in.h | 12 | ||||
-rw-r--r-- | gl/lib/se-selinux.in.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/gl/lib/se-context.in.h b/gl/lib/se-context.in.h index 26e1709f1..ec88a0318 100644 --- a/gl/lib/se-context.in.h +++ b/gl/lib/se-context.in.h @@ -2,13 +2,13 @@ # define SELINUX_CONTEXT_H # include <errno.h> -/* Some systems don't have ENOSYS. */ -# ifndef ENOSYS -# ifdef ENOTSUP -# define ENOSYS ENOTSUP +/* Some systems don't have ENOTSUP. */ +# ifndef ENOTSUP +# ifdef ENOSYS +# define ENOTSUP ENOSYS # else -/* Some systems don't have ENOTSUP either. */ -# define ENOSYS EINVAL +/* Some systems don't have ENOSYS either. */ +# define ENOTSUP EINVAL # endif # endif diff --git a/gl/lib/se-selinux.in.h b/gl/lib/se-selinux.in.h index b08c7eee4..7bfe4c5ff 100644 --- a/gl/lib/se-selinux.in.h +++ b/gl/lib/se-selinux.in.h @@ -3,13 +3,13 @@ # include <sys/types.h> # include <errno.h> -/* Some systems don't have ENOSYS. */ -# ifndef ENOSYS -# ifdef ENOTSUP -# define ENOSYS ENOTSUP +/* Some systems don't have ENOTSUP. */ +# ifndef ENOTSUP +# ifdef ENOSYS +# define ENOTSUP ENOSYS # else -/* Some systems don't have ENOTSUP either. */ -# define ENOSYS EINVAL +/* Some systems don't have ENOSYS either. */ +# define ENOTSUP EINVAL # endif # endif |