Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 1996 17:49:28 -0400 (EDT)
From:      Kim Culhan <kimc@w8hd.org>
To:        hackers@FreeBSD.org
Subject:   more -current build failure
Message-ID:  <Pine.BSF.3.91.960421174630.19910B-100000@moonpie.w8hd.org>

next in thread | raw e-mail | index | archive | help

/usr/src/gnu/usr.bin/mkisofs/rock.c looks like:

  pnt = (char *) e_malloc(SECTOR_SIZE);
  memset(pnt, 0,  SECTOR_SIZE);
  memcpy(pnt, Rock, ipnt);
  *size = ipnt;
  return pnt;
}
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^

The above series of characters begins on line 531 and repeats a few hundred
to the end of the file.

kim

--
kimc@w8hd.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960421174630.19910B-100000>