diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-14 16:01:02 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-14 16:01:02 +0000 |
| commit | 83f31ab169e9fa53cb090db16d9b965137a545d1 (patch) | |
| tree | 28bdd65863ada516bc862751f60a4c43471513bd /usr.sbin/lpr/common_source/common.c | |
| parent | 41212cf2650592ead14ce4ed82f424736a51741e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lpr/common_source/common.c')
| -rw-r--r-- | usr.sbin/lpr/common_source/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index b7960c2c12cf..7301e2b574f5 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -64,6 +64,7 @@ static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; char *AF; /* accounting file */ long BR; /* baud rate if lp is a tty */ char *CF; /* name of cifplot filter (per job) */ +long CT; /* TCP connection timeout */ char *DF; /* name of tex filter (per job) */ long DU; /* daeomon user-id */ char *FF; /* form feed string */ |
