Codebase list dmidecode / 2bfcef4
Refresh patches. Debian Janitor 1 year, 4 months ago
2 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 Author: Svante Signell <svante.signell@telia.com>
11 Description: Enable build of all targets on GNU/Hurd (Closes: #643649).
22
3 Index: trunk/Makefile
3 Index: dmidecode.git/Makefile
44 ===================================================================
5 --- trunk.orig/Makefile
6 +++ trunk/Makefile
5 --- dmidecode.git.orig/Makefile
6 +++ dmidecode.git/Makefile
77 @@ -44,7 +44,7 @@ INSTALL_PROGRAM := $(INSTALL) -m 755
88 RM := rm -f
99
22 Make sure the code compiles when using -ansi. Renames non-ANSI C 'inline' to
33 '__inline'.
44
5 Index: trunk/types.h
5 Index: dmidecode.git/types.h
66 ===================================================================
7 --- trunk.orig/types.h
8 +++ trunk/types.h
7 --- dmidecode.git.orig/types.h
8 +++ dmidecode.git/types.h
99 @@ -31,7 +31,7 @@ typedef struct {
1010 #endif
1111