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

Collapse All | Expand All

(-)ctwm-4.0.1____orig/parse_m4.c (-1 / +1 lines)
Lines 140-146 Link Here
140
	char client[MAXHOSTNAME], server[MAXHOSTNAME], *colon;
140
	char client[MAXHOSTNAME], server[MAXHOSTNAME], *colon;
141
	struct hostent *hostname;
141
	struct hostent *hostname;
142
	char *vc, *color;
142
	char *vc, *color;
143
	static char tmp_name[] = "/tmp/ctwmrcXXXXXX";
143
	/* static */ char tmp_name[] = "/tmp/ctwmrcXXXXXX";			/* 2017-06-08 17:55 ... mkn. */
144
	int fd;
144
	int fd;
145
	FILE *tmpf;
145
	FILE *tmpf;
146
	char *user;
146
	char *user;

Return to bug 621024