ports/sysutils/busybox/files/patch-include_libbb.h
Mathieu Arnold 41f66abee6 Update to 1.24.2.
PR:		209049
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:43:46 +00:00

22 lines
462 B
C

--- include/libbb.h.orig 2016-03-17 20:35:49 UTC
+++ include/libbb.h
@@ -51,6 +51,9 @@
#include <termios.h>
#include <time.h>
#include <sys/param.h>
+#ifndef HAVE_XTABS
+# define XTABS OXTABS
+#endif
#include <pwd.h>
#include <grp.h>
#if ENABLE_FEATURE_SHADOWPASSWDS
@@ -152,9 +155,6 @@
#ifndef HAVE_FDATASYNC
# define fdatasync fsync
#endif
-#ifndef HAVE_XTABS
-# define XTABS TAB3
-#endif
/* Some libc's forget to declare these, do it ourself */