summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2011-12-07 13:43:34 +0100
committerSami Kerola <kerolasa@iki.fi>2011-12-20 17:30:53 +0100
commit7b6084451dd13a7c87b8ad173cfb166e471733da (patch)
treea09473e3f2c565263a1804e98a0f4ef93a940b61
parentc862a4caa51dcaba34ebb7bcf0b74ad0ad9c3c74 (diff)
downloadprocps-ng-7b6084451dd13a7c87b8ad173cfb166e471733da.tar.gz
other: tell what was taken from util-linux package
Reference: http://www.freelists.org/post/procps/backporting,1 Reported-by: Jim Warner <james.warner@comcast.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--include/c.h4
-rw-r--r--include/nls.h4
-rw-r--r--include/strutils.h4
-rw-r--r--include/xalloc.h4
-rw-r--r--lib/strutils.c4
5 files changed, 20 insertions, 0 deletions
diff --git a/include/c.h b/include/c.h
index 86e56d2..950bca2 100644
--- a/include/c.h
+++ b/include/c.h
@@ -1,4 +1,8 @@
/*
+ * This header was copied from util-linux at fall 2011.
+ */
+
+/*
* Fundamental C definitions.
*/
diff --git a/include/nls.h b/include/nls.h
index 17ce836..fee89b2 100644
--- a/include/nls.h
+++ b/include/nls.h
@@ -1,3 +1,7 @@
+/*
+ * This header was copied from util-linux at fall 2011.
+ */
+
#ifndef PROCPS_NG_NLS_H
#define PROCPS_NG_NLS_H
diff --git a/include/strutils.h b/include/strutils.h
index cf521d3..b2f9a90 100644
--- a/include/strutils.h
+++ b/include/strutils.h
@@ -1,3 +1,7 @@
+/*
+ * This header was copied from util-linux at fall 2011.
+ */
+
#ifndef PROCPS_NG_STRUTILS
#define PROCPS_NG_STRUTILS
diff --git a/include/xalloc.h b/include/xalloc.h
index dca6425..bd02c75 100644
--- a/include/xalloc.h
+++ b/include/xalloc.h
@@ -1,3 +1,7 @@
+/*
+ * This header was copied from util-linux at fall 2011.
+ */
+
/*
* General memory allocation wrappers for malloc, realloc, calloc
* and strdup.
diff --git a/lib/strutils.c b/lib/strutils.c
index 064bdc0..53dcc75 100644
--- a/lib/strutils.c
+++ b/lib/strutils.c
@@ -1,3 +1,7 @@
+/*
+ * This file was copied from util-linux at fall 2011.
+ */
+
#include <stdlib.h>
#include "c.h"