From 9071f59809bb17011bacc1455891222161076474 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Oct 2022 12:26:15 +0100 Subject: app-misc/cw: [QA] use git-format-patch style patches Signed-off-by: David Seifert --- app-misc/cw/files/cw-1.0.16-replace-isastream-with-fcntl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc/cw') diff --git a/app-misc/cw/files/cw-1.0.16-replace-isastream-with-fcntl.patch b/app-misc/cw/files/cw-1.0.16-replace-isastream-with-fcntl.patch index 18f2dba953d2..978c23bb9b71 100644 --- a/app-misc/cw/files/cw-1.0.16-replace-isastream-with-fcntl.patch +++ b/app-misc/cw/files/cw-1.0.16-replace-isastream-with-fcntl.patch @@ -1,5 +1,5 @@ ---- /var/tmp/portage/app-misc/cw-1.0.16-r3/work/cw-1.0.16/src/cw.c -+++ cw-1.0.16/src/cw.c +--- a/src/cw.c ++++ b/src/cw.c @@ -1173,7 +1173,7 @@ close(master); return(0); -- cgit v1.2.3-65-gdbad