library: remove procps_version functions
It doesn't make any sense to have the binary version strings embedded into the library. The version strings are defined already either in the Makefile or in include/c.h
This commit is contained in:
@ -55,7 +55,7 @@ static void signal_handler(int signo){
|
||||
signo,
|
||||
signal_number_to_name(signo),
|
||||
myname,
|
||||
procps_version
|
||||
PACKAGE_VERSION
|
||||
);
|
||||
switch (signo) {
|
||||
case SIGHUP:
|
||||
|
Reference in New Issue
Block a user