Bugzilla – Bug 252
NULL undefined - compile error on FreeBSD 6.2 in memrchr.c
Last modified: 2007-06-19 17:01:30 MDT
sudo 1.6.9b1 compile failed on FreeBSD 6.2 in file memrchr.c, because the word "NULL" was undefined. Adding the following to memrchr.c solved the issue. #ifndef NULL #define NULL 0 #endif
Fixed in cvs, will be included in 1.6.9b3