Hi, > in common.h: > #define MAX(a,b) ((a) > (b) ? (a) : (b)) > #define MIN(a,b) ((a) > (b) ? (b) : (a)) I think we should add #ifndef MAX before these macros in common.h and let that freebsd include staying there (for backward compatiblity) - alex