diff options
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn b/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn index eae4b1c6e8..e682b4f2d8 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/mapfile-minconn @@ -1,6 +1,5 @@ # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. # # External declarations - used to suppress -zdefs errors. @@ -18,9 +17,11 @@ # MAPFILE HEADER END # -{ - add_options = FUNCTION extern; # Provided by pppd. - idle_time_hook = DATA extern; # " " - idle_time_limit = DATA extern; # " " - info = FUNCTION extern; # " " +$mapfile_version 2 + +SYMBOL_SCOPE { + add_options { TYPE = FUNCTION; FLAGS = extern }; # From pppd + idle_time_hook { TYPE = DATA; FLAGS = extern }; # " " + idle_time_limit { TYPE = DATA; FLAGS = extern }; # " " + info { TYPE = FUNCTION; FLAGS = extern }; # " " }; |