Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 10:49:42 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/newfs mkfs.c
Message-ID:  <200207111749.g6BHngkj070139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/07/11 10:49:42 PDT

  Modified files:
    sbin/newfs           mkfs.c 
  Log:
  Fixed 4 printf format errors that were fatal on alphas.  %qd is not even
  suitable for printing quad_t's since it is equivalent to %lld but quad_t
  is unsigned long on alphas.  quad_t shouldn't be used anyway.
  
  Revision  Changes    Path
  1.59      +9 -7      src/sbin/newfs/mkfs.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?200207111749.g6BHngkj070139>