Date: Wed, 11 Aug 1999 01:03:40 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar create.c Message-ID: <199908110803.BAA90377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/08/11 01:03:40 PDT Modified files: gnu/usr.bin/tar create.c Log: Support 21-bit minor numbers. Avoid wasting a byte in their octal representation by generating the same format as tar-1.13 (use a single space as the terminator for 7-digit octal numbers). This is POSIX.1 conformant (2-byte terminators are just a bug or historical wart in old versions of gnu tar). All devices created by `MAKEDEV all' except rsa0.ctl can now be handled by tar(1). Revision Changes Path 1.7 +15 -2 src/gnu/usr.bin/tar/create.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908110803.BAA90377>