cvs commit: src/include Makefile unistd.h

John Baldwin jhb at FreeBSD.org
Fri Sep 26 19:51:49 UTC 2008


On Friday 26 September 2008 03:23:22 pm Peter Wemm wrote:
> peter       2008-09-26 19:23:22 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     include              Makefile unistd.h 
>   Log:
>   SVN rev 183390 on 2008-09-26 19:23:22Z by peter
>   
>   Move getosreldate(3) prototype from the machine generated <osreldate.h>
>   to <unistd.h> in the BSD section.
>   
>   Suggested by:   kib

Marcel already worked around the ia64 stuff.  I wonder if the ia64 Makefile 
shouldn't be using a ! make variable to grep it out anyway, something like:

OSRELDATE!=	awk /__FreeBSD_version/ { print $3 }
CFLAGS+=	-D__FreeBSD_version=${OSRELDATE}

-- 
John Baldwin


More information about the cvs-src mailing list