Fix a memory leak if parent directory creation failed.
[oweals/busybox.git] / libbb / messages.c
index 99c2bc9d52d9d25d29f9c531d847d5f04f20ace1..552c3ab5b5a8d773bdbbeeabebc18d5830b1da82 100644 (file)
 #ifdef L_name_longer_than_foo
        const char * const name_longer_than_foo = "Names longer than %d chars not supported.";
 #endif
+#ifdef L_unknown
+       const char * const unknown = "(unknown)";
+#endif
 
+#ifdef L_can_not_create_raw_socket
+       const char * const can_not_create_raw_socket = "can`t create raw socket";
+#endif