Change a tab back to a space between #define and __FreeBSD_version.
This breaks OSVERSION determination in all ports. Reviewed by: rodrigc
This commit is contained in:
parent
8165ec9173
commit
9735d54947
@ -57,7 +57,7 @@
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 800003 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 800003 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user