Print this page
5386 want openpty(), forkpty(), etc.

Split Close
Expand all
Collapse all
          --- old/usr/src/head/Makefile
          +++ new/usr/src/head/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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      -# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       22 +# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23   23  #
  24   24  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27   27  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  28   28  #
  29   29  # head/Makefile
  30   30  #
  31   31  # include global definitions
  32   32  include ../Makefile.master
↓ open down ↓ 107 lines elided ↑ open up ↑
 140  140          pkgtrans.h      \
 141  141          poll.h          \
 142  142          port.h          \
 143  143          priv.h          \
 144  144          priv_utils.h    \
 145  145          proc_service.h  \
 146  146          procfs.h        \
 147  147          prof.h          \
 148  148          project.h       \
 149  149          pthread.h       \
      150 +        pty.h           \
 150  151          pw.h            \
 151  152          pwd.h           \
 152  153          rctl.h          \
 153  154          re_comp.h       \
 154  155          regex.h         \
 155  156          regexp.h        \
 156  157          resolv.h        \
 157  158          rje.h           \
 158  159          rtld_db.h       \
 159  160          sac.h           \
↓ open down ↓ 347 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX