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

(-)sshd.c (+1 lines)
Lines 2384-2389 Link Here
2384
		"Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994",
2384
		"Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994",
2385
		    "The Regents of the University of California. ",
2385
		    "The Regents of the University of California. ",
2386
		    "All rights reserved.");
2386
		    "All rights reserved.");
2387
			(void)putc('\n', stdout);
2387
		}
2388
		}
2388
#endif /* LOGIN_CAP */
2389
#endif /* LOGIN_CAP */
2389
		/*
2390
		/*

Return to bug 18961