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

Collapse All | Expand All

(-)./hostname.c.orig (+3 lines)
Lines 98-103 Link Here
98
	    fprintf(stderr, _("%s: name too long\n"), program_name);
98
	    fprintf(stderr, _("%s: name too long\n"), program_name);
99
	    break;
99
	    break;
100
	default:
100
	default:
101
	;
101
	}
102
	}
102
	exit(1);
103
	exit(1);
103
    };
104
    };
Lines 117-122 Link Here
117
	    fprintf(stderr, _("%s: name too long\n"), program_name);
118
	    fprintf(stderr, _("%s: name too long\n"), program_name);
118
	    break;
119
	    break;
119
	default:
120
	default:
121
	;
120
	}
122
	}
121
	exit(1);
123
	exit(1);
122
    };
124
    };
Lines 174-179 Link Here
174
	printf("%s\n", hp->h_name);
176
	printf("%s\n", hp->h_name);
175
	break;
177
	break;
176
    default:
178
    default:
179
    ;
177
    }
180
    }
178
}
181
}
179
182

Return to bug 48167