[Midnightbsd-cvs] src [12341] trunk/sys/sys/syslimits.h: sync with FreeBSD 11-stable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 8 15:07:52 EST 2020


Revision: 12341
          http://svnweb.midnightbsd.org/src/?rev=12341
Author:   laffer1
Date:     2020-02-08 15:07:51 -0500 (Sat, 08 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable

Modified Paths:
--------------
    trunk/sys/sys/syslimits.h

Modified: trunk/sys/sys/syslimits.h
===================================================================
--- trunk/sys/sys/syslimits.h	2020-02-08 20:07:14 UTC (rev 12340)
+++ trunk/sys/sys/syslimits.h	2020-02-08 20:07:51 UTC (rev 12341)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1988, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -27,13 +28,13 @@
  * SUCH DAMAGE.
  *
  *	@(#)syslimits.h	8.1 (Berkeley) 6/2/93
- * $MidnightBSD$
+ * $FreeBSD: stable/11/sys/sys/syslimits.h 331722 2018-03-29 02:50:57Z eadler $
  */
 
 #ifndef _SYS_SYSLIMITS_H_
 #define _SYS_SYSLIMITS_H_
 
-#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
+#if !defined(_STANDALONE) && !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
 #ifndef _SYS_CDEFS_H_
 #error this file needs sys/cdefs.h as a prerequisite
 #endif



More information about the Midnightbsd-cvs mailing list