chiark / gitweb /
btrfs-util: support recursive removal of read-only subvolumes
[elogind.git] / src / shared / exit-status.c
index 5c73b4d3c0d1384c27e6edf748d8fa2cf162d357..9e14eb8bf5fe231d58a24f4507a1e574aa156526 100644 (file)
@@ -20,7 +20,6 @@
 ***/
 
 #include <stdlib.h>
-#include <sys/wait.h>
 
 #include "exit-status.h"
 #include "set.h"
@@ -167,7 +166,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
                         return "NOPERMISSION";
 
                 case EXIT_NOTINSTALLED:
-                        return "NOTINSSTALLED";
+                        return "NOTINSTALLED";
 
                 case EXIT_NOTCONFIGURED:
                         return "NOTCONFIGURED";