Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2000 22:36:25 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/dd args.c dd.c dd.h extern.h position.c
Message-ID:  <200007010536.WAA21141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2000/06/30 22:36:25 PDT

  Modified files:
    bin/dd               args.c dd.c dd.h extern.h position.c 
  Log:
  Various cleanups are made to reduce warnings and make code prettier :)
  Also, check for ftruncate() return value and die on failure, but only
  try to ftruncate() when the file is a regular file.
  
  Revision  Changes    Path
  1.26      +4 -3      src/bin/dd/args.c
  1.29      +15 -10    src/bin/dd/dd.c
  1.16      +4 -3      src/bin/dd/dd.h
  1.10      +3 -2      src/bin/dd/extern.h
  1.18      +8 -4      src/bin/dd/position.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?200007010536.WAA21141>