@@ -15,14 +15,22 @@ ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see . ;; -(require-extension (srfi 18) extras tcp s11n) +(import + (srfi 18) + ;; chicken.tcp + s11n -(use sqlite3 srfi-1 posix srfi-69 hostinfo dot-locking z3) -(import (prefix sqlite3 sqlite3:)) + srfi-1 + ;; posix + srfi-69 + ;; hostinfo + ;; dot-locking + z3 + (prefix sqlite3 sqlite3:)) (declare (unit portlogger)) (declare (uses db)) ;; lsof -i