Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 11:38:28 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_unix.c
Message-ID:  <200206201838.g5KIcSr43372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/20 11:38:28 PDT

  Modified files:
    sys/vm               vm_unix.c 
  Log:
   o Remove an incorrect cast from obreak().  This cast would,
     for example, break an sbrk(>=4GB) on 64-bit architectures
     even if the resource limit allowed it.
   o Correct an off-by-one error.
   o Correct a spelling error in a comment.
   o Reorder an && expression so that the commonly FALSE expression
     comes first.
  
  Submitted by:   bde (bullets 1 and 2)
  
  Revision  Changes    Path
  1.39      +5 -5      src/sys/vm/vm_unix.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?200206201838.g5KIcSr43372>