From owner-cvs-all Wed Aug 11 1: 4:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDB311505D; Wed, 11 Aug 1999 01:04:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90377; Wed, 11 Aug 1999 01:03:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908110803.BAA90377@freefall.freebsd.org> From: Bruce Evans Date: Wed, 11 Aug 1999 01:03:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar create.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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