]> andersk Git - moira.git/blobdiff - db/newmoira.qc
fix lint problems with new com_err library
[moira.git] / db / newmoira.qc
index 95c0307a38f7fe2fafce933affb6e0f29d41049e..36f0cbb812c1741928b397ec626bb2f0d63e0fb2 100644 (file)
@@ -48,6 +48,7 @@ struct alias { char *name;
                   {"class", "TYPE", "GUEST"},
                   {"class", "TYPE", "UNKNOWN"},
                   {"filesys", "TYPE", "ERR"},
+                  {"filesys", "TYPE", "FSGROUP"},
                   {"filesys", "TYPE", "NFS"},
                   {"filesys", "TYPE", "RVD"},
                   {"gaus", "TYPE", "LIST"},
@@ -175,7 +176,7 @@ char **argv;
        printf("Unable to install 0 user\n");
        exit(1);
     }
-##  append machine (name = "[none]", #type="NONE")
+##  append machine (name = "[NONE]", #type="NONE")
     if (ingres_errno) {
        printf("Unable to install 0 machine\n");
        exit(1);
@@ -373,3 +374,4 @@ int access_all() {}
 int get_list_info() {}
 int register_user() {}
 int access_vis_list_by_name() {}
+int set_uppercase_modtime() {}
This page took 0.031966 seconds and 4 git commands to generate.