Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
[oweals/busybox.git] / ln.c
diff --git a/ln.c b/ln.c
index 6d41cce62c67dd07602379ebaf7f697d971b2997..7412a86fd124dd7a581a0227efa03e1d0c231f86 100644 (file)
--- a/ln.c
+++ b/ln.c
@@ -28,9 +28,6 @@
 #include <errno.h>
 #include <unistd.h>
 #include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_not_a_directory
-#include "messages.c"
 
 
 static const int LN_SYMLINK = 1;