Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 303120 | Differences between
and this patch

Collapse All | Expand All

(-)proc/version.c (-1 / +1 lines)
Lines 33-39 void display_version(void) { Link Here
33
33
34
int linux_version_code;
34
int linux_version_code;
35
35
36
static void init_Linux_version(void) __attribute__((constructor));
36
static void init_Linux_version(void) __attribute__((constructor(100)));
37
static void init_Linux_version(void) {
37
static void init_Linux_version(void) {
38
    static struct utsname uts;
38
    static struct utsname uts;
39
    int x = 0, y = 0, z = 0;	/* cleared in case sscanf() < 3 */
39
    int x = 0, y = 0, z = 0;	/* cleared in case sscanf() < 3 */

Return to bug 303120