Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/ucbcmd/sbcp/mksysent
          +++ new/usr/src/ucbcmd/sbcp/mksysent
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # If applicable, add the following below this CDDL HEADER, with the
  18   18  # fields enclosed by brackets "[]" replaced with your own identifying
  19   19  # information: Portions Copyright [yyyy] [name of copyright owner]
  20   20  #
  21   21  # CDDL HEADER END
  22   22  #
  23   23  #
  24   24  # Copyright 1993-2003 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -#
  29   27  #       mksysent - generate the sysent table from the list of system calls
  30   28  #
  31      -nawk '
       29 +/usr/xpg4/bin/awk '
  32   30  BEGIN {
  33   31          print "#include <sys/asm_linkage.h>"
  34   32          print "#include <sys/syscall.h>"
  35   33          print ""
  36   34          print "! This file is automatically generated from syscalls.list."
  37   35          print "! Do not edit by hand or your changes will be lost."
  38   36          print "! See mksysent and syscalls.list for details."
  39   37          print ""
  40   38          print " .section        \".text\""
  41   39          print " .align  4"
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX