diff options
Diffstat (limited to 'networking/udhcp/pidfile.h')
-rw-r--r-- | networking/udhcp/pidfile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/pidfile.h b/networking/udhcp/pidfile.h index b1292a816..ea97d1de5 100644 --- a/networking/udhcp/pidfile.h +++ b/networking/udhcp/pidfile.h @@ -20,9 +20,6 @@ */ -#define pidfile_acquire udhcp_pidfile_acquire -#define pidfile_write_release udhcp_pidfile_write_release - int pidfile_acquire(const char *pidfile); void pidfile_write_release(int pid_fd); |