Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 1999 06:17:36 -0700 (PDT)
From:      Tim Vanderhoek <hoek@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make make.h
Message-ID:  <199909111317.GAA18543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hoek        1999/09/11 06:17:36 PDT

  Modified files:
    usr.bin/make         make.h 
  Log:
  Remove the #include of sys/param.h.  It was meant to improve portability
  for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with
  param.h.  Unfortunately, the additional include did little to actually
  improve portability since we've lost portability in several other chunks
  of make code (err(), sysctlbyname(), probable more).
  
  Partly submitted by:	bde
  
  Revision  Changes    Path
  1.12      +1 -2      src/usr.bin/make/make.h



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?199909111317.GAA18543>