diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-11-29 23:49:27 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-11-29 23:49:27 +0000 |
| commit | b8001d2f1541603132dd77d116c7b4b8f2415a98 (patch) | |
| tree | cf34539aa46b8b8a129af1b6d24c9636ed6422c9 /sys | |
| parent | 4ea25f94be600b12dccb3b6b2ad1f774b29a694c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/syslimits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 7cfb5c7289073..eff91daaf0fe3 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -38,8 +38,10 @@ #define _SYS_SYSLIMITS_H_ #if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_) +#if __GNUC__ #warning "No user-serviceable parts inside." #endif +#endif /* * Do not add any new variables here. (See the comment at the end of |
