From 270ec235c139b66573fc73ca278f7ff54581aa8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 24 Jan 2005 14:27:19 +0000 Subject: [PATCH] UTF-8-ified. * include/glibtop/procopenfiles.h: * sysdeps/linux/procopenfiles.c: * sysdeps/stub/procopenfiles.c: UTF-8-ified. --- ChangeLog | 6 ++++++ include/glibtop/procopenfiles.h | 4 ++-- sysdeps/linux/procopenfiles.c | 4 ++-- sysdeps/stub/procopenfiles.c | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac2dce21..bf3baa83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-24 Benoît Dejean + + * include/glibtop/procopenfiles.h: + * sysdeps/linux/procopenfiles.c: + * sysdeps/stub/procopenfiles.c: UTF-8-ified. + 2005-01-22 Benoît Dejean * examples/openfiles.c: (show_open_files): diff --git a/include/glibtop/procopenfiles.h b/include/glibtop/procopenfiles.h index fa6cd26b..6e47ba1a 100644 --- a/include/glibtop/procopenfiles.h +++ b/include/glibtop/procopenfiles.h @@ -1,12 +1,12 @@ /* $Id$ */ /* Copyright (C) 1998-99 Martin Baulig - Copyright (C) 2004 Nicolás Lichtmaier + Copyright (C) 2004 Nicolás Lichtmaier This file is part of LibGTop 1.0. Contributed by Martin Baulig , April 1998. - Modified by Nicolás Lichtmaier to give open process files. + Modified by Nicolás Lichtmaier to give open process files. LibGTop is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sysdeps/linux/procopenfiles.c b/sysdeps/linux/procopenfiles.c index 02b21ba6..283f72ad 100644 --- a/sysdeps/linux/procopenfiles.c +++ b/sysdeps/linux/procopenfiles.c @@ -1,10 +1,10 @@ /* $Id$ */ /* Copyright (C) 1998-99 Martin Baulig - Copyright (C) 2004 Nicolás Lichtmaier + Copyright (C) 2004 Nicolás Lichtmaier This file is part of LibGTop 1.0. - Modified by Nicolás Lichtmaier to give a process open files. + Modified by Nicolás Lichtmaier to give a process open files. Contributed by Martin Baulig , April 1998. diff --git a/sysdeps/stub/procopenfiles.c b/sysdeps/stub/procopenfiles.c index be968c52..7b23539e 100644 --- a/sysdeps/stub/procopenfiles.c +++ b/sysdeps/stub/procopenfiles.c @@ -1,7 +1,7 @@ /* $Id$ */ /* Copyright (C) 1998-99 Martin Baulig - Copyright (C) 2004 Nicolás Lichtmaier + Copyright (C) 2004 Nicolás Lichtmaier This file is part of LibGTop 1.0. Contributed by Martin Baulig , April 1998.