Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 23:50:51 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/include stdarg.h
Message-ID:  <200204120650.g3C6opO67293@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/04/11 23:50:51 PDT

  Modified files:
    sys/ia64/include     stdarg.h 
  Log:
  Fix definition of va_start: We don't need to take the address of
  va_list. It's a builtin type. gcc 3.1 doesn't care either way,
  but gcc 3.2 is more picky and doesn't like the former.
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/ia64/include/stdarg.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?200204120650.g3C6opO67293>