Package: powerpc-utils / 1.3.13-2

Metadata

Package Version Patches format
powerpc-utils 1.3.13-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 pseries_platform.h Fix ifdef guard typo.patch | (download)

src/common/pseries_platform.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pseries_platform.h: fix ifdef guard typo

Signed-off-by: Michal Suchanek <msuchanek@suse.de>

0002 nvram.c Correct librtas function prototypes.patch | (download)

src/nvram.c | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 nvram.c: correct librtas function prototypes

Signed-off-by: Michal Suchanek <msuchanek@suse.de>

0003 sys_ident Quiet strncpy warning.patch | (download)

src/sys_ident.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 sys_ident: quiet strncpy warning

The string is terminated by explicit NUL assignement below, use memcpy
instead of strncpy.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>