- Timestamp:
- Apr 22, 2007, 3:50:51 AM (18 years ago)
- File:
-
- 1 edited
-
branches/x8664-call/ccl/level-1/linux-files.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/x8664-call/ccl/level-1/linux-files.lisp
r6326 r6332 1128 1128 1) 1129 1129 #+freebsd-target 1130 (rlet ((ret :uint) 1131 (mib (:array :uint2)))1130 (rlet ((ret :uint)) 1131 (%stack-block ((mib (* (record-length :uint) 2))) 1132 1132 (setf (paref mib (:array :uint) 0) 1133 1133 #$CTL_HW … … 1137 1137 (if (eql 0 (#_sysctl mib 2 ret oldsize (%null-ptr) 0)) 1138 1138 (pref ret :uint) 1139 1))) 1139 1)))) 1140 1140 ))) 1141 1141
Note:
See TracChangeset
for help on using the changeset viewer.
