Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 21:24:41 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/find extern.h function.c getdate.y
Message-ID:  <201002092124.o19LOvs7080306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-02-09 21:24:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         extern.h function.c getdate.y 
  Log:
  SVN rev 203723 on 2010-02-09 21:24:41Z by ed
  
  Don't let find(1) depend on struct timeb.
  
  This structure is deprecated and only used by ftime(2), which is part of
  libcompat. The second argument of get_date() is unused, which means we
  can just remove it entirely.
  
  Revision  Changes    Path
  1.25      +1 -2      src/usr.bin/find/extern.h
  1.65      +1 -2      src/usr.bin/find/function.c
  1.7       +29 -38    src/usr.bin/find/getdate.y



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