Accepting request 33734 from home:oertel:branches:Base:System
Copy from home:oertel:branches:Base:System/bash via accept of submit request 33734 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/33734 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
8a8197ba7a
commit
3c570a8132
11
bash-4.1-non_void.patch
Normal file
11
bash-4.1-non_void.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- bashline.c 2010/03/01 23:44:28 1.1
|
||||
+++ bashline.c 2010/03/01 23:44:47
|
||||
@@ -3421,7 +3421,7 @@
|
||||
putx(c)
|
||||
int c;
|
||||
{
|
||||
- putc (c, rl_outstream);
|
||||
+ return putc (c, rl_outstream);
|
||||
}
|
||||
|
||||
static int
|
Reference in New Issue
Block a user