summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-27 18:03:53 +0000
committerwollman <wollman@FreeBSD.org>2002-10-27 18:03:53 +0000
commit17bae0e5c0378e3bd58d79dec5a359f2d1b8347d (patch)
treee46d7e127ce0f7a64c0dbbd963d7d07df490ecce /sys
parente5980f83e69c6c6ede89ecd02db5e84687921122 (diff)
downloadFreeBSD-src-17bae0e5c0378e3bd58d79dec5a359f2d1b8347d.zip
FreeBSD-src-17bae0e5c0378e3bd58d79dec5a359f2d1b8347d.tar.gz
As promised, downgrade the #error into a #warning.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/syslimits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h
index 20e8a47..7cfb5c7 100644
--- a/sys/sys/syslimits.h
+++ b/sys/sys/syslimits.h
@@ -38,7 +38,7 @@
#define _SYS_SYSLIMITS_H_
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
-#error "No user-serviceable parts inside."
+#warning "No user-serviceable parts inside."
#endif
/*
OpenPOWER on IntegriCloud