Skip to content

Commit

Permalink
busybox: upgrade 1.34.x -> 1.36.x
Browse files Browse the repository at this point in the history
Fixes: #131,#137

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
  • Loading branch information
gotthardp committed May 5, 2023
1 parent e6168f3 commit d7ee4f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Date: Tue Jan 16 03:06:33 2018 -0500
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -277,6 +277,14 @@ typedef unsigned long long uoff_t;
@@ -303,6 +303,14 @@
# define STRTOOFF strtoull
# define OFF_FMT "ll"
# endif
Expand All @@ -25,8 +25,8 @@ Date: Tue Jan 16 03:06:33 2018 -0500
+};
#else
/* CONFIG_LFS is off */
# if UINT_MAX == 0xffffffff
@@ -294,16 +302,8 @@ typedef unsigned long uoff_t;
/* sizeof(off_t) == sizeof(long).
@@ -324,16 +332,8 @@
# define STRTOOFF strtol
# define OFF_FMT "l"
# endif
Expand Down

0 comments on commit d7ee4f2

Please sign in to comment.