mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update to reflect current include files.
This commit is contained in:
parent
13f11c9ee5
commit
d04f83f2e2
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ its resource limit). The
|
|||
structure is used to specify the hard and soft limits on a resource,
|
||||
.Bd -literal -offset indent
|
||||
struct rlimit {
|
||||
quad_t rlim_cur; /* current (soft) limit */
|
||||
quad_t rlim_max; /* hard limit */
|
||||
rlim_t rlim_cur; /* current (soft) limit */
|
||||
rlim_t rlim_max; /* maximum value for rlim_cur */
|
||||
};
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue