mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Fix the comment. This really isn't just a 4.x compatibility thing, but
is used pervasively through our tree, making it really part of the API.
This commit is contained in:
parent
403ec79669
commit
455ba689b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266568
@ -122,8 +122,7 @@ typedef struct kobj_class driver_t;
|
||||
typedef struct devclass *devclass_t;
|
||||
|
||||
/**
|
||||
* @brief A device method (included mainly for compatibility with
|
||||
* FreeBSD 4.x).
|
||||
* @brief A device method
|
||||
*/
|
||||
#define device_method_t kobj_method_t
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user