summaryrefslogtreecommitdiff
path: root/src/libudev/exit-status.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-05 17:03:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-05 17:03:25 -0400
commit4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (patch)
tree54e6e64995f65e619fdbd9a40b2b1e83244507b7 /src/libudev/exit-status.h
parente35ef44ebe788aaffd1f6910750492bacaba7b6f (diff)
src/{libudev,udev}: minor renamings from upstream
Diffstat (limited to 'src/libudev/exit-status.h')
-rw-r--r--src/libudev/exit-status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/exit-status.h b/src/libudev/exit-status.h
index c8bda70a8a..e2570c65d2 100644
--- a/src/libudev/exit-status.h
+++ b/src/libudev/exit-status.h
@@ -24,7 +24,7 @@
#include "set.h"
typedef struct ExitStatusSet {
- Set *code;
+ Set *status;
Set *signal;
} ExitStatusSet;