74 lines
2.4 KiB
Diff
74 lines
2.4 KiB
Diff
From e2868da34e6d2085fdafcd9b28cdbf01c69361c5 Mon Sep 17 00:00:00 2001
|
|
From: Jim Warner <james.warner@comcast.net>
|
|
Date: Fri, 25 Apr 2014 00:00:00 -0600
|
|
Subject: [PATCH] top: update copyright dates plus 1 preprocessor change
|
|
|
|
Signed-off-by: Jim Warner <james.warner@comcast.net>
|
|
---
|
|
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 top/top.c top/top.c
|
|
index cbcb152..0428496 100644
|
|
--- top/top.c
|
|
+++ 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 top/top.h top/top.h
|
|
index 5d1aead..836b9fb 100644
|
|
--- top/top.h
|
|
+++ 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 top/top_nls.c top/top_nls.c
|
|
index b47459a..01c8d1e 100644
|
|
--- top/top_nls.c
|
|
+++ 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 top/top_nls.h top/top_nls.h
|
|
index 1b6d575..9010263 100644
|
|
--- top/top_nls.h
|
|
+++ 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
|
|
*
|
|
--
|
|
1.7.9.2
|
|
|