From dad29be7e8875413f0b118b5ced7d07021e2147c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 11 Oct 2013 00:06:48 +0000 Subject: Thomas Klausner finally succeeded to build on SmartOS and sent these additional patches, thanks! --- catman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catman.c b/catman.c index 2a75dc4e..8767e5e3 100644 --- a/catman.c +++ b/catman.c @@ -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 -- cgit v1.2.3-56-ge451