Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 02:22:22 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG
Subject:   cvs commit: src/include stdlib.h
Message-ID:  <199805110922.CAA28385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/05/11 02:22:22 PDT

  Modified files:
    include              stdlib.h 
  Log:
  Change the return types for strtoq and strtouq to int64_t and u_int64_t
  instead of long long and unsigned long long. Really they should be
  quad_t and u_quad_t, but that would require sys/types.h and this
  header only includes machine/types.h. The difference here is that
  int64_t and u_int64_t on alpha are long and unsigned long, not
  long long etc. This is required to pass gcc's type checking where
  long != long long even though they are the same size of alpha.
  
  Revision  Changes    Path
  1.13      +2 -3      src/include/stdlib.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805110922.CAA28385>