Print this page
6117 Many small bugs prevent a clean build on SPARC

@@ -18,10 +18,11 @@
 # 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,15 +38,13 @@
 # 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
+/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 '