summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2014-04-25 00:00:00 -0600
committerJaromir Capik <jcapik@redhat.com>2014-04-28 13:46:06 +0200
commite2868da34e6d2085fdafcd9b28cdbf01c69361c5 (patch)
tree6691a9e5fa92e3c8b8be20710e9f89830c60cd6e /top
parent22e658297494e11ef92a81069b49a40420b8d824 (diff)
downloadprocps-ng-e2868da34e6d2085fdafcd9b28cdbf01c69361c5.tar.gz
top: update copyright dates plus 1 preprocessor change
Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'top')
-rw-r--r--top/top.c4
-rw-r--r--top/top.h2
-rw-r--r--top/top_nls.c2
-rw-r--r--top/top_nls.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/top/top.c b/top/top.c
index cbcb152..0428496 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 5d1aead..836b9fb 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 b47459a..01c8d1e 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 1b6d575..9010263 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
*