From e2868da34e6d2085fdafcd9b28cdbf01c69361c5 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Fri, 25 Apr 2014 00:00:00 -0600 Subject: [PATCH] top: update copyright dates plus 1 preprocessor change Signed-off-by: Jim Warner --- top/top.c | 4 ++-- top/top.h | 2 +- top/top_nls.c | 2 +- top/top_nls.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/top/top.c b/top/top.c index cbcb1523..0428496f 100644 --- a/top/top.c +++ b/top/top.c @@ -1,6 +1,6 @@ /* top.c - Source file: show Linux processes */ /* - * Copyright (c) 2002-2013, by: James C. Warner + * Copyright (c) 2002-2014, by: James C. Warner * All rights reserved. 8921 Hilloway Road * Eden Prairie, Minnesota 55347 USA * @@ -3464,7 +3464,7 @@ static void configs_read (void) { if (2 != fscanf(fp, "%3s\tfieldscur=%79s\n" , w->rc.winname, w->rc.fieldscur)) goto default_or_error; -#if PFLAGSSIZ > 80 +#if PFLAGSSIZ != 80 // too bad fscanf is not as flexible with his format string as snprintf # error Hey, fix the above fscanf 'PFLAGSSIZ' dependency ! #endif diff --git a/top/top.h b/top/top.h index 5d1aeadd..836b9fb9 100644 --- a/top/top.h +++ b/top/top.h @@ -1,6 +1,6 @@ /* top.h - Header file: show Linux processes */ /* - * Copyright (c) 2002-2013, by: James C. Warner + * Copyright (c) 2002-2014, by: James C. Warner * All rights reserved. 8921 Hilloway Road * Eden Prairie, Minnesota 55347 USA * diff --git a/top/top_nls.c b/top/top_nls.c index b47459af..01c8d1eb 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -1,6 +1,6 @@ /* top_nls.c - provide the basis for future nls translations */ /* - * Copyright (c) 2011-2013, by: James C. Warner + * Copyright (c) 2011-2014, by: James C. Warner * All rights reserved. 8921 Hilloway Road * Eden Prairie, Minnesota 55347 USA * diff --git a/top/top_nls.h b/top/top_nls.h index 1b6d5756..9010263e 100644 --- a/top/top_nls.h +++ b/top/top_nls.h @@ -1,6 +1,6 @@ /* top_nls.h - provide the basis for future nls translations */ /* - * Copyright (c) 2011-2013, by: James C. Warner + * Copyright (c) 2011-2014, by: James C. Warner * All rights reserved. 8921 Hilloway Road * Eden Prairie, Minnesota 55347 USA *