View | Details | Raw Unified | Return to bug 45794
Collapse All | Expand All

(-)a/shadow/src/logoutd.c (-2 / +1 lines)
Lines 245-251 int main (int argc, char **argv) Link Here
245
				tty_name[0] = '\0';
245
				tty_name[0] = '\0';
246
			}
246
			}
247
247
248
			strcat (tty_name, ut->ut_line);
248
			strncat (tty_name, ut->ut_line, UT_LINESIZE);
249
#ifndef O_NOCTTY
249
#ifndef O_NOCTTY
250
#define O_NOCTTY 0
250
#define O_NOCTTY 0
251
#endif
251
#endif
252
- 

Return to bug 45794