From c880061f511e85d55afe3966f5eda0df7c3ebb56 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 17 Jul 2014 22:50:49 -0500 Subject: Use libc daemon() instead of pending daemonize. --- lib/pending.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/pending.h') diff --git a/lib/pending.h b/lib/pending.h index c99a9f17..ec80c91f 100644 --- a/lib/pending.h +++ b/lib/pending.h @@ -7,6 +7,3 @@ void is_valid_username(const char *name); int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); - -// cut helper functions -void daemonize(void); -- cgit v1.2.3