One too many \'s in the recent commit of pfvar.h? Index: pfvar.h =================================================================== RCS file: /usr/cvs/src/sys/net/pfvar.h,v retrieving revision 1.306 diff -u -r1.306 pfvar.h --- pfvar.h 18 Jan 2010 23:52:46 -0000 1.306 +++ pfvar.h 20 Jan 2010 01:48:29 -0000 @@ -205,7 +205,7 @@ } \ } while (0) #else -#ifdef PFDEBUG \ +#ifdef PFDEBUG #define DPFPRINTF(n, format, x...) \ do { \ fprintf(stderr, format, ##x); \