From ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 14:02:16 +0000 Subject: Rename p*/ patch-xy patches to reflect the files they modify. --- print/dviselect/files/patch-lib_search.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/dviselect/files/patch-lib_search.c (limited to 'print/dviselect/files/patch-lib_search.c') diff --git a/print/dviselect/files/patch-lib_search.c b/print/dviselect/files/patch-lib_search.c new file mode 100644 index 000000000000..43054c620521 --- /dev/null +++ b/print/dviselect/files/patch-lib_search.c @@ -0,0 +1,11 @@ +--- lib/search.c~ Wed Nov 15 13:19:58 1989 ++++ lib/search.c Wed Dec 13 22:53:51 2006 +@@ -72,7 +72,7 @@ + s->s_space = 10; /* initially, room for 10 objects */ + s->s_n = 0; /* and none in the table */ + if ((s->s_data = malloc(s->s_space * dsize)) == 0) { +- free((char *) s); (char *) s = 0; ++ free((char *) s); s = 0; + return (0); + } + return (s); -- cgit v1.2.3