Changeset 1741
- Timestamp:
- Feb 8, 2007, 10:51:37 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1740 r1741 144 144 145 145 \fBzzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and 146 relies on the operating system's ability to enforce such limitations. This 147 option is not available on the OpenBSD system. 146 relies on the operating system's ability to enforce such limitations. 148 147 .TP 149 148 \fB\-n\fR, \fB\-\-network\fR -
zzuf/trunk/src/zzuf.c
r1740 r1741 80 80 #elif defined RLIMIT_VMEM 81 81 # define ZZUF_RLIMIT_CONST RLIMIT_VMEM 82 #elif defined RLIMIT_DATA 83 # define ZZUF_RLIMIT_CONST RLIMIT_DATA 82 84 #else 83 85 # undef HAVE_SETRLIMIT
Note: See TracChangeset
for help on using the changeset viewer.