]> git.tuebingen.mpg.de Git - adu.git/blobdiff - fd.c
Replace systemlinux.org URL and email address.
[adu.git] / fd.c
diff --git a/fd.c b/fd.c
index e661e71fa32d2c20d92f558f9f40f62f576b9ba1..66b3cc057225eeebbd9a7598977082392773f7f3 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -124,7 +124,7 @@ out:
  *
  * \return Standard.
  */
-int __chdir(const char *path)
+static int __chdir(const char *path)
 {
        int ret = chdir(path);