DragonFly BSD
DragonFly submit List (threaded) for 2003-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/gnu/usr.bin/groff/src/include config.h src/usr.bin/getconf getconf.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Nov 2003 12:21:59 -0800 (PST)

:This broke the buildworld in getconf
:does this look right ?
:
:-DR
:
:<drhodus> Index: getconf.h
:<drhodus>  
:===================================================================
:<drhodus> RCS file: /cvs/src/usr.bin/getconf/getconf.h,v
:<drhodus> retrieving revision 1.3
:<drhodus> diff -u -r1.3 getconf.h
:<drhodus> --- getconf.h   3 Nov 2003 17:15:31 -0000       1.3
:<drhodus> +++ getconf.h   4 Nov 2003 19:55:04 -0000
:<drhodus> @@ -31,6 +31,7 @@
:<drhodus>   */
:<drhodus>
:<drhodus>  #include <inttypes.h>
:<drhodus> +typedef uint64_t intmax_t;
:<drhodus>  #ifndef PRIdMAX
:<drhodus>  #define        PRIdMAX "lld"   /* XXX remove after  

    intmax_t should be in <machine/types.h> (aka /usr/src/sys/i386/include/types.h)

    You may have to do a buildworld from scratch.  It should work unless....
    hold on.
    getconf is being built by the buildworld bootstrap.  That's the problem.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]