]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/verbs.h
tree-wide: use UINT64_MAX or friends
[thirdparty/systemd.git] / src / shared / verbs.h
index 245bb37ae464a715555e8e624b9abd7d80370ce4..03819e38cd7c046c3533c2327aad1a62fbda0568 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <stdbool.h>
 
-#define VERB_ANY ((unsigned) -1)
+#define VERB_ANY (UINT_MAX)
 
 typedef enum VerbFlags {
         VERB_DEFAULT      = 1 << 0,  /* The verb to run if no verb is specified */