Print this page
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/poll.h
          +++ new/usr/src/uts/common/sys/poll.h
↓ open down ↓ 88 lines elided ↑ open up ↑
  89   89   * Additional private poll flags supported only by strpoll().
  90   90   * Must be bit-wise distinct from the above POLL flags.
  91   91   */
  92   92  #define POLLRDDATA      0x0200  /* Wait for M_DATA; ignore M_PROTO only msgs */
  93   93  #define POLLNOERR       0x0400  /* Ignore POLLERR conditions */
  94   94  
  95   95  #define POLLCLOSED      0x8000  /* a (cached) poll fd has been closed */
  96   96  
  97   97  #endif /* _KERNEL */
  98   98  
  99      -#if defined(_KERNEL) || defined(_KMEMUSER)
       99 +#if defined(_KERNEL) || defined(_FAKE_KERNEL) || defined(_KMEMUSER)
 100  100  
 101  101  #include <sys/thread.h>
 102  102  
 103  103  /*
 104  104   * XXX We are forced to use a forward reference here because including
 105  105   * file.h here will break i386 build. The real solution is to fix the
 106  106   * broken parts in usr/src/stand/lib/fs.
 107  107   */
 108  108  struct fpollinfo;
 109  109  
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX