0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# CDDL HEADER START
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# The contents of this file are subject to the terms of the
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Common Development and Distribution License (the "License").
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You may not use this file except in compliance with the License.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# or http://www.opensolaris.org/os/licensing.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# See the License for the specific language governing permissions
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# and limitations under the License.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# When distributing Covered Code, include this CDDL HEADER in each
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# If applicable, add the following below this CDDL HEADER, with the
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# fields enclosed by brackets "[]" replaced with your own identifying
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# information: Portions Copyright [yyyy] [name of copyright owner]
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# CDDL HEADER END
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Copyright (c) 2013 Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# MAPFILE HEADER START
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Object versioning must comply with the rules detailed in
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# usr/src/lib/README.mapfiles
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You should not be making modifications here until you've read the most current
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# copy of that file. If you need help, contact a gatekeeper for guidance.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# MAPFILE HEADER END
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills$mapfile_version 2
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary MillsSYMBOL_VERSION ILLUMOS_0.1 { # first release of getloginx.so.1
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills global:
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills getlogin;
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills local:
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills *;
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills};
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills