mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Fix LINUX_AT_COUNT comments
Differential Revision: https://reviews.freebsd.org/D39645 MFC after: 1 month
This commit is contained in:
parent
7d8c983983
commit
56c5230afd
4 changed files with 10 additions and 4 deletions
|
|
@ -90,7 +90,10 @@ typedef struct {
|
|||
/*
|
||||
* Miscellaneous
|
||||
*/
|
||||
#define LINUX_AT_COUNT 21 /* Count of used aux entry types. */
|
||||
#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
|
||||
* Keep this synchronized with
|
||||
* linux_copyout_auxargs() code.
|
||||
*/
|
||||
|
||||
struct l___sysctl_args
|
||||
{
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ typedef struct {
|
|||
*/
|
||||
#define LINUX_AT_COUNT 22 /* Count of used aux entry types.
|
||||
* Keep this synchronized with
|
||||
* linux_fixup_elf() code.
|
||||
* linux_copyout_auxargs() code.
|
||||
*/
|
||||
struct l___sysctl_args
|
||||
{
|
||||
|
|
|
|||
|
|
@ -81,7 +81,10 @@ typedef struct {
|
|||
#define l_fd_set fd_set
|
||||
|
||||
/* Miscellaneous */
|
||||
#define LINUX_AT_COUNT 21
|
||||
#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
|
||||
* Keep this synchronized with
|
||||
* linux_copyout_auxargs() code.
|
||||
*/
|
||||
|
||||
struct l___sysctl_args
|
||||
{
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ typedef struct {
|
|||
*/
|
||||
#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
|
||||
* Keep this synchronized with
|
||||
* linux_fixup_elf() code.
|
||||
* linux_copyout_auxargs() code.
|
||||
*/
|
||||
struct l___sysctl_args
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue