]> andersk Git - moira.git/commitdiff
increase machine name length
authormar <mar>
Wed, 24 Nov 1993 15:50:05 +0000 (15:50 +0000)
committermar <mar>
Wed, 24 Nov 1993 15:50:05 +0000 (15:50 +0000)
gen/hesiod.dc

index 07ad6e54098088fa845d68b1b8f726ae4cee2378..d99b2f87c809fd71841fd9c8e7c0099fe2bee8d8 100644 (file)
@@ -112,7 +112,7 @@ get_mach()
 {
     EXEC SQL BEGIN DECLARE SECTION;
     int id;
-    char name[33];
+    char name[41];
     EXEC SQL END DECLARE SECTION;
 
     if (machines)
@@ -612,12 +612,12 @@ set_mask *set;
 do_cluster()
 {
     FILE *out;
-    char outf[64], outft[64], *mach, machbuf[33], *p;
+    char outf[64], outft[64], *mach, machbuf[41], *p;
     struct stat sb;
     time_t ftime;
     EXEC SQL BEGIN DECLARE SECTION;
     int flag1, flag2, flag3, flag4, maxmach, maxclu, mid, cid, id;
-    char name[33], label2[17], data[33];
+    char name[41], label2[17], data[33];
     EXEC SQL END DECLARE SECTION;
     set_mask **machs, *ms, *ps;
     int oneclu;
This page took 0.102058 seconds and 5 git commands to generate.