X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsolaris.c;h=33f066df3adc03643063275e96e6ad13a324202e;hb=dfdbbddc36c37252ca349eb150cf042ecc8a3688;hp=a420e67676d49cb3b408d7d1fbf06f3647aa3f21;hpb=f05829ad9a32082fa80c43a921471716ce76d22b;p=monky diff --git a/src/solaris.c b/src/solaris.c index a420e67..33f066d 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -1,4 +1,7 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * @@ -6,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * @@ -37,7 +40,7 @@ static void update_kstat() if (kstat == NULL) { kstat = kstat_open(); if (kstat == NULL) { - ERR("can't open kstat: %s", strerror(errno)); + NORM_ERR("can't open kstat: %s", strerror(errno)); } }