Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 20:22:15 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libufs Makefile block.c error.c inode.c libufs.h sblock.c type.c
Message-ID:  <200301180422.h0I4MFXI033525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2003/01/17 20:22:15 PST

  Modified files:
    lib/libufs           Makefile block.c inode.c libufs.h 
                         sblock.c type.c 
  Removed files:
    lib/libufs           error.c 
  Log:
  Nuke dumb error reporting code, people can just use disk::d_error.  Unify the
  DEBUG and d_error initialisation into an ERROR macro, which can both trace and
  set the d_error field.  Much a more meaningful thing, I should say.
  
  Revision  Changes    Path
  1.5       +1 -1      src/lib/libufs/Makefile
  1.3       +4 -6      src/lib/libufs/block.c
  1.2       +0 -62     src/lib/libufs/error.c (dead)
  1.4       +3 -3      src/lib/libufs/inode.c
  1.4       +8 -7      src/lib/libufs/libufs.h
  1.6       +7 -12     src/lib/libufs/sblock.c
  1.6       +22 -13    src/lib/libufs/type.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?200301180422.h0I4MFXI033525>