diff --git a/sys/sys/types.h b/sys/sys/types.h index 302631df833a..ce9495adb8c4 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -74,7 +74,7 @@ typedef int32_t segsz_t; /* segment size */ typedef int32_t swblk_t; /* swap offset */ typedef u_int32_t uid_t; /* user id */ -typedef quad_t rlim_t; /* resource limits */ +typedef quad_t rlim_t; /* resource limits */ #ifdef KERNEL typedef int boolean_t;