Date: Tue, 15 Apr 1997 12:19:12 +0200 (MET DST) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: helbig@MX.BA-Stuttgart.De (Wolfgang Helbig) Cc: current@FreeBSD.ORG, wollman@FreeBSD.ORG Subject: Re: truncate.c breaks make world Message-ID: <199704151019.MAA02234@gilberto.physik.rwth-aachen.de> In-Reply-To: <199704150649.IAA28287@helbig.informatik.ba-stuttgart.de> from Wolfgang Helbig at "Apr 15, 97 08:49:42 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > > 'make world' breaks at compiling /usr/src/lib/libc/sys/truncate.c . > The prototype and definition of truncate() disagrees. > Here is a reconciling patch: > > > Index: truncate.c > =================================================================== > RCS file: /usr/cvsroot/src/lib/libc/sys/truncate.c,v > retrieving revision 1.1.1.1 > diff -r1.1.1.1 truncate.c > 47,48c47,48 > < char *path; > < off_t length; > --- > > const char *path; > > off_t length; > > > Wolfgang Wolfgang, This has already been posted by Ollivier Robert yesterday. You are 3 to 4 stumbling blocks behind :-) > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704151019.MAA02234>