Deleted Added
full compact
rwhod.h (1540) rwhod.h (2163)
1/*
2 * Copyright (c) 1983, 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

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

28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)rwhod.h 8.1 (Berkeley) 6/2/93
34 */
35
1/*
2 * Copyright (c) 1983, 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

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

28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)rwhod.h 8.1 (Berkeley) 6/2/93
34 */
35
36#ifndef _RWHOD_H_
37#define _RWHOD_H_
36#ifndef _PROTOCOLS_RWHOD_H_
37#define _PROTOCOLS_RWHOD_H_
38
39/*
40 * rwho protocol packet format.
41 */
42struct outmp {
43 char out_line[8]; /* tty name */
44 char out_name[8]; /* user id */
45 long out_time; /* time on */

--- 23 unchanged lines hidden ---
38
39/*
40 * rwho protocol packet format.
41 */
42struct outmp {
43 char out_line[8]; /* tty name */
44 char out_name[8]; /* user id */
45 long out_time; /* time on */

--- 23 unchanged lines hidden ---