]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/daemon.h
tableprinter: code cleanup
[libucw.git] / ucw / daemon.h
index 05679757a174fc92feda07616453e1d57d70f265..25a34f8033f3b43690b036892da17a82a4415a30 100644 (file)
@@ -23,7 +23,7 @@
 
 /** Parameters passed to the daemon helper. **/
 struct daemon_params {
-  uns flags;                           // DAEMON_FLAG_xxx
+  uint flags;                          // DAEMON_FLAG_xxx
   const char *pid_file;                        // A path to PID file (optional)
   const char *run_as_user;             // User name or "#uid" (optional)
   const char *run_as_group;            // Group name or "#gid" (optional)