RTEMS | testsuites: Fix the build of tar02 (!1466)
Chris Johns (@chris)
gitlab at rtems.org
Thu Sep 3 04:37:04 UTC 2026
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1466 was reviewed by Chris Johns
--
Chris Johns started a new discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1466#note_158630
Can this please be included:
```diff
diff --git a/testsuites/libtests/tar01/init.c b/testsuites/libtests/tar01/init.c
index 8e2b1c1325..ba2e655301 100644
--- a/testsuites/libtests/tar01/init.c
+++ b/testsuites/libtests/tar01/init.c
@@ -69,6 +69,7 @@
#include <fcntl.h>
#include <unistd.h>
+#include "test_support.h"
#include "tar01-tar.h"
#include "tar01-tar-gz.h"
#if HAVE_XZ
@@ -94,8 +95,6 @@ void test_untar_unzip_txz( void );
#define TARFILE_XZ_SIZE tar01_tar_xz_size
#endif
-void test_cat( char *file, int offset_arg, int length );
-
static void test_untar_check_mode( const char *file, int mode )
{
struct stat sb;
```
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1466
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-dzhckwyb4otp0iny7tqr6dphx-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260903/447d6c04/attachment.htm>
More information about the bugs
mailing list