From owner-freebsd-hackers Sun Apr 21 14:51:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09367 for hackers-outgoing; Sun, 21 Apr 1996 14:51:54 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA09362 for ; Sun, 21 Apr 1996 14:51:52 -0700 (PDT) Received: (from kimc@localhost) by moonpie.w8hd.org (8.7.5/8.6.12) id RAA19957; Sun, 21 Apr 1996 17:49:28 -0400 (EDT) Date: Sun, 21 Apr 1996 17:49:28 -0400 (EDT) From: Kim Culhan To: hackers@FreeBSD.org Subject: more -current build failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk /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