Whitespace fixes (mainly for a space instead of a tab after #define).

This commit is contained in:
Bruce Evans 2002-09-21 21:28:25 +00:00
parent 7678df4487
commit 5f9a7cb392
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103762

View File

@ -36,6 +36,7 @@
#ifndef _LIMITS_H_
#define _LIMITS_H_
#include <sys/cdefs.h>
#if __POSIX_VISIBLE
@ -93,6 +94,7 @@
#endif
#include <machine/limits.h>
#if __POSIX_VISIBLE
#include <sys/syslimits.h>
#endif