X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsolaris.c;h=33f066df3adc03643063275e96e6ad13a324202e;hb=792da5a7db6e0d09f66a768a1fb70a8a7b8f3d95;hp=b68a10fbb1b4dcb555f1662f7f5bce02ace69b8a;hpb=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky diff --git a/src/solaris.c b/src/solaris.c index b68a10f..33f066d 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -1,4 +1,5 @@ /* -*- 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 * @@ -8,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. * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ /* doesn't work, feel free to finish this */ @@ -41,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)); } }