diff options
author | kientzle <kientzle@FreeBSD.org> | 2010-02-06 20:27:36 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2010-02-06 20:27:36 +0000 |
commit | 4392f2bf7231595a13a6a6ea7c119d7cec24eb4f (patch) | |
tree | 2c8ff1e028595860f8bc68cbc836e432609f4a4b /usr.bin/tar/Makefile | |
parent | 4b236d0b57e31e32debed1ab6ecbc3ecdee0b0c5 (diff) | |
download | FreeBSD-src-4392f2bf7231595a13a6a6ea7c119d7cec24eb4f.zip FreeBSD-src-4392f2bf7231595a13a6a6ea7c119d7cec24eb4f.tar.gz |
Refactor the siginfo/sigusr1 handling. The read/write reporting
is sufficiently different that it was simpler to just put separate
reporting functions into read.c and write.c rather than try to have
a single all-purpose reporting function.
Switch to a custom function for converting int64_t to a string; in
the portable version, this saves a lot of configuration headaches
trying to decipher the platform printf().
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r-- | usr.bin/tar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 7f19b7e..b2eb4c2 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -9,7 +9,6 @@ SRCS= bsdtar.c \ getdate.c \ matching.c \ read.c \ - siginfo.c \ subst.c \ tree.c \ util.c \ |