usr/src/cmd/ssh/sshd/mapfile-intf
changeset 8744 03d5725cda56
parent 4271 dda1ded496b7
child 12692 4341b447c069
equal deleted inserted replaced
8743:05a024aa481c 8744:03d5725cda56
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
       
    26 # ident	"%Z%%M%	%I%	%E% SMI"
       
    27 #
    25 #
    28 # sshd defines its own log(), as do various other ssh utilities, thus their
    26 # sshd defines its own log(), as do various other ssh utilities, thus their
    29 # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common.  sshd
    27 # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common.  sshd
    30 # must export some symbols too, thus this mapfile augments the former.
    28 # must export some symbols too, thus this mapfile augments the former.
       
    29 
       
    30 #
       
    31 # MAPFILE HEADER START
       
    32 #
       
    33 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
       
    34 # Object versioning must comply with the rules detailed in
       
    35 #
       
    36 #	usr/src/lib/README.mapfiles
       
    37 #
       
    38 # You should not be making modifications here until you've read the most current
       
    39 # copy of that file. If you need help, contact a gatekeeper for guidance.
       
    40 #
       
    41 # MAPFILE HEADER END
       
    42 #
    31 {
    43 {
    32 	global:
    44 	global:
    33 		allow_severity;		# required by libwrap
    45 		allow_severity;		# required by libwrap
    34 		deny_severity;		# required by libwrap
    46 		deny_severity;		# required by libwrap
    35 };
    47 };