Changeset 659 for trunk/src/emx/include/protocols/talkd.h
- Timestamp:
- Sep 7, 2003, 10:10:30 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/protocols/talkd.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r658 r659 1 /* Modified for gcc/os2 by bird 2003 2 * 1 /* 3 2 * Copyright (c) 1983, 1993 4 3 * The Regents of the University of California. All rights reserved. … … 33 32 * 34 33 * @(#)talkd.h 8.1 (Berkeley) 6/2/93 35 * 36 * @@level FreeBSD 5.1 37 * @@changed bird: TPCV40HDRS, #pragma pack(1) paranoia. 34 */ 35 36 /** @file 37 * FreeBSD 5.1 38 * @changed bird: TPCV40HDRS, #pragma pack(1) paranoia. 38 39 */ 39 40 … … 63 64 * Client->server request message format. 64 65 */ 65 #pragma pack(1) /* OS2paranoia */66 #pragma pack(1) /* bird: IBM TCP paranoia */ 66 67 typedef struct { 67 68 u_char vers; /* protocol version */ … … 79 80 char r_tty[TTY_SIZE];/* callee's tty name */ 80 81 } CTL_MSG; 81 #pragma pack() 82 #pragma pack() /* bird: IBM TCP paranoia */ 82 83 83 84 /* 84 85 * Server->client response message format. 85 86 */ 86 #pragma pack(1) /* OS2paranoia */87 #pragma pack(1) /* bird: IBM TCP paranoia */ 87 88 typedef struct { 88 89 u_char vers; /* protocol version */ … … 93 94 struct osockaddr addr; /* address for establishing conversation */ 94 95 } CTL_RESPONSE; 95 #pragma pack() 96 #pragma pack() /* bird: IBM TCP paranoia */ 96 97 97 98 #define TALK_VERSION 1 /* protocol version */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.