libbb: move nuke_str() from passwd into libbb
[oweals/busybox.git] / libbb / concat_subpath_file.c
index 1c00588895e61a427d206c4fdaf798e3cf8b8946..c9167d492dae6269ff7679a3338c794492b6d666 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) (C) 2003  Vladimir Oleynik  <dzo@simtreas.ru>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /*
@@ -15,7 +15,7 @@
 
 #include "libbb.h"
 
-char *concat_subpath_file(const char *path, const char *f)
+char* FAST_FUNC concat_subpath_file(const char *path, const char *f)
 {
        if (f && DOT_OR_DOTDOT(f))
                return NULL;