Print this page
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/random.h
          +++ new/usr/src/uts/common/sys/random.h
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  /*
  26      - * Copyright (c) 2015, Joyent, Inc.
  27   26   * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
       27 + * Copyright (c) 2015, Joyent, Inc.
  28   28   */
  29   29  
  30   30  #ifndef _SYS_RANDOM_H
  31   31  #define _SYS_RANDOM_H
  32   32  
  33   33  #include <sys/types.h>
  34   34  #include <sys/atomic.h>
  35   35  
  36   36  #ifdef  __cplusplus
  37   37  extern "C" {
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX