CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/08/07 15:47:58
Modified files: usr.sbin/smtpd : smtpd.h util.c usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : tree.c Log message: Implement a set of tree_* functions for storing arbitrary pointers in splay trees with uint64_t keys. Also add x{m,c}alloc and xstrdup helpers. ok gilles@