mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
remove f words
This commit is contained in:
parent
29e31ddd81
commit
940494f813
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ char get_header_tar(archive_handle_t *archive_handle)
|
|||
|
||||
/* Do checksum on headers.
|
||||
* POSIX says that checksum is done on unsigned bytes, but
|
||||
* Sun and HP-UX fucked it up... more details in
|
||||
* Sun and HP-UX gets it wrong... more details in
|
||||
* GNU tar source. */
|
||||
sum_s = sum_u = ' ' * sizeof(tar.chksum);
|
||||
for (i = 0; i < 148 ; i++) {
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ static void putOctal(char *cp, int len, off_t value)
|
|||
static void chksum_and_xwrite(int fd, struct TarHeader* hp)
|
||||
{
|
||||
/* POSIX says that checksum is done on unsigned bytes
|
||||
* (Sun and HP-UX fucked it up... more details in
|
||||
* (Sun and HP-UX gets it wrong... more details in
|
||||
* GNU tar source) */
|
||||
const unsigned char *cp;
|
||||
int chksum, size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue