From 3fed78e5b08f78256e533788b4bcd6502b0949d7 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 10 Jan 2010 00:37:03 +0100 Subject: Replace setproctitle dummy macro with a function stub This way we can replace it later on with a real implementation so that applications can immediately benefit from it w/o the need to recompile them. --- Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Versions') diff --git a/Versions b/Versions index 631cd5d..70bd8cf 100644 --- a/Versions +++ b/Versions @@ -58,5 +58,7 @@ LIBBSD_0.2 { pidfile_write; pidfile_close; pidfile_remove; + + setproctitle; } LIBBSD_0.1; -- cgit v1.2.3