Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2003 05:54:03 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck fsutil.h
Message-ID:  <200312271354.hBRDs3CN092828@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2003/12/27 05:54:03 PST

  FreeBSD src repository

  Modified files:
    sbin/fsck            fsutil.h 
  Log:
  Use __printflike() and __dead2 instead of hard-coded gccisms.
  
  Declare perror().  We define and use a home made version of perror(3)
  that can't simply be removed (although it has the same interface as
  perror(3)) since it is very different (it prints on stdout, doesn't
  always print the program name, and sometimes exits).  Declare it to
  get a reminder of this brokenness when WARNS is increased enough.
  
  Revision  Changes    Path
  1.8       +4 -6      src/sbin/fsck/fsutil.h



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