Searched hist:53631 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dmain.cdiff 53631 Tue Nov 23 08:35:24 MST 1999 marcel Improve backward compatibility.

make(1) uses sysctlbyname() to find out if it is running on a PC98
machine. This check has been added on 1998/9/9. The MIB variable was
added on 1998/8/31. At that time __FreeBSD_version was 300003. So,
only perform the check *if* __FreeBSD_version is defined and if it's
greater than 300003.

For the record: sysctlbyname was added on 1997/5/30 so this change
automaticly handles that...

Completed in 62 milliseconds