Added tar-1.22 with a small patch to allow the test suite to build.

Cleanup up the Copyright field on several of my old .OPD files.
This was done to match the example at http://www.haiku-os.org/node/2525 which
doesn't contain a comma bewtween the date and the copyright owner.
This commit is contained in:
Chris Roberts
2009-12-30 03:49:54 +00:00
parent 28a4264b0b
commit 11a7c2d49b
14 changed files with 44 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
diff -up tar-1.22/lib/string.in.h.orig tar-1.22/lib/string.in.h
--- tar-1.22/lib/string.in.h.orig 2009-12-29 20:13:44.000000000 -0700
+++ tar-1.22/lib/string.in.h 2009-12-29 20:14:22.000000000 -0700
@@ -39,6 +39,7 @@
/* The attribute __pure__ was added in gcc 2.96. */
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
# define __pure__ /* empty */
+# define restrict __restrict
# endif
#endif