1*c241e583SGary Mills# 2*c241e583SGary Mills# CDDL HEADER START 3*c241e583SGary Mills# 4*c241e583SGary Mills# The contents of this file are subject to the terms of the 5*c241e583SGary Mills# Common Development and Distribution License (the "License"). 6*c241e583SGary Mills# You may not use this file except in compliance with the License. 7*c241e583SGary Mills# 8*c241e583SGary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*c241e583SGary Mills# or http://www.opensolaris.org/os/licensing. 10*c241e583SGary Mills# See the License for the specific language governing permissions 11*c241e583SGary Mills# and limitations under the License. 12*c241e583SGary Mills# 13*c241e583SGary Mills# When distributing Covered Code, include this CDDL HEADER in each 14*c241e583SGary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*c241e583SGary Mills# If applicable, add the following below this CDDL HEADER, with the 16*c241e583SGary Mills# fields enclosed by brackets "[]" replaced with your own identifying 17*c241e583SGary Mills# information: Portions Copyright [yyyy] [name of copyright owner] 18*c241e583SGary Mills# 19*c241e583SGary Mills# CDDL HEADER END 20*c241e583SGary Mills# 21*c241e583SGary Mills# 22*c241e583SGary Mills# Copyright (c) 2013 Gary Mills 23*c241e583SGary Mills# 24*c241e583SGary Mills 25*c241e583SGary Mills# 26*c241e583SGary Mills# MAPFILE HEADER START 27*c241e583SGary Mills# 28*c241e583SGary Mills# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29*c241e583SGary Mills# Object versioning must comply with the rules detailed in 30*c241e583SGary Mills# 31*c241e583SGary Mills# usr/src/lib/README.mapfiles 32*c241e583SGary Mills# 33*c241e583SGary Mills# You should not be making modifications here until you've read the most current 34*c241e583SGary Mills# copy of that file. If you need help, contact a gatekeeper for guidance. 35*c241e583SGary Mills# 36*c241e583SGary Mills# MAPFILE HEADER END 37*c241e583SGary Mills# 38*c241e583SGary Mills 39*c241e583SGary Mills$mapfile_version 2 40*c241e583SGary Mills 41*c241e583SGary MillsSYMBOL_VERSION ILLUMOS_0.1 { # first release of getloginx.so.1 42*c241e583SGary Mills global: 43*c241e583SGary Mills getlogin; 44*c241e583SGary Mills local: 45*c241e583SGary Mills *; 46*c241e583SGary Mills}; 47*c241e583SGary Mills 48