mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
676 B
Plaintext
20 lines
676 B
Plaintext
*** src/config/config.fbs.bak Fri Dec 12 18:17:19 1997
|
|
--- src/config/config.fbs Wed Dec 24 20:39:50 1997
|
|
***************
|
|
*** 29,35 ****
|
|
#define VIRTUAL
|
|
# if defined(__FreeBSD__)
|
|
# undef SPT_TYPE
|
|
! # if __FreeBSD__ == 2
|
|
# include <osreldate.h> /* and this works */
|
|
# if __FreeBSD_version >= 199512 /* 2.2-current right now */
|
|
# define SPT_TYPE SPT_BUILTIN
|
|
--- 29,35 ----
|
|
#define VIRTUAL
|
|
# if defined(__FreeBSD__)
|
|
# undef SPT_TYPE
|
|
! # if __FreeBSD__ >= 2
|
|
# include <osreldate.h> /* and this works */
|
|
# if __FreeBSD_version >= 199512 /* 2.2-current right now */
|
|
# define SPT_TYPE SPT_BUILTIN
|