Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 1998 11:25:53 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/ufs/ufs ufs_disksubr.c
Message-ID:  <199807281825.LAA09124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/28 11:25:52 PDT

  Modified files:
    sys/ufs/ufs          ufs_disksubr.c 
  Log:
  Used daddr_t's, not ints, to store disk block numbers.  Updated printf
  formats and args to match.  Fixed old printf format errors (all related;
  most were hidden by calling printf indirectly).
  
  This change somehow avoids compiler bugs for 64-bit longs on i386's,
  although it increases the number of 64-bit calculations.
  
  Revision  Changes    Path
  1.35      +11 -9     src/sys/ufs/ufs/ufs_disksubr.c



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