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:
parent
c862a4caa5
commit
7b6084451d
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* This header was copied from util-linux at fall 2011.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Fundamental C definitions.
|
||||
*/
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* This header was copied from util-linux at fall 2011.
|
||||
*/
|
||||
|
||||
#ifndef PROCPS_NG_NLS_H
|
||||
#define PROCPS_NG_NLS_H
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* This header was copied from util-linux at fall 2011.
|
||||
*/
|
||||
|
||||
#ifndef PROCPS_NG_STRUTILS
|
||||
#define PROCPS_NG_STRUTILS
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* This header was copied from util-linux at fall 2011.
|
||||
*/
|
||||
|
||||
/*
|
||||
* General memory allocation wrappers for malloc, realloc, calloc
|
||||
* and strdup.
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* This file was copied from util-linux at fall 2011.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "c.h"
|
||||
|
Loading…
Reference in New Issue
Block a user