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>
This commit is contained in:
Sami Kerola 2011-12-07 13:43:34 +01:00
parent c862a4caa5
commit 7b6084451d
5 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/*
* This header was copied from util-linux at fall 2011.
*/
/*
* Fundamental C definitions.
*/

View File

@ -1,3 +1,7 @@
/*
* This header was copied from util-linux at fall 2011.
*/
#ifndef PROCPS_NG_NLS_H
#define PROCPS_NG_NLS_H

View File

@ -1,3 +1,7 @@
/*
* This header was copied from util-linux at fall 2011.
*/
#ifndef PROCPS_NG_STRUTILS
#define PROCPS_NG_STRUTILS

View File

@ -1,3 +1,7 @@
/*
* This header was copied from util-linux at fall 2011.
*/
/*
* General memory allocation wrappers for malloc, realloc, calloc
* and strdup.

View File

@ -1,3 +1,7 @@
/*
* This file was copied from util-linux at fall 2011.
*/
#include <stdlib.h>
#include "c.h"