From 7b6084451dd13a7c87b8ad173cfb166e471733da Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 7 Dec 2011 13:43:34 +0100 Subject: [PATCH] other: tell what was taken from util-linux package Reference: http://www.freelists.org/post/procps/backporting,1 Reported-by: Jim Warner Signed-off-by: Sami Kerola --- include/c.h | 4 ++++ include/nls.h | 4 ++++ include/strutils.h | 4 ++++ include/xalloc.h | 4 ++++ lib/strutils.c | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/include/c.h b/include/c.h index 86e56d25..950bca2c 100644 --- a/include/c.h +++ b/include/c.h @@ -1,3 +1,7 @@ +/* + * This header was copied from util-linux at fall 2011. + */ + /* * Fundamental C definitions. */ diff --git a/include/nls.h b/include/nls.h index 17ce836d..fee89b2e 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 cf521d3a..b2f9a906 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 dca64254..bd02c750 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 064bdc06..53dcc75c 100644 --- a/lib/strutils.c +++ b/lib/strutils.c @@ -1,3 +1,7 @@ +/* + * This file was copied from util-linux at fall 2011. + */ + #include #include "c.h" -- 2.40.0