* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / citadel.h
index 72819f61ee3cd479b8c8e13cab449398bc9a9149..10d89bb27938a75c928fcde7893da26a89bbea48 100644 (file)
@@ -52,7 +52,7 @@ struct config {
        char c_fqdn[64];                /* Fully Qualified Domain Name      */
        char c_humannode[21];           /* Long name of system              */
        char c_phonenum[16];            /* Dialup number of system          */
-       int c_bbsuid;                   /* UID of the bbs-only user         */
+       uid_t c_bbsuid;                 /* UID of the bbs-only user         */
        char c_creataide;               /* room creator = room aide  flag   */
        int c_sleeping;                 /* watchdog timer setting           */
        char c_initax;                  /* initial access level             */