There was a typo in the fix that was checked in. In nnrpd/post.c, the #ifdef is missing a trailing F. Ie, it reads: #ifdef HAVE_TM_GMTOF and it should read: #ifdef HAVE_TM_GMTOFF -jav