main.c (780afd18cdd1370292c5cfb89adece3599f6eb96) | main.c (410f13a58d44e0f19306df28a99227015a2a688a) |
---|---|
1/*- 2 * Copyright (c) 1980, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 53 unchanged lines hidden (view full) --- 62#include <signal.h> 63#include <stdlib.h> 64#include <string.h> 65#include <syslog.h> 66#include <termios.h> 67#include <time.h> 68#include <unistd.h> 69 | 1/*- 2 * Copyright (c) 1980, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 53 unchanged lines hidden (view full) --- 62#include <signal.h> 63#include <stdlib.h> 64#include <string.h> 65#include <syslog.h> 66#include <termios.h> 67#include <time.h> 68#include <unistd.h> 69 |
70#include "extern.h" | |
71#include "gettytab.h" | 70#include "gettytab.h" |
71#include "extern.h" |
|
72#include "pathnames.h" 73 74/* 75 * Set the amount of running time that getty should accumulate 76 * before deciding that something is wrong and exit. 77 */ 78#define GETTY_TIMEOUT 60 /* seconds */ 79 --- 737 unchanged lines hidden --- | 72#include "pathnames.h" 73 74/* 75 * Set the amount of running time that getty should accumulate 76 * before deciding that something is wrong and exit. 77 */ 78#define GETTY_TIMEOUT 60 /* seconds */ 79 --- 737 unchanged lines hidden --- |