=================================================================== RCS file: /cvs/mandoc/catman.c,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -p -r1.11.2.1 -r1.11.2.2 --- mandoc/catman.c 2013/10/05 20:30:05 1.11.2.1 +++ mandoc/catman.c 2013/10/11 00:06:48 1.11.2.2 @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.11.2.1 2013/10/05 20:30:05 schwarze Exp $ */ +/* $Id: catman.c,v 1.11.2.2 2013/10/11 00:06:48 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -31,7 +31,7 @@ #include #include -#ifdef __linux__ +#if defined(__linux__) || defined(__sun) # include #else # include