From: mar Date: Wed, 24 Nov 1993 15:50:05 +0000 (+0000) Subject: increase machine name length X-Git-Tag: release77~44 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/3d5989640ac83b7cefea60520cab34764d749fba increase machine name length --- diff --git a/gen/hesiod.dc b/gen/hesiod.dc index 07ad6e54..d99b2f87 100644 --- a/gen/hesiod.dc +++ b/gen/hesiod.dc @@ -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;