Hi hackers

In the process of back porting drivers to older freebsd versions,
We sometimes need to add suitable '#if __FreeBSD_version >= xxxxx ... else ... '
directives to the source to use an alternate function or exclude certain
statements, defines, etc.

What is the best (quick/reliable) way to know in which __FreeBSD_version
a symbol (function, struct member, macro, ...) has been first introduced?

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to