Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2002 12:24:10 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/df Makefile df.c
Message-ID:  <200205121924.g4CJOAt46891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/05/12 12:24:10 PDT

  Modified files:
    bin/df               Makefile df.c 
  Log:
  Remove the private code for reading UFS superblocks, this does not belong
  in df(1) when we have multiple filesystem types, and the complications of
  handling UFS2 pushes this over the edge.
  
  Use the .../mount/extern.h to get prototypes of the functions we
  borrow from there.  Constify things to match.  (why aren't these
  functions in a lib anyway ?)
  
  Make everything static and set WARNS?=5.
  
  The way the "df diskdevice" thing works for unmounted diskdevices
  is not very general.
  
  Sponsored by: DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.15      +2 -0      src/bin/df/Makefile
  1.38      +33 -109   src/bin/df/df.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?200205121924.g4CJOAt46891>