- add a few basic tests for pidof(8)
[oweals/busybox.git] / libbb / xgetcwd.c
index 54e9785ed24b61c7bf7f8f5bcab1b1e644da1c3b..1fcdba19815e33c5bc986cc36eea9e1e4ab4c82b 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 1992, 1996 Free Software Foundation, Inc.
  * Written by David MacKenzie <djm@gnu.ai.mit.edu>.
  *
- * Special function for busybox written by Vladimir Oleynik <vodz@usa.net>
+ * Special function for busybox written by Vladimir Oleynik <dzo@simtreas.ru>
 */
 
 #include <stdlib.h>
@@ -40,7 +40,7 @@ xgetcwd (char *cwd)
 
   if (ret == NULL) {
       free (cwd);
-      perror_msg("getcwd()");
+      bb_perror_msg("getcwd()");
       return NULL;
   }