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

Matthew Dillon dillon at apollo.backplane.com
Tue Nov 4 12:22:56 PST 2003


: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 at xxxxxxxxxxxxx>





More information about the Submit mailing list