summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sendmail')
-rw-r--r--usr/src/cmd/sendmail/src/mapfile-intf7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/sendmail/src/mapfile-intf b/usr/src/cmd/sendmail/src/mapfile-intf
index 08c64b4d04..ecb755b888 100644
--- a/usr/src/cmd/sendmail/src/mapfile-intf
+++ b/usr/src/cmd/sendmail/src/mapfile-intf
@@ -20,8 +20,7 @@
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -38,11 +37,13 @@
# MAPFILE HEADER END
#
+$mapfile_version 2
+
# sendmail defines its own sleep() which pre-dates libc's sleep(), but is
# essentially the same. To maintain source compatibility, define only those
# symbols that must remain global, and therefore remove the sleep name-space
# clash.
-{
+SYMBOL_SCOPE {
global:
allow_severity; # required by libwrap
deny_severity; # required by libwrap