Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 00:07:38 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys resource.h
Message-ID:  <199711180807.AAA27135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/18 00:07:38 PST

  Modified files:
    sys/sys              resource.h 
  Log:
  Don't #include <sys/types.h>.  I mistakenly #included it unconditionally
  to fix some broken application.  Application breakage is now hidden by a
  recently introduced wrong #include of <sys/types.h> in <sys/time.h>.
  <sys/time.h> is a prerequisite for <sys/resource.h>, so the <sys/types.h>
  prereqisite is automatically supplied.
  
  Cast RLIM_INFINITY to the correct (signed) type.
  
  Revision  Changes    Path
  1.8       +2 -4      src/sys/sys/resource.h



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