Ignore:
Timestamp:
Sep 7, 2003, 10:10:30 PM (22 years ago)
Author:
bird
Message:

Changed to doxygen for header status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/protocols/talkd.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r658 r659  
    1 /* Modified for gcc/os2 by bird 2003
    2  *
     1/*
    32 * Copyright (c) 1983, 1993
    43 *      The Regents of the University of California.  All rights reserved.
     
    3332 *
    3433 *      @(#)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.
    3839 */
    3940
     
    6364 * Client->server request message format.
    6465 */
    65 #pragma pack(1) /* OS2 paranoia */
     66#pragma pack(1) /* bird: IBM TCP paranoia */
    6667typedef struct {
    6768        u_char  vers;           /* protocol version */
     
    7980        char    r_tty[TTY_SIZE];/* callee's tty name */
    8081} CTL_MSG;
    81 #pragma pack()
     82#pragma pack()  /* bird: IBM TCP paranoia */
    8283
    8384/*
    8485 * Server->client response message format.
    8586 */
    86 #pragma pack(1) /* OS2 paranoia */
     87#pragma pack(1) /* bird: IBM TCP paranoia */
    8788typedef struct {
    8889        u_char  vers;           /* protocol version */
     
    9394        struct  osockaddr addr; /* address for establishing conversation */
    9495} CTL_RESPONSE;
    95 #pragma pack()
     96#pragma pack()  /* bird: IBM TCP paranoia */
    9697
    9798#define TALK_VERSION    1               /* protocol version */
Note: See TracChangeset for help on using the changeset viewer.