Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
missing lmap -> foreach
Baptiste Daroussin committed 7 years ago
commit b13fcf36953c99f1300330c270601f202b9ae03c
parent 13360e0
1 file changed +1 -1
modified auto.def
@@ -104,7 +104,7 @@ if {[file exists /proc/self/fd]} {
	define-feature proc-pid 0
}

-
lmap fct [list memmove usleep pread pwrite] {
+
foreach fct [list memmove usleep pread pwrite] {
	if {![cc-check-functions $fct]} {
		user-error "Cannot find $fct"
	}