CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/10/29 15:19:09
Modified files: usr.sbin/cron : env.c funcs.h misc.c Log message: Convert env_get() into env_find() similar to __findenv() in libc. Use env_find() in both env_get() and env_set() to find a var in envp. Remove now-unused strcmp_until() function.