svn commit: trunk/busybox/archival: libunarchive
vda at busybox.net
vda at busybox.net
Sun Mar 4 18:09:50 UTC 2007
Author: vda
Date: 2007-03-04 10:09:50 -0800 (Sun, 04 Mar 2007)
New Revision: 18003
Log:
remove f words
Modified:
trunk/busybox/archival/libunarchive/get_header_tar.c
trunk/busybox/archival/tar.c
Changeset:
Modified: trunk/busybox/archival/libunarchive/get_header_tar.c
===================================================================
--- trunk/busybox/archival/libunarchive/get_header_tar.c 2007-03-03 23:12:17 UTC (rev 18002)
+++ trunk/busybox/archival/libunarchive/get_header_tar.c 2007-03-04 18:09:50 UTC (rev 18003)
@@ -113,7 +113,7 @@
/* 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++) {
Modified: trunk/busybox/archival/tar.c
===================================================================
--- trunk/busybox/archival/tar.c 2007-03-03 23:12:17 UTC (rev 18002)
+++ trunk/busybox/archival/tar.c 2007-03-04 18:09:50 UTC (rev 18003)
@@ -174,7 +174,7 @@
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;
More information about the busybox-cvs
mailing list