Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 21:01:12 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include regexp.h src/lib/libcompat Makefile src/sys/sys timeb.h
Message-ID:  <201003092103.o29L3PnX030475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

ed          2010-03-09 21:01:12 UTC

  FreeBSD src repository

  Modified files:
    include              regexp.h 
    lib/libcompat        Makefile 
    sys/sys              timeb.h 
  Log:
  SVN rev 204926 on 2010-03-09 21:01:12Z by ed
  
  Add warnings to <regexp.h> and <sys/timeb.h>.
  
  These header files only provide functionality that can be used in
  combination with libcompat. In order to prevent people from including
  them without any actual use (which happens a lot with <sys/timeb.h>),
  put a warning here to make people more aware.
  
  This means we have to lower WARNS for libcompat, which is no big deal.
  
  Revision  Changes    Path
  1.4       +4 -0      src/include/regexp.h
  1.27      +1 -1      src/lib/libcompat/Makefile
  1.11      +4 -0      src/sys/sys/timeb.h



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