Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 05:26:16 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_object.c
Message-ID:  <199807141226.FAA17955@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/14 05:26:16 PDT

  Modified files:
    sys/vm               vm_object.c 
  Log:
  Print pointers using %p instead of attempting to print them by
  casting them to long, etc.  Fixed some nearby printf bogons (sign
  errors not warned about by gcc, and style bugs, but not truncation
  of vm_ooffset_t's).
  
  Revision  Changes    Path
  1.125     +13 -12    src/sys/vm/vm_object.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?199807141226.FAA17955>