Date: Fri, 24 May 1996 17:40:02 -0700 (PDT) From: James Raynard <james@jraynard.demon.co.uk> To: freebsd-bugs Subject: Re: bin/1229: redundant redeclaration of `lseek' Message-ID: <199605250040.RAA23335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1229; it has been noted by GNATS. From: James Raynard <james@jraynard.demon.co.uk> To: bde@zeta.org.au Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/1229: redundant redeclaration of `lseek' Date: Sat, 25 May 1996 01:17:34 GMT > >sys/types.h has a prototype for lseek(). So does unistd.h, which > >#include's sys/types.h > > It really shouldn't be declared in <sys/types.h> if _POSIX_SOURCE > is defined. > > I want the kludge of declaring lseek() in <sys/types.h> extended: Thanks, I see the point of it now. Do I get the impression, reading between the lines, that you would like to have a different compiler available? 8-) BTW, I don't know if you remember the discussion on -hackers a couple of weeks ago about system() and popen(), but I now have about 1000 lines of diffs to libc. They've been running on my system for a few days without any obvious problems, although that probably doesn't prove much. (I've had quite a few other problems, but they've been going on since the VM check-in). Is there anywhere I should send them to? -- James Raynard, Edinburgh, Scotland jraynard@dial.pipex.com james@jraynard.demon.co.uk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605250040.RAA23335>