aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-06 18:22:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-06 18:22:28 +0000
commit4dd9faf9ba97fb89285475c85e124d13dda35aba (patch)
treec9f5cc36c741a354eb28811c076e7d547d94348f
parent5f3ab5ec26fb99475f30364a76d595302ebfc64c (diff)
Notes
-rw-r--r--sys/sys/resource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/resource.h b/sys/sys/resource.h
index a4deacc7dc90..9260f27f6478 100644
--- a/sys/sys/resource.h
+++ b/sys/sys/resource.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)resource.h 8.4 (Berkeley) 1/9/95
- * $Id: resource.h,v 1.4 1996/02/24 06:49:45 hsu Exp $
+ * $Id: resource.h,v 1.4 1996/03/11 02:10:14 hsu Exp $
*/
#ifndef _SYS_RESOURCE_H_
@@ -100,8 +100,8 @@ struct orlimit {
};
struct rlimit {
- quad_t rlim_cur; /* current (soft) limit */
- quad_t rlim_max; /* maximum value for rlim_cur */
+ rlim_t rlim_cur; /* current (soft) limit */
+ rlim_t rlim_max; /* maximum value for rlim_cur */
};
/* Load average structure. */