Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 1998 07:47:16 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/csu/i386 crt0.c
Message-ID:  <199812271547.HAA16795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/12/27 07:47:16 PST

  Modified files:
    lib/csu/i386         crt0.c 
  Log:
  Fixed type mismatches in args to __syscall().  One for mmap() broke on
  i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
  is an int, not a long.  The other mismatches were benign.
  
  Revision  Changes    Path
  1.35      +5 -5      src/lib/csu/i386/crt0.c

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?199812271547.HAA16795>