From d04f83f2e2de21fd231fb2b56119be99d8af7f6a Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Thu, 30 Jan 1997 21:31:52 +0000 Subject: [PATCH] Update to reflect current include files. --- lib/libc/sys/getrlimit.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 14c0d56aaf4..651223fb2b8 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -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