Print this page
6117 Many small bugs prevent a clean build on SPARC
        
*** 18,27 ****
--- 18,28 ----
  # information: Portions Copyright [yyyy] [name of copyright owner]
  #
  # CDDL HEADER END
  #
  # 
+ # Copyright 2015 Gary Mills
  # Copyright 1997 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  # 
  
  # 
*** 37,51 ****
  # University Acknowledgment- Portions of this document are derived from
  # software developed by the University of California, Berkeley, and its
  # contributors.
  #
   
- #ident  "%Z%%M% %I%     %E% SMI"
- 
  rm -f keyname.c
! /usr/bin/echo "#include \"curses_inc.h\"\n" > keyname.c
! /usr/bin/echo "static   char    *keystrings[] =\n\t\t{" >> keyname.c
  {
      grep -v 'KEY_F(' keycaps | awk '{ print $5, $4 }' | sed -e 's/,//g' -e 's/KEY_//'
      # These three aren't in keycaps
      echo '0401 BREAK\n0530 SRESET\n0531 RESET'
  } |  sort -n | awk '
--- 38,50 ----
  # University Acknowledgment- Portions of this document are derived from
  # software developed by the University of California, Berkeley, and its
  # contributors.
  #
   
  rm -f keyname.c
! /usr/bin/print "#include        \"curses_inc.h\"\n" > keyname.c
! /usr/bin/print "static  char    *keystrings[] =\n\t\t{" >> keyname.c
  {
      grep -v 'KEY_F(' keycaps | awk '{ print $5, $4 }' | sed -e 's/,//g' -e 's/KEY_//'
      # These three aren't in keycaps
      echo '0401 BREAK\n0530 SRESET\n0531 RESET'
  } |  sort -n | awk '