From 53ce8b6d665db715c019a983996e94b1044b10ee Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 30 Aug 2022 17:56:16 +0000 Subject: [PATCH 1/2] Remove trailing whitespace Signed-off-by: Patrick McCarty --- src/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diff.c b/src/diff.c index b2a6a65..7a5f650 100644 --- a/src/diff.c +++ b/src/diff.c @@ -462,7 +462,7 @@ int make_bsdiff_delta(char *old_filename, char *new_filename, char *delta_filena } fclose(pf); close(fd); - rename(delta_filename_unique, delta_filename); + rename(delta_filename_unique, delta_filename); return 1; } From eb522b1dc934e99a274e78bcd03e5bf753685290 Mon Sep 17 00:00:00 2001 From: Robert Dower Date: Thu, 7 Aug 2025 13:27:50 -0700 Subject: [PATCH 2/2] archive repository --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..356757d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## DISCONTINUATION OF PROJECT. + +This project will no longer be maintained by Intel. + +Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project. + +Contact: webadmin@linux.intel.com