Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/t_kuser.h
          +++ new/usr/src/uts/common/sys/t_kuser.h
↓ open down ↓ 46 lines elided ↑ open up ↑
  47   47  #include <sys/cred.h>
  48   48  #include <sys/stream.h>
  49   49  #include <sys/tiuser.h>
  50   50  
  51   51  #ifdef  __cplusplus
  52   52  extern "C" {
  53   53  #endif
  54   54  
  55   55  /*
  56   56   * Note this structure will need to be expanded to handle data
  57      - * related to connection orientated transports.
       57 + * related to connection oriented transports.
  58   58   */
  59   59  typedef struct tiuser {
  60   60          struct  file *fp;
  61   61          struct  t_info tp_info; /* Transport provider Info. */
  62   62          int     flags;
  63   63  } TIUSER;
  64   64  #define         TIUSERSZ        sizeof (TIUSER)
  65   65  
  66   66  struct knetbuf {
  67   67          mblk_t   *udata_mp;     /* current receive streams block */
↓ open down ↓ 76 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX