Various cleanups I made while going through Erik Hovland's patch submissions,
[oweals/busybox.git] / networking / udhcp / pidfile.h
index b1292a8163ff9562b9ff8cb8ae28df3869d2b5b5..ea97d1de5fce63ee28333db3f55a220a967cc0a5 100644 (file)
@@ -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);