Deleted Added
full compact
ttyent.h (21189) ttyent.h (22734)
1/*
2 * Copyright (c) 1989, 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

--- 27 unchanged lines hidden (view full) ---

36#ifndef _TTYENT_H_
37#define _TTYENT_H_
38
39#define _PATH_TTYS "/etc/ttys"
40
41#define _TTYS_OFF "off"
42#define _TTYS_ON "on"
43#define _TTYS_SECURE "secure"
1/*
2 * Copyright (c) 1989, 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

--- 27 unchanged lines hidden (view full) ---

36#ifndef _TTYENT_H_
37#define _TTYENT_H_
38
39#define _PATH_TTYS "/etc/ttys"
40
41#define _TTYS_OFF "off"
42#define _TTYS_ON "on"
43#define _TTYS_SECURE "secure"
44#define _TTYS_INSECURE "insecure"
44#define _TTYS_WINDOW "window"
45#define _TTYS_GROUP "group"
46#define _TTYS_NOGROUP "none"
47
48struct ttyent {
49 char *ty_name; /* terminal device name */
50 char *ty_getty; /* command to execute, usually getty */
51 char *ty_type; /* terminal type for termcap */

--- 18 unchanged lines hidden ---
45#define _TTYS_WINDOW "window"
46#define _TTYS_GROUP "group"
47#define _TTYS_NOGROUP "none"
48
49struct ttyent {
50 char *ty_name; /* terminal device name */
51 char *ty_getty; /* command to execute, usually getty */
52 char *ty_type; /* terminal type for termcap */

--- 18 unchanged lines hidden ---