Use internal implementation of logwtmp function to prevent
utilities from sys-apps/coreutils to not detect authorized users

Patch by: Sergey Popov <pinkbyte@gentoo.org>

--- a/pppd/sys-linux.c
+++ b/pppd/sys-linux.c
@@ -2196,7 +2197,6 @@
     return ok;
 }
 
-#ifndef HAVE_LOGWTMP
 /********************************************************************
  *
  * Update the wtmp file with the appropriate user name and tty device.
@@ -2270,7 +2270,7 @@
     }
 #endif
 }
-#endif /* HAVE_LOGWTMP */
+