Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined

in our 2.6.1 gcc port.
This commit is contained in:
David Greenman 1994-11-03 21:46:55 +00:00
parent df00058df7
commit efaf4c8649
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4128

View File

@ -25,13 +25,11 @@
* SUCH DAMAGE.
*
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
* $Id$
* $Id: ed.h,v 1.7 1994/09/24 02:55:25 davidg Exp $
*/
#include <sys/types.h>
#if defined(BSD) && BSD >= 199103 || defined(__386BSD__)
# include <sys/param.h> /* for MAXPATHLEN */
#endif
#include <sys/param.h> /* for MAXPATHLEN */
#include <errno.h>
#if defined(sun) || defined(__NetBSD__)
# include <limits.h>