# PaCkAgE DaTaStReAm UOAmsp 1 1824 # end of header 07070100004779000081a40000000000000001000000013edc9da1000001ac000000760000000500000000000000000000000fff270886UOAmsp/pkginfoPKG=UOAmsp NAME=Mail Submission Program ARCH=sparc VERSION=8.12.9-1.1 CATEGORY=system BASEDIR=/opt CLASSES=none cron PKGSAV=/var/sadm/pkg/UOAmsp/save DESC=The MSP (mail submission program) is used to submit e-mails, hence it is invoked by programs and maybe users. It does not run as SMTP daemon SMMSP_U= SMMSP_G= SMMSPU= SMMSPG= SUBMIT_LIST= MTA= MTA_PORT= MASQ= EMAIL=solaris-packaging@noc.uoa.gr PSTAMP=webmail20030603160745 07070100004778000081a40000000000000001000000013edc9da10000033b000000760000000500000000000000000000000eff270886UOAmsp/pkgmap: 1 1824 1 e cron /var/spool/cron/crontabs/smmsp ? ? ? 111 7371 1054256498 1 i EXIST_CONF 163 15036 1054236500 1 d none MSP 0755 root sys 1 d none MSP/etc 0755 root sys 1 e submitmasq MSP/etc/submit.cf.masq ? ? ? 38118 30198 1052914471 1 e submitplain MSP/etc/submit.cf.plain ? ? ? 37544 58537 1052914480 1 d none MSP/lib 0755 root sys 1 f none MSP/lib/msp 2555 root smmsp 816288 60044 1052317886 1 i SUBMIT_LIST 69 6310 1052910230 1 i i.cron 401 31444 1054257154 1 i i.submitmasq 820 62482 1054645616 1 i i.submitplain 793 60938 1054645625 1 i pkginfo 428 35040 1054645665 1 i postinstall 1416 43008 1054257500 1 i postremove 244 20243 1054243548 1 i preinstall 511 38290 1054257510 1 i r.cron 372 30087 1052325912 1 i r.submitmasq 225 15637 1054237595 1 i r.submitplain 222 15390 1054237614 1 i request 2335 41993 1054257537 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100004779000081a40000000000000001000000013edc9da1000001ac000000760000000500000000000000000000000800000000pkginfoPKG=UOAmsp NAME=Mail Submission Program ARCH=sparc VERSION=8.12.9-1.1 CATEGORY=system BASEDIR=/opt CLASSES=none cron PKGSAV=/var/sadm/pkg/UOAmsp/save DESC=The MSP (mail submission program) is used to submit e-mails, hence it is invoked by programs and maybe users. It does not run as SMTP daemon SMMSP_U= SMMSP_G= SMMSPU= SMMSPG= SUBMIT_LIST= MTA= MTA_PORT= MASQ= EMAIL=solaris-packaging@noc.uoa.gr PSTAMP=webmail20030603160745 07070100004778000081a40000000000000001000000013edc9da10000033b000000760000000500000000000000000000000700000000pkgmap: 1 1824 1 e cron /var/spool/cron/crontabs/smmsp ? ? ? 111 7371 1054256498 1 i EXIST_CONF 163 15036 1054236500 1 d none MSP 0755 root sys 1 d none MSP/etc 0755 root sys 1 e submitmasq MSP/etc/submit.cf.masq ? ? ? 38118 30198 1052914471 1 e submitplain MSP/etc/submit.cf.plain ? ? ? 37544 58537 1052914480 1 d none MSP/lib 0755 root sys 1 f none MSP/lib/msp 2555 root smmsp 816288 60044 1052317886 1 i SUBMIT_LIST 69 6310 1052910230 1 i i.cron 401 31444 1054257154 1 i i.submitmasq 820 62482 1054645616 1 i i.submitplain 793 60938 1054645625 1 i pkginfo 428 35040 1054645665 1 i postinstall 1416 43008 1054257500 1 i postremove 244 20243 1054243548 1 i preinstall 511 38290 1054257510 1 i r.cron 372 30087 1052325912 1 i r.submitmasq 225 15637 1054237595 1 i r.submitplain 222 15390 1054237614 1 i request 2335 41993 1054257537 07070100004783000041ed0000000000000001000000023edc9da100000000000000760000000500000000000000000000000800000000install07070100004784000081a40000000000000001000000013ed65f54000000a30000007600000005000000000000000000000013ff270887install/EXIST_CONFkeep Keep, and save new configuration files under /var/sadm/pkg/UOAmsp/save overwrite Overwrite, and save old configuration files under /var/sadm/pkg/UOAmsp/save 0707010000478c000081a40000000000000001000000013ec22296000000450000007600000005000000000000000000000014ff270887install/SUBMIT_LISTmasq Masquerade Canonical Domain Name plain Normal MSP Configuration 0707010000478d000081a40000000000000001000000013ed6b00200000191000000760000000500000000000000000000000fff270887install/i.cron# UOAmsp cron install script # (queue runs) while read src dest do user=`basename $dest` || exit 2 (crontab -l $user | sed -e "/ #$PKGINST$/d" > /tmp/$$crontab) 2>/dev/null || exit 2 sed -e "s/$/ #$PKGINST/" \ -e "s/%%BASEDIR%%/\\$BASEDIR/g" \ $src >> /tmp/$$crontab || exit 2 echo "Modyfing $user crontab file" su $user -c "crontab /tmp/$$crontab" || exit 2 rm -f /tmp/$$crontab done exit 0 0707010000478e000081a40000000000000001000000013edc9d70000003340000007600000005000000000000000000000015ff270887install/i.submitmasq# submit install class for UOAmsp INSTALLF="/usr/sbin/installf" while read src dest do install=1 if [ -f "$BASEDIR/MSP/etc/submit.cf" ]; then if [ $EXIST_CONF = "overwrite" ]; then echo "Moving existing submit.cf into $PKGSAV" cp "$BASEDIR/MSP/etc/submit.cf" $PKGSAV || exit 2 elif [ $EXIST_CONF = "keep" ]; then install=0 touch "$dest" dest="$PKGSAV/submit.cf.dist" fi fi echo "Adjusting $dest" sed -e "s/%%MTA%%/$MTA/g" \ -e "s/%%MTA_PORT%%/$MTA_PORT/g" \ -e "s/%%MASQ%%/$MASQ/g" \ "$src" > "$dest" || exit 2 if [ $install -eq 1 ]; then echo "Finalizing requested configuration Method" cp $dest "$BASEDIR/MSP/etc/submit.cf" || exit 2 $INSTALLF -c "submit$SUBMIT_LIST" $PKGINST "$BASEDIR/MSP/etc/submit.cf" e 0444 root sys || exit 2 $INSTALLF -f -c "submit$SUBMIT_LIST" $PKGINST fi done exit 0 0707010000478f000081a40000000000000001000000013edc9d79000003190000007600000005000000000000000000000016ff270887install/i.submitplain# submit install class for UOAmsp INSTALLF="/usr/sbin/installf" while read src dest do install=1 if [ -f "$BASEDIR/MSP/etc/submit.cf" ]; then if [ $EXIST_CONF = "overwrite" ]; then echo "Moving existing submit.cf into $PKGSAV" cp "$BASEDIR/MSP/etc/submit.cf" $PKGSAV || exit 2 elif [ $EXIST_CONF = "keep" ]; then install=0 touch "$dest" dest="$PKGSAV/submit.cf.dist" fi fi echo "Adjusting $dest" sed -e "s/%%MTA%%/$MTA/g" \ -e "s/%%MTA_PORT%%/$MTA_PORT/g" \ "$src" > "$dest" || exit 2 if [ $install -eq 1 ]; then echo "Finalizing requested configuration Method" cp $dest "$BASEDIR/MSP/etc/submit.cf" || exit 2 $INSTALLF -c "submit$SUBMIT_LIST" $PKGINST "$BASEDIR/MSP/etc/submit.cf" e 0444 root sys || exit 2 $INSTALLF -f -c "submit$SUBMIT_LIST" $PKGINST fi done exit 0 07070100004790000081a40000000000000001000000013ed6b15c000005880000007600000005000000000000000000000014ff270887install/postinstall# Postinstall script for UOAmsp INSTALLF="/usr/sbin/installf" REMOVEF="/usr/sbin/removef" CLIENTMQUEUE="/var/spool/clientmqueue" SENDMAIL="/usr/lib/sendmail" # Create clientmqueue if [ ! -d $CLIENTMQUEUE ]; then echo "Creating $CLIENTMQUEUE" mkdir $CLIENTMQUEUE && chown smmsp:smmsp $CLIENTMQUEUE && chmod 0770 $CLIENTMQUEUE $INSTALLF $PKGINST $CLIENTMQUEUE d 0770 smmsp smmsp || exit 2 fi # Create /usr/lib/sendmail link if doesn't exist # Leave it as is, if exists and is a regular file. SENDMAIL_EXISTS=`(ls $SENDMAIL >/dev/null 2>&1);echo $?` if [ $SENDMAIL_EXISTS -ne 0 ]; then echo "Linking /usr/lib/sendmail to $BASEDIR/MSP/lib/msp" $INSTALLF $PKGINST /usr/lib/sendmail="$BASEDIR/MSP/lib/msp" s || exit 2 elif [ -L $SENDMAIL ]; then rm $SENDMAIL; echo "Linking /usr/lib/sendmail to $BASEDIR/MSP/lib/msp" $INSTALLF $PKGINST /usr/lib/sendmail="$BASEDIR/MSP/lib/msp" s || exit 2 elif [ -f $SENDMAIL ]; then echo "Seems that $SENDMAIL is a regular file. Leave it as is" else echo "While linking $SENDMAIL, found unexpected type of file" fi # Cleaning up internal configurations if [ -f "$BASEDIR/MSP/etc/submit.cf.$SUBMIT_LIST" ]; then $REMOVEF $PKGINST "$BASEDIR/MSP/etc/submit.cf.$SUBMIT_LIST" || exit 2 rm -f "$BASEDIR/MSP/etc/submit.cf.$SUBMIT_LIST" || exit 2 fi $INSTALLF -f $PKGINST ||exit 2 $REMOVEF -f $PKGINST || exit 2 exit 0; 0707010000479b000081a40000000000000001000000013ed67adc000000f40000007600000005000000000000000000000013ff270887install/postremove# Postremove script for UOAmsp # Postremove , remove user and group smmsp # This may cause problems #SMMSP_U=`dispuid|grep smmsp` #SMMSP_U=${SMMSP_U:-NONE} #if [ ! "$SMMSP_U" = "NONE" ]; then #echo "Removing user smmsp" #userdel smmsp #fi 0707010000479c000081a40000000000000001000000013ed6b166000001ff0000007600000005000000000000000000000013ff270887install/preinstall#Preinstall script for UOAmsp # Create user & group smmsp if [ "$SMMSP_G" = "NONE" ]; then echo "Adding group smmsp" groupadd -g "$SMMSPG" smmsp sleep 5 if [ "$SMMSP_U" = "NONE" ]; then echo "Adding user smmsp" useradd -u "$SMMSPU" -g smmsp -d / -c "SendMail Message Submission Program" smmsp fi else if [ "$SMMSP_U" = "NONE" ]; then echo "Adding user smmsp" useradd -u "$SMMSPU" -g smmsp -d / -c "SendMail Message Submission Program" smmsp fi fi exit 0; 070701000047a0000081a40000000000000001000000013eb9381800000174000000760000000500000000000000000000000fff270887install/r.cron# UOAmsp cron remove script # (queue runs) while read path do user=`basename $path` || exit 2 (crontab -l $user |sed -e "/^$/d;/ #$PKGINST$/d" > /tmp/$$crontab) || exit 2 echo "" echo "Restore $user crontab file" echo "" if [ -s /tmp/$$crontab ];then su $user -c "crontab /tmp/$$crontab" || exit 2 else crontab -r $user || exit 2 fi rm -f /tmp/$$crontab done exit 0 070701000047a1000081a40000000000000001000000013ed6639b000000e10000007600000005000000000000000000000015ff270887install/r.submitmasq# submit.cf remove class for UOAmsp while read src dest do if pkgchk -p "$src" > /dev/null 2>&1;then rm "$src" else echo "$src : Modified, not removed." fi done exit 0 070701000047a3000081a40000000000000001000000013ed663ae000000de0000007600000005000000000000000000000016ff270887install/r.submitplain# submit remove class for UOAmsp while read src dest do if pkgchk -p "$src" > /dev/null 2>&1;then rm "$src" else echo "$src : Modified, not removed." fi done exit 0 070701000047a4000081a40000000000000001000000013ed6b1810000091f0000007600000005000000000000000000000010ff270887install/request#Request script for UOAmsp PATH=/usr/sadm/bin:/usr/bin:/usr/sbin:$PATH export PATH trap 'exit 3' 15 SMMSP_U=`dispuid|grep '^smmsp'` SMMSP_G=`dispgid|grep '^smmsp'` SMMSP_U=${SMMSP_U:-NONE} if [ "$SMMSP_U" = "NONE" ]; then puttext -r 55 "MSP needs a uid to be used as owner of clientmqueue." ans=0 while [ "$ans" = "0" ]; do SMMSPU=`(ckint -d 25 -p "Please enter the uid of smmsp [25]:")` ans=`( cat /etc/passwd |awk -F: '{print " "$3" "}'| grep " $SMMSPU " >/dev/null );echo $?` if [ "$ans" = "0" ]; then USER=`cat /etc/passwd | awk -F: '{print "%"$1"% "$3" "}' | grep " $SMMSPU " | awk -F% '{print $2}'` echo "UID is already in use by $USER. Choose another." fi done fi SMMSP_G=${SMMSP_G:-NONE} if [ "$SMMSP_G" = "NONE" ]; then puttext -r 55 "MSP must be a set-groupID program to allow for queueing mail in a \ group-writable directory [25]." ans=0 while [ "$ans" = "0" ]; do SMMSPG=`(ckint -d 25 -p "Please enter the gid of smmsp:")` ans=`( cat /etc/group | awk -F: '{print " "$3" "}'|grep " $SMMSPG " >/dev/null );echo $?` if [ "$ans" = "0" ]; then GROUP=`cat /etc/passwd | awk -F: '{print "%"$1"% "$3" "}' | grep " $SMMSPG " | awk -F% '{print $2}'` echo "GID is already in use by $GROUP. Choose another." fi done fi SUBMIT_LIST=`(ckitem -p "Choose Configuration method" -f "$INST_DATADIR/$PKG/install/SUBMIT_LIST" -d masq -l "Available Methods are:")` ##################################################################################### MTA=`(ckstr -d "msa.uoa.gr" \ -p "Which is the FQDN of your MTA host [msa.uoa.gr]:" \ -r '^[-a-zA-Z0-9.]\{1,\}\.[a-zA-Z]\{2,3\}$')` MTA_PORT=`(ckint -d 26 \ -p "Which is your MTA port number [26]:")` case $SUBMIT_LIST in masq) MASQ=`(ckstr -p "Which mail domain you would like to use in order to masquerade your canonical domain name:" \ -r '^[-a-zA-Z0-9.]\{1,\}\.[a-zA-Z]\{2,3\}$')` ;; esac ###################################################################################### EXIST_CONF=`(ckitem -p "Choose action over existent configuration files, if any." -f "$INST_DATADIR/$PKG/install/EXIST_CONF" -d keep -l "Available actions are:")` cat >$1 < -T C{ResOk}OKR # Hosts for which relaying is permitted ($=R) FR-o /etc/mail/relay-domains # arithmetic map Karith arith # dequoting map Kdequote dequote # class E: names that should be exposed as from this host, even if we masquerade # class L: names that should be delivered locally, even if we have a relay # class M: domains that should be converted to $M # class N: domains that should not be converted to $M #CL root # who I masquerade as (null for no masquerading) (see also $=M) DM%%MASQ%% # my name for error messages DnMAILER-DAEMON D{MTAHost}[%%MTA%%] # Configuration version number DZ8.12.9/Submit ############### # Options # ############### # strip message body to 7 bits on input? O SevenBitInput=False # 8-bit data handling #O EightBitMode=pass8 # wait for alias file rebuild (default units: minutes) O AliasWait=10 # location of alias file #O AliasFile=/etc/mail/aliases # minimum number of free blocks on filesystem O MinFreeBlocks=100 # maximum message size #O MaxMessageSize=1000000 # substitution for space (blank) characters O BlankSub=. # avoid connecting to "expensive" mailers on initial submission? O HoldExpensive=False # checkpoint queue runs after every N successful deliveries #O CheckpointInterval=10 # default delivery mode O DeliveryMode=i # error message header/file #O ErrorHeader=/etc/mail/error-header # error mode #O ErrorMode=print # save Unix-style "From_" lines at top of header? #O SaveFromLine=False # queue file mode (qf files) O QueueFileMode=0660 # temporary file mode O TempFileMode=0600 # match recipients against GECOS field? #O MatchGECOS=False # maximum hop count #O MaxHopCount=25 # location of help file O HelpFile=/etc/mail/helpfile # ignore dots as terminators in incoming messages? #O IgnoreDots=False # name resolver options #O ResolverOptions=+AAONLY # deliver MIME-encapsulated error messages? O SendMimeErrors=True # Forward file search path O ForwardPath # open connection cache size O ConnectionCacheSize=2 # open connection cache timeout O ConnectionCacheTimeout=5m # persistent host status directory #O HostStatusDirectory=.hoststat # single thread deliveries (requires HostStatusDirectory)? #O SingleThreadDelivery=False # use Errors-To: header? O UseErrorsTo=False # log level O LogLevel=9 # send to me too, even in an alias expansion? #O MeToo=True # verify RHS in newaliases? O CheckAliases=False # default messages to old style headers if no special punctuation? O OldStyleHeaders=True # SMTP daemon options O DaemonPortOptions=Name=NoMTA, Addr=127.0.0.1, M=E # SMTP client options #O ClientPortOptions=Family=inet, Address=0.0.0.0 # Modifiers to define {daemon_flags} for direct submissions #O DirectSubmissionModifiers # Use as mail submission program? See sendmail/SECURITY O UseMSP=True # privacy flags O PrivacyOptions=goaway,noetrn,restrictqrun # who (if anyone) should get extra copies of error messages #O PostmasterCopy=Postmaster # slope of queue-only function #O QueueFactor=600000 # limit on number of concurrent queue runners #O MaxQueueChildren # maximum number of queue-runners per queue-grouping with multiple queues #O MaxRunnersPerQueue=1 # priority of queue runners (nice(3)) #O NiceQueueRun # shall we sort the queue by hostname first? #O QueueSortOrder=priority # minimum time in queue before retry #O MinQueueAge=30m # how many jobs can you process in the queue? #O MaxQueueRunSize=10000 # perform initial split of envelope without checking MX records #O FastSplit=1 # queue directory O QueueDirectory=/var/spool/clientmqueue # key for shared memory; 0 to turn off #O SharedMemoryKey=0 # timeouts (many of these) #O Timeout.initial=5m #O Timeout.connect=5m #O Timeout.aconnect=0s #O Timeout.iconnect=5m #O Timeout.helo=5m #O Timeout.mail=10m #O Timeout.rcpt=1h #O Timeout.datainit=5m #O Timeout.datablock=1h #O Timeout.datafinal=1h #O Timeout.rset=5m #O Timeout.quit=2m #O Timeout.misc=2m #O Timeout.command=1h #O Timeout.ident=5s #O Timeout.fileopen=60s #O Timeout.control=2m O Timeout.queuereturn=5d #O Timeout.queuereturn.normal=5d #O Timeout.queuereturn.urgent=2d #O Timeout.queuereturn.non-urgent=7d O Timeout.queuewarn=4h #O Timeout.queuewarn.normal=4h #O Timeout.queuewarn.urgent=1h #O Timeout.queuewarn.non-urgent=12h #O Timeout.hoststatus=30m #O Timeout.resolver.retrans=5s #O Timeout.resolver.retrans.first=5s #O Timeout.resolver.retrans.normal=5s #O Timeout.resolver.retry=4 #O Timeout.resolver.retry.first=4 #O Timeout.resolver.retry.normal=4 #O Timeout.lhlo=2m #O Timeout.auth=10m #O Timeout.starttls=1h # time for DeliverBy; extension disabled if less than 0 #O DeliverByMin=0 # should we not prune routes in route-addr syntax addresses? #O DontPruneRoutes=False # queue up everything before forking? O SuperSafe=True # status file O StatusFile=/var/spool/clientmqueue/sm-client.st # time zone handling: # if undefined, use system default # if defined but null, use TZ envariable passed in # if defined and non-null, use that info O TimeZoneSpec= # default UID (can be username or userid:groupid) #O DefaultUser=mailnull # list of locations of user database file (null means no lookup) #O UserDatabaseSpec=/etc/mail/userdb # fallback MX host #O FallbackMXhost=fall.back.host.net # if we are the best MX host for a site, try it directly instead of config err #O TryNullMXList=False # load average at which we just queue messages #O QueueLA=8 # load average at which we refuse connections #O RefuseLA=12 # load average at which we delay connections; 0 means no limit #O DelayLA=0 # maximum number of children we allow at one time #O MaxDaemonChildren=0 # maximum number of new connections per second #O ConnectionRateThrottle=0 # work recipient factor #O RecipientFactor=30000 # deliver each queued job in a separate process? #O ForkEachJob=False # work class factor #O ClassFactor=1800 # work time factor #O RetryFactor=90000 # default character set #O DefaultCharSet=iso-8859-1 # service switch file (name hardwired on Solaris, Ultrix, OSF/1, others) #O ServiceSwitchFile=/etc/mail/service.switch # hosts file (normally /etc/hosts) #O HostsFile=/etc/hosts # dialup line delay on connection failure #O DialDelay=10s # action to take if there are no recipients in the message #O NoRecipientAction=add-to-undisclosed # chrooted environment for writing to files #O SafeFileEnvironment=/arch # are colons OK in addresses? #O ColonOkInAddr=True # shall I avoid expanding CNAMEs (violates protocols)? #O DontExpandCnames=False # SMTP initial login message (old $e macro) O SmtpGreetingMessage=$j Sendmail $v/$Z; $b # UNIX initial From header format (old $l macro) O UnixFromLine=From $g $d # From: lines that have embedded newlines are unwrapped onto one line #O SingleLineFromHeader=False # Allow HELO SMTP command that does not include a host name #O AllowBogusHELO=False # Characters to be quoted in a full name phrase (@,;:\()[] are automatic) #O MustQuoteChars=. # delimiter (operator) characters (old $o macro) O OperatorChars=.:%@!^/[]+ # shall I avoid calling initgroups(3) because of high NIS costs? O DontInitGroups=True # are group-writable :include: and .forward files (un)trustworthy? # True (the default) means they are not trustworthy. #O UnsafeGroupWrites=True # where do errors that occur when sending errors get sent? #O DoubleBounceAddress=postmaster # where to save bounces if all else fails #O DeadLetterDrop=/var/tmp/dead.letter # what user id do we assume for the majority of the processing? O RunAsUser=smmsp # maximum number of recipients per SMTP envelope #O MaxRecipientsPerMessage=100 # limit the rate recipients per SMTP envelope are accepted # once the threshold number of recipients have been rejected #O BadRcptThrottle=20 # shall we get local names from our installed interfaces? O DontProbeInterfaces=True # Return-Receipt-To: header implies DSN request #O RrtImpliesDsn=False # override connection address (for testing) #O ConnectOnlyTo=0.0.0.0 # Trusted user for file ownership and starting the daemon O TrustedUser=smmsp # Control socket for daemon management #O ControlSocketName=/var/spool/mqueue/.control # Maximum MIME header length to protect MUAs #O MaxMimeHeaderLength=2048/1024 # Maximum length of the sum of all headers #O MaxHeadersLength=32768 # Maximum depth of alias recursion #O MaxAliasRecursion=10 # location of pid file O PidFile=/var/spool/clientmqueue/sm-client.pid # Prefix string for the process title shown on 'ps' listings #O ProcessTitlePrefix=prefix # Data file (df) memory-buffer file maximum size #O DataFileBufferSize=4096 # Transcript file (xf) memory-buffer file maximum size #O XscriptFileBufferSize=4096 # lookup type to find information about local mailboxes #O MailboxDatabase=pw # list of authentication mechanisms #O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 # default authentication information for outgoing connections #O DefaultAuthInfo=/etc/mail/default-auth-info # SMTP AUTH flags #O AuthOptions # SMTP AUTH maximum encryption strength #O AuthMaxBits # SMTP STARTTLS server options #O TLSSrvOptions # Input mail filters #O InputMailFilters # CA directory #O CACertPath # CA file #O CACertFile # Server Cert #O ServerCertFile # Server private key #O ServerKeyFile # Client Cert #O ClientCertFile # Client private key #O ClientKeyFile # DHParameters (only required if DSA/DH is used) #O DHParameters # Random data source (required for systems without /dev/urandom under OpenSSL) #O RandFile ############################ # QUEUE GROUP DEFINITIONS # ############################ ########################### # Message precedences # ########################### Pfirst-class=0 Pspecial-delivery=100 Plist=-30 Pbulk=-60 Pjunk=-100 ##################### # Trusted users # ##################### # this is equivalent to setting class "t" #Ft/etc/mail/trusted-users Troot Tdaemon ######################### # Format of headers # ######################### H?P?Return-Path: <$g> HReceived: $?sfrom $s $.$?_($?s$|from $.$_) $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.) $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u for $u; $|; $.$b H?D?Resent-Date: $a H?D?Date: $a H?F?Resent-From: $?x$x <$g>$|$g$. H?F?From: $?x$x <$g>$|$g$. H?x?Full-Name: $x # HPosted-Date: $a # H?l?Received-Date: $b H?M?Resent-Message-Id: <$t.$i@$j> H?M?Message-Id: <$t.$i@$j> # ###################################################################### ###################################################################### ##### ##### REWRITING RULES ##### ###################################################################### ###################################################################### ############################################ ### Ruleset 3 -- Name Canonicalization ### ############################################ Scanonify=3 # handle null input (translate to <@> special case) R$@ $@ <@> # strip group: syntax (not inside angle brackets!) and trailing semicolon R$* $: $1 <@> mark addresses R$* < $* > $* <@> $: $1 < $2 > $3 unmark R@ $* <@> $: @ $1 unmark @host:... R$* [ IPv6 : $+ ] <@> $: $1 [ IPv6 : $2 ] unmark IPv6 addr R$* :: $* <@> $: $1 :: $2 unmark node::addr R:include: $* <@> $: :include: $1 unmark :include:... R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon R$* : $* <@> $: $2 strip colon if marked R$* <@> $: $1 unmark R$* ; $1 strip trailing semi R$* < $+ :; > $* $@ $2 :; <@> catch R$* < $* ; > $1 < $2 > bogus bracketed semi # null input now results from list:; syntax R$@ $@ :; <@> # strip angle brackets -- note RFC733 heuristic to get innermost item R$* $: < $1 > housekeeping <> R$+ < $* > < $2 > strip excess on left R< $* > $+ < $1 > strip excess on right R<> $@ < @ > MAIL FROM:<> case R< $+ > $: $1 remove housekeeping <> # strip route address <@a,@b,@c:user@d> -> R@ $+ , $+ $2 R@ [ $* ] : $+ $2 R@ $+ : $+ $2 # find focus for list syntax R $+ : $* ; @ $+ $@ $>Canonify2 $1 : $2 ; < @ $3 > list syntax R $+ : $* ; $@ $1 : $2; list syntax # find focus for @ syntax addresses R$+ @ $+ $: $1 < @ $2 > focus on domain R$+ < $+ @ $+ > $1 $2 < @ $3 > move gaze right R$+ < @ $+ > $@ $>Canonify2 $1 < @ $2 > already canonical # if we have % signs, take the rightmost one R$* % $* $1 @ $2 First make them all @s. R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last. R$* @ $* $@ $>Canonify2 $1 < @ $2 > Insert < > and finish # else we must be a local name R$* $@ $>Canonify2 $1 ################################################ ### Ruleset 96 -- bottom half of ruleset 3 ### ################################################ SCanonify2=96 # handle special cases for local names R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain # check for IPv4/IPv6 domain literal R$* < @ [ $+ ] > $* $: $1 < @@ [ $2 ] > $3 mark [addr] R$* < @@ $=w > $* $: $1 < @ $j . > $3 self-literal R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr # hostnames ending in class P are always canonical R$* < @ $* $=P > $* $: $1 < @ $2 $3 . > $4 R$* < @ $* $~P > $* $: $&{daemon_flags} $| $1 < @ $2 $3 > $4 R$* CC $* $| $* < @ $+.$+ > $* $: $3 < @ $4.$5 . > $6 R$* CC $* $| $* $: $3 # pass to name server to make hostname canonical R$* $| $* < @ $* > $* $: $2 < @ $[ $3 $] > $4 R$* $| $* $: $2 # local host aliases and pseudo-domains are always canonical R$* < @ $=w > $* $: $1 < @ $2 . > $3 R$* < @ $=M > $* $: $1 < @ $2 . > $3 R$* < @ $* . . > $* $1 < @ $2 . > $3 ################################################## ### Ruleset 4 -- Final Output Post-rewriting ### ################################################## Sfinal=4 R$+ :; <@> $@ $1 : handle R$* <@> $@ handle <> and list:; # strip trailing dot off possibly canonical name R$* < @ $+ . > $* $1 < @ $2 > $3 # eliminate internal code R$* < @ *LOCAL* > $* $1 < @ $j > $2 # externalize local domain info R$* < $+ > $* $1 $2 $3 defocus R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 canonical R@ $* $@ @ $1 ... and exit # delete duplicate local names R$+ % $=w @ $=w $1 @ $2 u%host@host => u@host ############################################################## ### Ruleset 97 -- recanonicalize and call ruleset zero ### ### (used for recursive calls) ### ############################################################## SRecurse=97 R$* $: $>canonify $1 R$* $@ $>parse $1 ###################################### ### Ruleset 0 -- Parse Address ### ###################################### Sparse=0 R$* $: $>Parse0 $1 initial parsing R<@> $#local $: <@> special case error msgs R$* $: $>ParseLocal $1 handle local hacks R$* $: $>Parse1 $1 final parsing # # Parse0 -- do initial syntax checking and eliminate local addresses. # This should either return with the (possibly modified) input # or return with a #error mailer. It should not return with a # #mailer other than the #error mailer. # SParse0 R<@> $@ <@> special case error msgs R$* : $* ; <@> $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses" R@ <@ $* > < @ $1 > catch "@@host" bogosity R<@ $+> $#error $@ 5.1.3 $: "553 User address required" R$+ <@> $#error $@ 5.1.3 $: "553 Hostname required" R$* $: <> $1 R<> $* < @ [ $* ] : $+ > $* $1 < @ [ $2 ] : $3 > $4 R<> $* < @ [ $* ] , $+ > $* $1 < @ [ $2 ] , $3 > $4 R<> $* < @ [ $* ] $+ > $* $#error $@ 5.1.2 $: "553 Invalid address" R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3 R<> $* <$* : $* > $* $#error $@ 5.1.3 $: "553 Colon illegal in host name part" R<> $* $1 R$* < @ . $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" R$* < @ $* .. $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" R$* < @ $* @ > $* $#error $@ 5.1.2 $: "553 Invalid route address" R$* @ $* < @ $* > $* $#error $@ 5.1.3 $: "553 Invalid route address" R$* , $~O $* $#error $@ 5.1.3 $: "553 Invalid route address" # now delete the local info -- note $=O to find characters that cause forwarding R$* < @ > $* $@ $>Parse0 $>canonify $1 user@ => user R< @ $=w . > : $* $@ $>Parse0 $>canonify $2 @here:... -> ... R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here R< @ $+ > $#error $@ 5.1.3 $: "553 User address required" R$* $=O $* < @ $=w . > $@ $>Parse0 $>canonify $1 $2 $3 ...@here -> ... R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" R< @ *LOCAL* > $#error $@ 5.1.3 $: "553 User address required" R$* $=O $* < @ *LOCAL* > $@ $>Parse0 $>canonify $1 $2 $3 ...@*LOCAL* -> ... R$* < @ *LOCAL* > $: $1 # # Parse1 -- the bottom half of ruleset 0. # SParse1 # handle numeric address spec R$* < @ [ $+ ] > $* $: $>ParseLocal $1 < @ [ $2 ] > $3 numeric internet spec R$* < @ [ $+ ] > $* $: $1 < @ [ $2 ] : $S > $3 Add smart host to path R$* < @ [ $+ ] : > $* $#esmtp $@ [$2] $: $1 < @ [$2] > $3 no smarthost: send R$* < @ [ $+ ] : $- : $*> $* $#$3 $@ $4 $: $1 < @ [$2] > $5 smarthost with mailer R$* < @ [ $+ ] : $+ > $* $#esmtp $@ $3 $: $1 < @ [$2] > $4 smarthost without mailer # short circuit local delivery so forwarded email works R$=L < @ $=w . > $#local $: @ $1 special local names R$+ < @ $=w . > $#local $: $1 regular local name # resolve fake top level domains by forwarding to other hosts # pass names that still have a host to a smarthost (if defined) R$* < @ $* > $* $: $>MailerToTriple < $S > $1 < @ $2 > $3 glue on smarthost name # deal with other remote names R$* < @$* > $* $#esmtp $@ $2 $: $1 < @ $2 > $3 user@host.domain # handle locally delivered names R$=L $#local $: @ $1 special local names R$+ $#local $: $1 regular local names ########################################################################### ### Ruleset 5 -- special rewriting after aliases have been expanded ### ########################################################################### SLocal_localaddr Slocaladdr=5 R$+ $: $1 $| $>"Local_localaddr" $1 R$+ $| $#ok $@ $1 no change R$+ $| $#$* $#$2 R$+ $| $* $: $1 # deal with plussed users so aliases work nicely R$+ + * $#local $@ $&h $: $1 R$+ + $* $#local $@ + $2 $: $1 + * # prepend an empty "forward host" on the front R$+ $: <> $1 R< > $+ $: < > < $1 <> $&h > nope, restore +detail R< > < $+ <> + $* > $: < > < $1 + $2 > check whether +detail R< > < $+ <> $* > $: < > < $1 > else discard R< > < $+ + $* > $* < > < $1 > + $2 $3 find the user part R< > < $+ > + $* $#local $@ $2 $: @ $1 strip the extra + R< > < $+ > $@ $1 no +detail R$+ $: $1 <> $&h add +detail back in R$+ <> + $* $: $1 + $2 check whether +detail R$+ <> $* $: $1 else discard R< local : $* > $* $: $>MailerToTriple < local : $1 > $2 no host extension R< error : $* > $* $: $>MailerToTriple < error : $1 > $2 no host extension R< $~[ : $+ > $+ $: $>MailerToTriple < $1 : $2 > $3 < @ $2 > R< $+ > $+ $@ $>MailerToTriple < $1 > $2 < @ $1 > ################################################################### ### Ruleset 95 -- canonify mailer:[user@]host syntax to triple ### ################################################################### SMailerToTriple=95 R< > $* $@ $1 strip off null relay R< error : $-.$-.$- : $+ > $* $#error $@ $1.$2.$3 $: $4 R< error : $- $+ > $* $#error $@ $(dequote $1 $) $: $2 R< local : $* > $* $>CanonLocal < $1 > $2 R< $~[ : $+ @ $+ > $*<$*>$* $# $1 $@ $3 $: $2<@$3> use literal user R< $~[ : $+ > $* $# $1 $@ $2 $: $3 try qualified mailer R< $=w > $* $@ $2 delete local host R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer ################################################################### ### Ruleset CanonLocal -- canonify local: syntax ### ################################################################### SCanonLocal # strip local host from routed addresses R< $* > < @ $+ > : $+ $@ $>Recurse $3 R< $* > $+ $=O $+ < @ $+ > $@ $>Recurse $2 $3 $4 # strip trailing dot from any host name that may appear R< $* > $* < @ $* . > $: < $1 > $2 < @ $3 > # handle local: syntax -- use old user, either with or without host R< > $* < @ $* > $* $#local $@ $1@$2 $: $1 R< > $+ $#local $@ $1 $: $1 # handle local:user@host syntax -- ignore host part R< $+ @ $+ > $* < @ $* > $: < $1 > $3 < @ $4 > # handle local:user syntax R< $+ > $* <@ $* > $* $#local $@ $2@$3 $: $1 R< $+ > $* $#local $@ $2 $: $1 ################################################################### ### Ruleset 93 -- convert header names to masqueraded form ### ################################################################### SMasqHdr=93 # do not masquerade anything in class N R$* < @ $* $=N . > $@ $1 < @ $2 $3 . > # special case the users that should be exposed R$=E < @ *LOCAL* > $@ $1 < @ $j . > leave exposed R$=E < @ $=M . > $@ $1 < @ $2 . > R$=E < @ $=w . > $@ $1 < @ $2 . > # handle domain-specific masquerading R$* < @ $=M . > $* $: $1 < @ $2 . @ $M > $3 convert masqueraded doms R$* < @ $=w . > $* $: $1 < @ $2 . @ $M > $3 R$* < @ *LOCAL* > $* $: $1 < @ $j . @ $M > $2 R$* < @ $+ @ > $* $: $1 < @ $2 > $3 $M is null R$* < @ $+ @ $+ > $* $: $1 < @ $3 . > $4 $M is not null ################################################################### ### Ruleset 94 -- convert envelope names to masqueraded form ### ################################################################### SMasqEnv=94 R$+ $@ $>MasqHdr $1 ################################################################### ### Ruleset 98 -- local part of ruleset zero (can be null) ### ################################################################### SParseLocal=98 ###################################################################### ### CanonAddr -- Convert an address into a standard form for ### relay checking. Route address syntax is ### crudely converted into a %-hack address. ### ### Parameters: ### $1 -- full recipient address ### ### Returns: ### parsed address, not in source route form ###################################################################### SCanonAddr R$* $: $>Parse0 $>canonify $1 make domain canonical ###################################################################### ### ParseRecipient -- Strip off hosts in $=R as well as possibly ### $* $=m or the access database. ### Check user portion for host separators. ### ### Parameters: ### $1 -- full recipient address ### ### Returns: ### parsed, non-local-relaying address ###################################################################### SParseRecipient R$* $: $>CanonAddr $1 R $* < @ $* . > $1 < @ $2 > strip trailing dots R $- < @ $* > $: $(dequote $1 $) < @ $2 > dequote local part # if no $=O character, no host in the user portion, we are done R $* $=O $* < @ $* > $: $1 $2 $3 < @ $4> R $* $@ $1 R $* < @ $* $=R > $: $1 < @ $2 $3 > R $* < @ $* > $@ $>ParseRecipient $1 R<$+> $* $@ $2 ###################################################################### ### check_relay -- check hostname/address on SMTP startup ###################################################################### SLocal_check_relay Scheck_relay R$* $: $1 $| $>"Local_check_relay" $1 R$* $| $* $| $#$* $#$3 R$* $| $* $| $* $@ $>"Basic_check_relay" $1 $| $2 SBasic_check_relay # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 ###################################################################### ### check_mail -- check SMTP `MAIL FROM:' command argument ###################################################################### SLocal_check_mail Scheck_mail R$* $: $1 $| $>"Local_check_mail" $1 R$* $| $#$* $#$2 R$* $| $* $@ $>"Basic_check_mail" $1 SBasic_check_mail # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 # authenticated? R$* $: $1 $| $>"tls_client" $&{verify} $| MAIL R$* $| $#$+ $#$2 R$* $| $* $: $1 R<> $@ we MUST accept <> (RFC 1123) R$+ $: $1 R<$+> $: <@> <$1> R$+ $: <@> <$1> R$* $: $&{daemon_flags} $| $1 R$* f $* $| <@> < $* @ $- > $: < ? $&{client_name} > < $3 @ $4 > R$* u $* $| <@> < $* > $: < $3 > R$* $| $* $: $2 # handle case of @localhost on address R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost > R<@> < $* @ [127.0.0.1] > $: < ? $&{client_name} > < $1 @ [127.0.0.1] > R<@> < $* @ localhost.$m > $: < ? $&{client_name} > < $1 @ localhost.$m > R<@> $* $: $1 no localhost as domain R $* $: $2 local client: ok R <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address" R $* $: $1 R$* $: $>CanonAddr $1 canonify sender address and mark it R $* < @ $+ . > $1 < @ $2 > strip trailing dots # handle non-DNS hostnames (*.bitnet, *.decnet, *.uucp, etc) R $* < @ $* $=P > $: $1 < @ $2 $3 > R $* < @ $j > $: $1 < @ $j > R $* < @ $+ > $: $) > $1 < @ $2 > R> $* < @ $+ > $: <$2> $3 < @ $4 > # handle case of no @domain on address R $* $: $&{daemon_flags} $| $1 R$* u $* $| $* $: $3 R$* $| $* $: $2 R $* $: < ? $&{client_addr} > $1 R $* $@ ...local unqualed ok R $* $#error $@ 5.5.4 $: "553 Domain name required for sender address " $&f ...remote is not # check results R $* $: @ $1 mark address: nothing known about it R<$={ResOk}> $* $@ domain ok: stop R $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" R $* $#error $@ 5.1.8 $: "553 Domain of sender address " $&f " does not exist" ###################################################################### ### check_rcpt -- check SMTP `RCPT TO:' command argument ###################################################################### SLocal_check_rcpt Scheck_rcpt R$* $: $1 $| $>"Local_check_rcpt" $1 R$* $| $#$* $#$2 R$* $| $* $@ $>"Basic_check_rcpt" $1 SBasic_check_rcpt # empty address? R<> $#error $@ nouser $: "553 User address required" R$@ $#error $@ nouser $: "553 User address required" # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 ###################################################################### R$* $: $1 $| @ $>"Rcpt_ok" $1 R$* $| @ $#TEMP $+ $: $1 $| T $2 R$* $| @ $#$* $#$2 R$* $| @ RELAY $@ RELAY R$* $| @ $* $: O $| $>"Relay_ok" $1 R$* $| T $+ $: T $2 $| $>"Relay_ok" $1 R$* $| $#TEMP $+ $#error $2 R$* $| $#$* $#$2 R$* $| RELAY $@ RELAY R T $+ $| $* $#error $1 # anything else is bogus R$* $#error $@ 5.7.1 $: "550 Relaying denied" ###################################################################### ### Rcpt_ok: is the recipient ok? ###################################################################### SRcpt_ok R$* $: $>ParseRecipient $1 strip relayable hosts # authenticated via TLS? R$* $: $1 $| $>RelayTLS client authenticated? R$* $| $# $+ $# $2 error/ok? R$* $| $* $: $1 no R$* $: $1 $| $>"Local_Relay_Auth" $&{auth_type} R$* $| $# $* $# $2 R$* $| NO $: $1 R$* $| $* $: $1 $| $&{auth_type} R$* $| $: $1 R$* $| $={TrustAuthMech} $# RELAY R$* $| $* $: $1 # anything terminating locally is ok R$+ < @ $=w > $@ RELAY R$+ < @ $* $=R > $@ RELAY # check for local user (i.e. unqualified address) R$* $: $1 R $* < @ $+ > $: $1 < @ $2 > # local user is ok R $+ $@ RELAY R<$+> $* $: $2 ###################################################################### ### Relay_ok: is the relay/sender ok? ###################################################################### SRelay_ok # anything originating locally is ok # check IP address R$* $: $&{client_addr} R$@ $@ RELAY originated locally R0 $@ RELAY originated locally R127.0.0.1 $@ RELAY originated locally RIPv6:::1 $@ RELAY originated locally R$=R $* $@ RELAY relayable IP address R$* $: [ $1 ] put brackets around it... R$=w $@ RELAY ... and see if it is local # check client name: first: did it resolve? R$* $: < $&{client_resolve} > R $#TEMP $@ 4.7.1 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{client_addr} R $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name} R $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name} R$* $: <@> $&{client_name} # pass to name server to make hostname canonical R<@> $* $=P $: $1 $2 R<@> $+ $: $[ $1 $] R$* . $1 strip trailing dots R $=w $@ RELAY R $* $=R $@ RELAY ###################################################################### ### trust_auth: is user trusted to authenticate as someone else? ### ### Parameters: ### $1: AUTH= parameter from MAIL command ###################################################################### SLocal_trust_auth Strust_auth R$* $: $&{auth_type} $| $1 # required by RFC 2554 section 4. R$@ $| $* $#error $@ 5.7.1 $: "550 not authenticated" R$* $| $&{auth_authen} $@ identical R$* $| <$&{auth_authen}> $@ identical R$* $| $* $: $1 $| $>"Local_trust_auth" $1 R$* $| $#$* $#$2 R$* $#error $@ 5.7.1 $: "550 " $&{auth_authen} " not allowed to act as " $&{auth_author} ###################################################################### ### Relay_Auth: allow relaying based on authentication? ### ### Parameters: ### $1: ${auth_type} ###################################################################### SLocal_Relay_Auth ###################################################################### ### tls_client: is connection with client "good" enough? ### (done in server) ### ### Parameters: ### ${verify} $| (MAIL|STARTTLS) ###################################################################### Stls_client R$* $| $* $@ $>"TLS_connection" $1 ###################################################################### ### tls_server: is connection with server "good" enough? ### (done in client) ### ### Parameter: ### ${verify} ###################################################################### Stls_server R$* $@ $>"TLS_connection" $1 ###################################################################### ### TLS_connection: is TLS connection "good" enough? ### ### Parameters: ### ${verify} ### Requirement: RHS from access map, may be ? for none. ###################################################################### STLS_connection RSOFTWARE $#error $@ 4.7.0 $: "403 TLS handshake." ###################################################################### ### RelayTLS: allow relaying based on TLS authentication ### ### Parameters: ### none ###################################################################### SRelayTLS # authenticated? ###################################################################### ### authinfo: lookup authinfo in the access map ### ### Parameters: ### $1: {server_name} ### $2: {server_addr} ###################################################################### Sauthinfo SLocal_localaddr R$+ $: $>ParseRecipient $1 R$* < @ $+ > $* $#relay $@ ${MTAHost} $: $1 < @ $2 > $3 R$* $#relay $@ ${MTAHost} $: $1 < @ $M > # ###################################################################### ###################################################################### ##### ##### MAIL FILTER DEFINITIONS ##### ###################################################################### ###################################################################### # ###################################################################### ###################################################################### ##### ##### MAILER DEFINITIONS ##### ###################################################################### ###################################################################### ################################################## ### Local and Program Mailer specification ### ################################################## ##### $Id: local.m4,v 8.58 2000/10/26 01:58:29 ca Exp $ ##### # # Envelope sender rewriting # SEnvFromL R<@> $n errors to mailer-daemon R@ <@ $*> $n temporarily bypass Sun bogosity R$+ $: $>AddDomain $1 add local domain if needed R$* $: $>MasqEnv $1 do masquerading # # Envelope recipient rewriting # SEnvToL R$+ < @ $* > $: $1 strip host part R$+ + $* $: < $&{addr_type} > $1 + $2 mark with addr type R $+ + $* $: $1 remove +detail for sender R< $* > $+ $: $2 else remove mark # # Header sender rewriting # SHdrFromL R<@> $n errors to mailer-daemon R@ <@ $*> $n temporarily bypass Sun bogosity R$+ $: $>AddDomain $1 add local domain if needed R$* $: $>MasqHdr $1 do masquerading # # Header recipient rewriting # SHdrToL R$+ $: $>AddDomain $1 add local domain if needed R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 # # Common code to add local domain name (only if always-add-domain) # SAddDomain Mlocal, P=[IPC], F=lmDFMuXkw5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, T=DNS/RFC822/SMTP, A=TCP $h Mprog, P=[IPC], F=lmDFMuXk5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/, T=X-Unix/X-Unix/X-Unix, A=TCP $h ##################################### ### SMTP Mailer specification ### ##################################### ##### $Id: smtp.m4,v 8.64 2001/04/03 01:52:54 gshapiro Exp $ ##### # # common sender and masquerading recipient rewriting # SMasqSMTP R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified R$+ $@ $1 < @ *LOCAL* > add local qualification # # convert pseudo-domain addresses to real domain addresses # SPseudoToReal # pass s through R< @ $+ > $* $@ < @ $1 > $2 resolve # output fake domains as user%fake@relay # # envelope sender rewriting # SEnvFromSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R$* :; <@> $@ list:; special case R$* $: $>MasqSMTP $1 qualify unqual'ed names R$+ $: $>MasqEnv $1 do masquerading # # envelope recipient rewriting -- # also header recipient if not masquerading recipients # SEnvToSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R$+ $: $>MasqSMTP $1 qualify unqual'ed names R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 # # header sender and masquerading header recipient rewriting # SHdrFromSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R:; <@> $@ list:; special case # do special header rewriting R$* <@> $* $@ $1 <@> $2 pass null host through R< @ $* > $* $@ < @ $1 > $2 pass route-addr through R$* $: $>MasqSMTP $1 qualify unqual'ed names R$+ $: $>MasqHdr $1 do masquerading # # relay mailer header masquerading recipient rewriting # SMasqRelay R$+ $: $>MasqSMTP $1 R$+ $: $>MasqHdr $1 Msmtp, P=[IPC], F=mDFMuXk5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mesmtp, P=[IPC], F=mDFMuXak5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Msmtp8, P=[IPC], F=mDFMuX8k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mdsmtp, P=[IPC], F=mDFMuXa%k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mrelay, P=[IPC], F=mDFMuXa8k, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n, L=2040, T=DNS/RFC822/SMTP, A=TCP $h %%MTA_PORT%% 07070100004789000081ff0000000000000001000000013ec23330000092a8000000760000000500000000000000000000001eff27088dreloc/MSP/etc/submit.cf.plain# # Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. # All rights reserved. # Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved. # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # By using this file, you agree to the terms and conditions set # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # # ###################################################################### ###################################################################### ##### ##### SENDMAIL CONFIGURATION FILE ##### ##### built by root@webmail on Wed May 14 15:12:17 EEST 2003 ##### in /opt/build/msp/UOAmsp.sources/sendmail-8.12.9/cf/cf ##### using ../ as configuration include directory ##### ###################################################################### ##### ##### DO NOT EDIT THIS FILE! Only edit the source .mc file. ##### ###################################################################### ###################################################################### ##### $Id: cfhead.m4,v 8.108.2.2 2003/03/11 21:24:20 ca Exp $ ##### ##### $Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $ ##### ##### $Id: submit.mc,v 8.6.2.4 2002/12/29 03:54:34 ca Exp $ ##### ##### $Id: nouucp.m4,v 8.13 1999/11/24 18:37:07 ca Exp $ ##### ##### $Id: msp.m4,v 1.32 2002/03/26 22:02:03 ca Exp $ ##### ##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ ##### ##### $Id: proto.m4,v 8.649.2.17 2003/03/28 17:20:53 ca Exp $ ##### # level 10 config file format V10/Berkeley # override file safeties - setting this option compromises system security, # addressing the actual file configuration problem is preferred # need to set this before any file actions are encountered in the cf file #O DontBlameSendmail=safe # default LDAP map specification # need to set this now before any LDAP maps are defined #O LDAPDefaultSpec=-h localhost ################## # local info # ################## # my LDAP cluster # need to set this before any LDAP lookups are done (including classes) #D{sendmailMTACluster}$m Cwlocalhost # my official domain name # ... define this only if sendmail cannot automatically determine your domain #Dj$w.Foo.COM CP. # "Smart" relay host (may be null) DS # operators that cannot be in local usernames (i.e., network indicators) CO @ % # a class with just dot (for identifying canonical names) C.. # a class with just a left bracket (for identifying domain literals) C[[ # Resolve map (to check if a host exists in check_mail) Kresolve host -a -T C{ResOk}OKR # Hosts for which relaying is permitted ($=R) FR-o /etc/mail/relay-domains # arithmetic map Karith arith # dequoting map Kdequote dequote # class E: names that should be exposed as from this host, even if we masquerade # class L: names that should be delivered locally, even if we have a relay # class M: domains that should be converted to $M # class N: domains that should not be converted to $M #CL root # my name for error messages DnMAILER-DAEMON D{MTAHost}[%%MTA%%] # Configuration version number DZ8.12.9/Submit ############### # Options # ############### # strip message body to 7 bits on input? O SevenBitInput=False # 8-bit data handling #O EightBitMode=pass8 # wait for alias file rebuild (default units: minutes) O AliasWait=10 # location of alias file #O AliasFile=/etc/mail/aliases # minimum number of free blocks on filesystem O MinFreeBlocks=100 # maximum message size #O MaxMessageSize=1000000 # substitution for space (blank) characters O BlankSub=. # avoid connecting to "expensive" mailers on initial submission? O HoldExpensive=False # checkpoint queue runs after every N successful deliveries #O CheckpointInterval=10 # default delivery mode O DeliveryMode=i # error message header/file #O ErrorHeader=/etc/mail/error-header # error mode #O ErrorMode=print # save Unix-style "From_" lines at top of header? #O SaveFromLine=False # queue file mode (qf files) O QueueFileMode=0660 # temporary file mode O TempFileMode=0600 # match recipients against GECOS field? #O MatchGECOS=False # maximum hop count #O MaxHopCount=25 # location of help file O HelpFile=/etc/mail/helpfile # ignore dots as terminators in incoming messages? #O IgnoreDots=False # name resolver options #O ResolverOptions=+AAONLY # deliver MIME-encapsulated error messages? O SendMimeErrors=True # Forward file search path O ForwardPath # open connection cache size O ConnectionCacheSize=2 # open connection cache timeout O ConnectionCacheTimeout=5m # persistent host status directory #O HostStatusDirectory=.hoststat # single thread deliveries (requires HostStatusDirectory)? #O SingleThreadDelivery=False # use Errors-To: header? O UseErrorsTo=False # log level O LogLevel=9 # send to me too, even in an alias expansion? #O MeToo=True # verify RHS in newaliases? O CheckAliases=False # default messages to old style headers if no special punctuation? O OldStyleHeaders=True # SMTP daemon options O DaemonPortOptions=Name=NoMTA, Addr=127.0.0.1, M=E # SMTP client options #O ClientPortOptions=Family=inet, Address=0.0.0.0 # Modifiers to define {daemon_flags} for direct submissions #O DirectSubmissionModifiers # Use as mail submission program? See sendmail/SECURITY O UseMSP=True # privacy flags O PrivacyOptions=goaway,noetrn,restrictqrun # who (if anyone) should get extra copies of error messages #O PostmasterCopy=Postmaster # slope of queue-only function #O QueueFactor=600000 # limit on number of concurrent queue runners #O MaxQueueChildren # maximum number of queue-runners per queue-grouping with multiple queues #O MaxRunnersPerQueue=1 # priority of queue runners (nice(3)) #O NiceQueueRun # shall we sort the queue by hostname first? #O QueueSortOrder=priority # minimum time in queue before retry #O MinQueueAge=30m # how many jobs can you process in the queue? #O MaxQueueRunSize=10000 # perform initial split of envelope without checking MX records #O FastSplit=1 # queue directory O QueueDirectory=/var/spool/clientmqueue # key for shared memory; 0 to turn off #O SharedMemoryKey=0 # timeouts (many of these) #O Timeout.initial=5m #O Timeout.connect=5m #O Timeout.aconnect=0s #O Timeout.iconnect=5m #O Timeout.helo=5m #O Timeout.mail=10m #O Timeout.rcpt=1h #O Timeout.datainit=5m #O Timeout.datablock=1h #O Timeout.datafinal=1h #O Timeout.rset=5m #O Timeout.quit=2m #O Timeout.misc=2m #O Timeout.command=1h #O Timeout.ident=5s #O Timeout.fileopen=60s #O Timeout.control=2m O Timeout.queuereturn=5d #O Timeout.queuereturn.normal=5d #O Timeout.queuereturn.urgent=2d #O Timeout.queuereturn.non-urgent=7d O Timeout.queuewarn=4h #O Timeout.queuewarn.normal=4h #O Timeout.queuewarn.urgent=1h #O Timeout.queuewarn.non-urgent=12h #O Timeout.hoststatus=30m #O Timeout.resolver.retrans=5s #O Timeout.resolver.retrans.first=5s #O Timeout.resolver.retrans.normal=5s #O Timeout.resolver.retry=4 #O Timeout.resolver.retry.first=4 #O Timeout.resolver.retry.normal=4 #O Timeout.lhlo=2m #O Timeout.auth=10m #O Timeout.starttls=1h # time for DeliverBy; extension disabled if less than 0 #O DeliverByMin=0 # should we not prune routes in route-addr syntax addresses? #O DontPruneRoutes=False # queue up everything before forking? O SuperSafe=True # status file O StatusFile=/var/spool/clientmqueue/sm-client.st # time zone handling: # if undefined, use system default # if defined but null, use TZ envariable passed in # if defined and non-null, use that info O TimeZoneSpec= # default UID (can be username or userid:groupid) #O DefaultUser=mailnull # list of locations of user database file (null means no lookup) #O UserDatabaseSpec=/etc/mail/userdb # fallback MX host #O FallbackMXhost=fall.back.host.net # if we are the best MX host for a site, try it directly instead of config err #O TryNullMXList=False # load average at which we just queue messages #O QueueLA=8 # load average at which we refuse connections #O RefuseLA=12 # load average at which we delay connections; 0 means no limit #O DelayLA=0 # maximum number of children we allow at one time #O MaxDaemonChildren=0 # maximum number of new connections per second #O ConnectionRateThrottle=0 # work recipient factor #O RecipientFactor=30000 # deliver each queued job in a separate process? #O ForkEachJob=False # work class factor #O ClassFactor=1800 # work time factor #O RetryFactor=90000 # default character set #O DefaultCharSet=iso-8859-1 # service switch file (name hardwired on Solaris, Ultrix, OSF/1, others) #O ServiceSwitchFile=/etc/mail/service.switch # hosts file (normally /etc/hosts) #O HostsFile=/etc/hosts # dialup line delay on connection failure #O DialDelay=10s # action to take if there are no recipients in the message #O NoRecipientAction=add-to-undisclosed # chrooted environment for writing to files #O SafeFileEnvironment=/arch # are colons OK in addresses? #O ColonOkInAddr=True # shall I avoid expanding CNAMEs (violates protocols)? #O DontExpandCnames=False # SMTP initial login message (old $e macro) O SmtpGreetingMessage=$j Sendmail $v/$Z; $b # UNIX initial From header format (old $l macro) O UnixFromLine=From $g $d # From: lines that have embedded newlines are unwrapped onto one line #O SingleLineFromHeader=False # Allow HELO SMTP command that does not include a host name #O AllowBogusHELO=False # Characters to be quoted in a full name phrase (@,;:\()[] are automatic) #O MustQuoteChars=. # delimiter (operator) characters (old $o macro) O OperatorChars=.:%@!^/[]+ # shall I avoid calling initgroups(3) because of high NIS costs? O DontInitGroups=True # are group-writable :include: and .forward files (un)trustworthy? # True (the default) means they are not trustworthy. #O UnsafeGroupWrites=True # where do errors that occur when sending errors get sent? #O DoubleBounceAddress=postmaster # where to save bounces if all else fails #O DeadLetterDrop=/var/tmp/dead.letter # what user id do we assume for the majority of the processing? O RunAsUser=smmsp # maximum number of recipients per SMTP envelope #O MaxRecipientsPerMessage=100 # limit the rate recipients per SMTP envelope are accepted # once the threshold number of recipients have been rejected #O BadRcptThrottle=20 # shall we get local names from our installed interfaces? O DontProbeInterfaces=True # Return-Receipt-To: header implies DSN request #O RrtImpliesDsn=False # override connection address (for testing) #O ConnectOnlyTo=0.0.0.0 # Trusted user for file ownership and starting the daemon O TrustedUser=smmsp # Control socket for daemon management #O ControlSocketName=/var/spool/mqueue/.control # Maximum MIME header length to protect MUAs #O MaxMimeHeaderLength=2048/1024 # Maximum length of the sum of all headers #O MaxHeadersLength=32768 # Maximum depth of alias recursion #O MaxAliasRecursion=10 # location of pid file O PidFile=/var/spool/clientmqueue/sm-client.pid # Prefix string for the process title shown on 'ps' listings #O ProcessTitlePrefix=prefix # Data file (df) memory-buffer file maximum size #O DataFileBufferSize=4096 # Transcript file (xf) memory-buffer file maximum size #O XscriptFileBufferSize=4096 # lookup type to find information about local mailboxes #O MailboxDatabase=pw # list of authentication mechanisms #O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 # default authentication information for outgoing connections #O DefaultAuthInfo=/etc/mail/default-auth-info # SMTP AUTH flags #O AuthOptions # SMTP AUTH maximum encryption strength #O AuthMaxBits # SMTP STARTTLS server options #O TLSSrvOptions # Input mail filters #O InputMailFilters # CA directory #O CACertPath # CA file #O CACertFile # Server Cert #O ServerCertFile # Server private key #O ServerKeyFile # Client Cert #O ClientCertFile # Client private key #O ClientKeyFile # DHParameters (only required if DSA/DH is used) #O DHParameters # Random data source (required for systems without /dev/urandom under OpenSSL) #O RandFile ############################ # QUEUE GROUP DEFINITIONS # ############################ ########################### # Message precedences # ########################### Pfirst-class=0 Pspecial-delivery=100 Plist=-30 Pbulk=-60 Pjunk=-100 ##################### # Trusted users # ##################### # this is equivalent to setting class "t" #Ft/etc/mail/trusted-users Troot Tdaemon ######################### # Format of headers # ######################### H?P?Return-Path: <$g> HReceived: $?sfrom $s $.$?_($?s$|from $.$_) $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.) $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u for $u; $|; $.$b H?D?Resent-Date: $a H?D?Date: $a H?F?Resent-From: $?x$x <$g>$|$g$. H?F?From: $?x$x <$g>$|$g$. H?x?Full-Name: $x # HPosted-Date: $a # H?l?Received-Date: $b H?M?Resent-Message-Id: <$t.$i@$j> H?M?Message-Id: <$t.$i@$j> # ###################################################################### ###################################################################### ##### ##### REWRITING RULES ##### ###################################################################### ###################################################################### ############################################ ### Ruleset 3 -- Name Canonicalization ### ############################################ Scanonify=3 # handle null input (translate to <@> special case) R$@ $@ <@> # strip group: syntax (not inside angle brackets!) and trailing semicolon R$* $: $1 <@> mark addresses R$* < $* > $* <@> $: $1 < $2 > $3 unmark R@ $* <@> $: @ $1 unmark @host:... R$* [ IPv6 : $+ ] <@> $: $1 [ IPv6 : $2 ] unmark IPv6 addr R$* :: $* <@> $: $1 :: $2 unmark node::addr R:include: $* <@> $: :include: $1 unmark :include:... R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon R$* : $* <@> $: $2 strip colon if marked R$* <@> $: $1 unmark R$* ; $1 strip trailing semi R$* < $+ :; > $* $@ $2 :; <@> catch R$* < $* ; > $1 < $2 > bogus bracketed semi # null input now results from list:; syntax R$@ $@ :; <@> # strip angle brackets -- note RFC733 heuristic to get innermost item R$* $: < $1 > housekeeping <> R$+ < $* > < $2 > strip excess on left R< $* > $+ < $1 > strip excess on right R<> $@ < @ > MAIL FROM:<> case R< $+ > $: $1 remove housekeeping <> # strip route address <@a,@b,@c:user@d> -> R@ $+ , $+ $2 R@ [ $* ] : $+ $2 R@ $+ : $+ $2 # find focus for list syntax R $+ : $* ; @ $+ $@ $>Canonify2 $1 : $2 ; < @ $3 > list syntax R $+ : $* ; $@ $1 : $2; list syntax # find focus for @ syntax addresses R$+ @ $+ $: $1 < @ $2 > focus on domain R$+ < $+ @ $+ > $1 $2 < @ $3 > move gaze right R$+ < @ $+ > $@ $>Canonify2 $1 < @ $2 > already canonical # if we have % signs, take the rightmost one R$* % $* $1 @ $2 First make them all @s. R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last. R$* @ $* $@ $>Canonify2 $1 < @ $2 > Insert < > and finish # else we must be a local name R$* $@ $>Canonify2 $1 ################################################ ### Ruleset 96 -- bottom half of ruleset 3 ### ################################################ SCanonify2=96 # handle special cases for local names R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain # check for IPv4/IPv6 domain literal R$* < @ [ $+ ] > $* $: $1 < @@ [ $2 ] > $3 mark [addr] R$* < @@ $=w > $* $: $1 < @ $j . > $3 self-literal R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr # hostnames ending in class P are always canonical R$* < @ $* $=P > $* $: $1 < @ $2 $3 . > $4 R$* < @ $* $~P > $* $: $&{daemon_flags} $| $1 < @ $2 $3 > $4 R$* CC $* $| $* < @ $+.$+ > $* $: $3 < @ $4.$5 . > $6 R$* CC $* $| $* $: $3 # pass to name server to make hostname canonical R$* $| $* < @ $* > $* $: $2 < @ $[ $3 $] > $4 R$* $| $* $: $2 # local host aliases and pseudo-domains are always canonical R$* < @ $=w > $* $: $1 < @ $2 . > $3 R$* < @ $=M > $* $: $1 < @ $2 . > $3 R$* < @ $* . . > $* $1 < @ $2 . > $3 ################################################## ### Ruleset 4 -- Final Output Post-rewriting ### ################################################## Sfinal=4 R$+ :; <@> $@ $1 : handle R$* <@> $@ handle <> and list:; # strip trailing dot off possibly canonical name R$* < @ $+ . > $* $1 < @ $2 > $3 # eliminate internal code R$* < @ *LOCAL* > $* $1 < @ $j > $2 # externalize local domain info R$* < $+ > $* $1 $2 $3 defocus R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 canonical R@ $* $@ @ $1 ... and exit # delete duplicate local names R$+ % $=w @ $=w $1 @ $2 u%host@host => u@host ############################################################## ### Ruleset 97 -- recanonicalize and call ruleset zero ### ### (used for recursive calls) ### ############################################################## SRecurse=97 R$* $: $>canonify $1 R$* $@ $>parse $1 ###################################### ### Ruleset 0 -- Parse Address ### ###################################### Sparse=0 R$* $: $>Parse0 $1 initial parsing R<@> $#local $: <@> special case error msgs R$* $: $>ParseLocal $1 handle local hacks R$* $: $>Parse1 $1 final parsing # # Parse0 -- do initial syntax checking and eliminate local addresses. # This should either return with the (possibly modified) input # or return with a #error mailer. It should not return with a # #mailer other than the #error mailer. # SParse0 R<@> $@ <@> special case error msgs R$* : $* ; <@> $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses" R@ <@ $* > < @ $1 > catch "@@host" bogosity R<@ $+> $#error $@ 5.1.3 $: "553 User address required" R$+ <@> $#error $@ 5.1.3 $: "553 Hostname required" R$* $: <> $1 R<> $* < @ [ $* ] : $+ > $* $1 < @ [ $2 ] : $3 > $4 R<> $* < @ [ $* ] , $+ > $* $1 < @ [ $2 ] , $3 > $4 R<> $* < @ [ $* ] $+ > $* $#error $@ 5.1.2 $: "553 Invalid address" R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3 R<> $* <$* : $* > $* $#error $@ 5.1.3 $: "553 Colon illegal in host name part" R<> $* $1 R$* < @ . $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" R$* < @ $* .. $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" R$* < @ $* @ > $* $#error $@ 5.1.2 $: "553 Invalid route address" R$* @ $* < @ $* > $* $#error $@ 5.1.3 $: "553 Invalid route address" R$* , $~O $* $#error $@ 5.1.3 $: "553 Invalid route address" # now delete the local info -- note $=O to find characters that cause forwarding R$* < @ > $* $@ $>Parse0 $>canonify $1 user@ => user R< @ $=w . > : $* $@ $>Parse0 $>canonify $2 @here:... -> ... R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here R< @ $+ > $#error $@ 5.1.3 $: "553 User address required" R$* $=O $* < @ $=w . > $@ $>Parse0 $>canonify $1 $2 $3 ...@here -> ... R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" R< @ *LOCAL* > $#error $@ 5.1.3 $: "553 User address required" R$* $=O $* < @ *LOCAL* > $@ $>Parse0 $>canonify $1 $2 $3 ...@*LOCAL* -> ... R$* < @ *LOCAL* > $: $1 # # Parse1 -- the bottom half of ruleset 0. # SParse1 # handle numeric address spec R$* < @ [ $+ ] > $* $: $>ParseLocal $1 < @ [ $2 ] > $3 numeric internet spec R$* < @ [ $+ ] > $* $: $1 < @ [ $2 ] : $S > $3 Add smart host to path R$* < @ [ $+ ] : > $* $#esmtp $@ [$2] $: $1 < @ [$2] > $3 no smarthost: send R$* < @ [ $+ ] : $- : $*> $* $#$3 $@ $4 $: $1 < @ [$2] > $5 smarthost with mailer R$* < @ [ $+ ] : $+ > $* $#esmtp $@ $3 $: $1 < @ [$2] > $4 smarthost without mailer # short circuit local delivery so forwarded email works R$=L < @ $=w . > $#local $: @ $1 special local names R$+ < @ $=w . > $#local $: $1 regular local name # resolve fake top level domains by forwarding to other hosts # pass names that still have a host to a smarthost (if defined) R$* < @ $* > $* $: $>MailerToTriple < $S > $1 < @ $2 > $3 glue on smarthost name # deal with other remote names R$* < @$* > $* $#esmtp $@ $2 $: $1 < @ $2 > $3 user@host.domain # handle locally delivered names R$=L $#local $: @ $1 special local names R$+ $#local $: $1 regular local names ########################################################################### ### Ruleset 5 -- special rewriting after aliases have been expanded ### ########################################################################### SLocal_localaddr Slocaladdr=5 R$+ $: $1 $| $>"Local_localaddr" $1 R$+ $| $#ok $@ $1 no change R$+ $| $#$* $#$2 R$+ $| $* $: $1 # deal with plussed users so aliases work nicely R$+ + * $#local $@ $&h $: $1 R$+ + $* $#local $@ + $2 $: $1 + * # prepend an empty "forward host" on the front R$+ $: <> $1 R< > $+ $: < > < $1 <> $&h > nope, restore +detail R< > < $+ <> + $* > $: < > < $1 + $2 > check whether +detail R< > < $+ <> $* > $: < > < $1 > else discard R< > < $+ + $* > $* < > < $1 > + $2 $3 find the user part R< > < $+ > + $* $#local $@ $2 $: @ $1 strip the extra + R< > < $+ > $@ $1 no +detail R$+ $: $1 <> $&h add +detail back in R$+ <> + $* $: $1 + $2 check whether +detail R$+ <> $* $: $1 else discard R< local : $* > $* $: $>MailerToTriple < local : $1 > $2 no host extension R< error : $* > $* $: $>MailerToTriple < error : $1 > $2 no host extension R< $~[ : $+ > $+ $: $>MailerToTriple < $1 : $2 > $3 < @ $2 > R< $+ > $+ $@ $>MailerToTriple < $1 > $2 < @ $1 > ################################################################### ### Ruleset 95 -- canonify mailer:[user@]host syntax to triple ### ################################################################### SMailerToTriple=95 R< > $* $@ $1 strip off null relay R< error : $-.$-.$- : $+ > $* $#error $@ $1.$2.$3 $: $4 R< error : $- $+ > $* $#error $@ $(dequote $1 $) $: $2 R< local : $* > $* $>CanonLocal < $1 > $2 R< $~[ : $+ @ $+ > $*<$*>$* $# $1 $@ $3 $: $2<@$3> use literal user R< $~[ : $+ > $* $# $1 $@ $2 $: $3 try qualified mailer R< $=w > $* $@ $2 delete local host R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer ################################################################### ### Ruleset CanonLocal -- canonify local: syntax ### ################################################################### SCanonLocal # strip local host from routed addresses R< $* > < @ $+ > : $+ $@ $>Recurse $3 R< $* > $+ $=O $+ < @ $+ > $@ $>Recurse $2 $3 $4 # strip trailing dot from any host name that may appear R< $* > $* < @ $* . > $: < $1 > $2 < @ $3 > # handle local: syntax -- use old user, either with or without host R< > $* < @ $* > $* $#local $@ $1@$2 $: $1 R< > $+ $#local $@ $1 $: $1 # handle local:user@host syntax -- ignore host part R< $+ @ $+ > $* < @ $* > $: < $1 > $3 < @ $4 > # handle local:user syntax R< $+ > $* <@ $* > $* $#local $@ $2@$3 $: $1 R< $+ > $* $#local $@ $2 $: $1 ################################################################### ### Ruleset 93 -- convert header names to masqueraded form ### ################################################################### SMasqHdr=93 # do not masquerade anything in class N R$* < @ $* $=N . > $@ $1 < @ $2 $3 . > R$* < @ *LOCAL* > $@ $1 < @ $j . > ################################################################### ### Ruleset 94 -- convert envelope names to masqueraded form ### ################################################################### SMasqEnv=94 R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 ################################################################### ### Ruleset 98 -- local part of ruleset zero (can be null) ### ################################################################### SParseLocal=98 ###################################################################### ### CanonAddr -- Convert an address into a standard form for ### relay checking. Route address syntax is ### crudely converted into a %-hack address. ### ### Parameters: ### $1 -- full recipient address ### ### Returns: ### parsed address, not in source route form ###################################################################### SCanonAddr R$* $: $>Parse0 $>canonify $1 make domain canonical ###################################################################### ### ParseRecipient -- Strip off hosts in $=R as well as possibly ### $* $=m or the access database. ### Check user portion for host separators. ### ### Parameters: ### $1 -- full recipient address ### ### Returns: ### parsed, non-local-relaying address ###################################################################### SParseRecipient R$* $: $>CanonAddr $1 R $* < @ $* . > $1 < @ $2 > strip trailing dots R $- < @ $* > $: $(dequote $1 $) < @ $2 > dequote local part # if no $=O character, no host in the user portion, we are done R $* $=O $* < @ $* > $: $1 $2 $3 < @ $4> R $* $@ $1 R $* < @ $* $=R > $: $1 < @ $2 $3 > R $* < @ $* > $@ $>ParseRecipient $1 R<$+> $* $@ $2 ###################################################################### ### check_relay -- check hostname/address on SMTP startup ###################################################################### SLocal_check_relay Scheck_relay R$* $: $1 $| $>"Local_check_relay" $1 R$* $| $* $| $#$* $#$3 R$* $| $* $| $* $@ $>"Basic_check_relay" $1 $| $2 SBasic_check_relay # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 ###################################################################### ### check_mail -- check SMTP `MAIL FROM:' command argument ###################################################################### SLocal_check_mail Scheck_mail R$* $: $1 $| $>"Local_check_mail" $1 R$* $| $#$* $#$2 R$* $| $* $@ $>"Basic_check_mail" $1 SBasic_check_mail # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 # authenticated? R$* $: $1 $| $>"tls_client" $&{verify} $| MAIL R$* $| $#$+ $#$2 R$* $| $* $: $1 R<> $@ we MUST accept <> (RFC 1123) R$+ $: $1 R<$+> $: <@> <$1> R$+ $: <@> <$1> R$* $: $&{daemon_flags} $| $1 R$* f $* $| <@> < $* @ $- > $: < ? $&{client_name} > < $3 @ $4 > R$* u $* $| <@> < $* > $: < $3 > R$* $| $* $: $2 # handle case of @localhost on address R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost > R<@> < $* @ [127.0.0.1] > $: < ? $&{client_name} > < $1 @ [127.0.0.1] > R<@> < $* @ localhost.$m > $: < ? $&{client_name} > < $1 @ localhost.$m > R<@> $* $: $1 no localhost as domain R $* $: $2 local client: ok R <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address" R $* $: $1 R$* $: $>CanonAddr $1 canonify sender address and mark it R $* < @ $+ . > $1 < @ $2 > strip trailing dots # handle non-DNS hostnames (*.bitnet, *.decnet, *.uucp, etc) R $* < @ $* $=P > $: $1 < @ $2 $3 > R $* < @ $j > $: $1 < @ $j > R $* < @ $+ > $: $) > $1 < @ $2 > R> $* < @ $+ > $: <$2> $3 < @ $4 > # handle case of no @domain on address R $* $: $&{daemon_flags} $| $1 R$* u $* $| $* $: $3 R$* $| $* $: $2 R $* $: < ? $&{client_addr} > $1 R $* $@ ...local unqualed ok R $* $#error $@ 5.5.4 $: "553 Domain name required for sender address " $&f ...remote is not # check results R $* $: @ $1 mark address: nothing known about it R<$={ResOk}> $* $@ domain ok: stop R $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" R $* $#error $@ 5.1.8 $: "553 Domain of sender address " $&f " does not exist" ###################################################################### ### check_rcpt -- check SMTP `RCPT TO:' command argument ###################################################################### SLocal_check_rcpt Scheck_rcpt R$* $: $1 $| $>"Local_check_rcpt" $1 R$* $| $#$* $#$2 R$* $| $* $@ $>"Basic_check_rcpt" $1 SBasic_check_rcpt # empty address? R<> $#error $@ nouser $: "553 User address required" R$@ $#error $@ nouser $: "553 User address required" # check for deferred delivery mode R$* $: < $&{deliveryMode} > $1 R< d > $* $@ deferred R< $* > $* $: $2 ###################################################################### R$* $: $1 $| @ $>"Rcpt_ok" $1 R$* $| @ $#TEMP $+ $: $1 $| T $2 R$* $| @ $#$* $#$2 R$* $| @ RELAY $@ RELAY R$* $| @ $* $: O $| $>"Relay_ok" $1 R$* $| T $+ $: T $2 $| $>"Relay_ok" $1 R$* $| $#TEMP $+ $#error $2 R$* $| $#$* $#$2 R$* $| RELAY $@ RELAY R T $+ $| $* $#error $1 # anything else is bogus R$* $#error $@ 5.7.1 $: "550 Relaying denied" ###################################################################### ### Rcpt_ok: is the recipient ok? ###################################################################### SRcpt_ok R$* $: $>ParseRecipient $1 strip relayable hosts # authenticated via TLS? R$* $: $1 $| $>RelayTLS client authenticated? R$* $| $# $+ $# $2 error/ok? R$* $| $* $: $1 no R$* $: $1 $| $>"Local_Relay_Auth" $&{auth_type} R$* $| $# $* $# $2 R$* $| NO $: $1 R$* $| $* $: $1 $| $&{auth_type} R$* $| $: $1 R$* $| $={TrustAuthMech} $# RELAY R$* $| $* $: $1 # anything terminating locally is ok R$+ < @ $=w > $@ RELAY R$+ < @ $* $=R > $@ RELAY # check for local user (i.e. unqualified address) R$* $: $1 R $* < @ $+ > $: $1 < @ $2 > # local user is ok R $+ $@ RELAY R<$+> $* $: $2 ###################################################################### ### Relay_ok: is the relay/sender ok? ###################################################################### SRelay_ok # anything originating locally is ok # check IP address R$* $: $&{client_addr} R$@ $@ RELAY originated locally R0 $@ RELAY originated locally R127.0.0.1 $@ RELAY originated locally RIPv6:::1 $@ RELAY originated locally R$=R $* $@ RELAY relayable IP address R$* $: [ $1 ] put brackets around it... R$=w $@ RELAY ... and see if it is local # check client name: first: did it resolve? R$* $: < $&{client_resolve} > R $#TEMP $@ 4.7.1 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{client_addr} R $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name} R $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name} R$* $: <@> $&{client_name} # pass to name server to make hostname canonical R<@> $* $=P $: $1 $2 R<@> $+ $: $[ $1 $] R$* . $1 strip trailing dots R $=w $@ RELAY R $* $=R $@ RELAY ###################################################################### ### trust_auth: is user trusted to authenticate as someone else? ### ### Parameters: ### $1: AUTH= parameter from MAIL command ###################################################################### SLocal_trust_auth Strust_auth R$* $: $&{auth_type} $| $1 # required by RFC 2554 section 4. R$@ $| $* $#error $@ 5.7.1 $: "550 not authenticated" R$* $| $&{auth_authen} $@ identical R$* $| <$&{auth_authen}> $@ identical R$* $| $* $: $1 $| $>"Local_trust_auth" $1 R$* $| $#$* $#$2 R$* $#error $@ 5.7.1 $: "550 " $&{auth_authen} " not allowed to act as " $&{auth_author} ###################################################################### ### Relay_Auth: allow relaying based on authentication? ### ### Parameters: ### $1: ${auth_type} ###################################################################### SLocal_Relay_Auth ###################################################################### ### tls_client: is connection with client "good" enough? ### (done in server) ### ### Parameters: ### ${verify} $| (MAIL|STARTTLS) ###################################################################### Stls_client R$* $| $* $@ $>"TLS_connection" $1 ###################################################################### ### tls_server: is connection with server "good" enough? ### (done in client) ### ### Parameter: ### ${verify} ###################################################################### Stls_server R$* $@ $>"TLS_connection" $1 ###################################################################### ### TLS_connection: is TLS connection "good" enough? ### ### Parameters: ### ${verify} ### Requirement: RHS from access map, may be ? for none. ###################################################################### STLS_connection RSOFTWARE $#error $@ 4.7.0 $: "403 TLS handshake." ###################################################################### ### RelayTLS: allow relaying based on TLS authentication ### ### Parameters: ### none ###################################################################### SRelayTLS # authenticated? ###################################################################### ### authinfo: lookup authinfo in the access map ### ### Parameters: ### $1: {server_name} ### $2: {server_addr} ###################################################################### Sauthinfo SLocal_localaddr R$+ $: $>ParseRecipient $1 R$* < @ $+ > $* $#relay $@ ${MTAHost} $: $1 < @ $2 > $3 R$* $#relay $@ ${MTAHost} $: $1 < @ $j > # ###################################################################### ###################################################################### ##### ##### MAIL FILTER DEFINITIONS ##### ###################################################################### ###################################################################### # ###################################################################### ###################################################################### ##### ##### MAILER DEFINITIONS ##### ###################################################################### ###################################################################### ################################################## ### Local and Program Mailer specification ### ################################################## ##### $Id: local.m4,v 8.58 2000/10/26 01:58:29 ca Exp $ ##### # # Envelope sender rewriting # SEnvFromL R<@> $n errors to mailer-daemon R@ <@ $*> $n temporarily bypass Sun bogosity R$+ $: $>AddDomain $1 add local domain if needed R$* $: $>MasqEnv $1 do masquerading # # Envelope recipient rewriting # SEnvToL R$+ < @ $* > $: $1 strip host part R$+ + $* $: < $&{addr_type} > $1 + $2 mark with addr type R $+ + $* $: $1 remove +detail for sender R< $* > $+ $: $2 else remove mark # # Header sender rewriting # SHdrFromL R<@> $n errors to mailer-daemon R@ <@ $*> $n temporarily bypass Sun bogosity R$+ $: $>AddDomain $1 add local domain if needed R$* $: $>MasqHdr $1 do masquerading # # Header recipient rewriting # SHdrToL R$+ $: $>AddDomain $1 add local domain if needed R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 # # Common code to add local domain name (only if always-add-domain) # SAddDomain Mlocal, P=[IPC], F=lmDFMuXkw5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, T=DNS/RFC822/SMTP, A=TCP $h Mprog, P=[IPC], F=lmDFMuXk5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/, T=X-Unix/X-Unix/X-Unix, A=TCP $h ##################################### ### SMTP Mailer specification ### ##################################### ##### $Id: smtp.m4,v 8.64 2001/04/03 01:52:54 gshapiro Exp $ ##### # # common sender and masquerading recipient rewriting # SMasqSMTP R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified R$+ $@ $1 < @ *LOCAL* > add local qualification # # convert pseudo-domain addresses to real domain addresses # SPseudoToReal # pass s through R< @ $+ > $* $@ < @ $1 > $2 resolve # output fake domains as user%fake@relay # # envelope sender rewriting # SEnvFromSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R$* :; <@> $@ list:; special case R$* $: $>MasqSMTP $1 qualify unqual'ed names R$+ $: $>MasqEnv $1 do masquerading # # envelope recipient rewriting -- # also header recipient if not masquerading recipients # SEnvToSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R$+ $: $>MasqSMTP $1 qualify unqual'ed names R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 # # header sender and masquerading header recipient rewriting # SHdrFromSMTP R$+ $: $>PseudoToReal $1 sender/recipient common R:; <@> $@ list:; special case # do special header rewriting R$* <@> $* $@ $1 <@> $2 pass null host through R< @ $* > $* $@ < @ $1 > $2 pass route-addr through R$* $: $>MasqSMTP $1 qualify unqual'ed names R$+ $: $>MasqHdr $1 do masquerading # # relay mailer header masquerading recipient rewriting # SMasqRelay R$+ $: $>MasqSMTP $1 R$+ $: $>MasqHdr $1 Msmtp, P=[IPC], F=mDFMuXk5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mesmtp, P=[IPC], F=mDFMuXak5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Msmtp8, P=[IPC], F=mDFMuX8k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mdsmtp, P=[IPC], F=mDFMuXa%k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h Mrelay, P=[IPC], F=mDFMuXa8k, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n, L=2040, T=DNS/RFC822/SMTP, A=TCP $h %%MTA_PORT%% 0707010000478a000041ed0000000000000001000000023edc9da100000000000000760000000500000000000000000000000eff27088dreloc/MSP/lib0707010000478b000081ed0000000000000019000000013eb918be000c74a00000007600000005000000000000000000000012ff27088dreloc/MSP/lib/mspELF4 q04 (44 o o p px L L/usr/lib/ld.so.1  !&(*,-/125678<=>ABCDEHJMOPRVWYZ[]_abcefhijklmopsuwxyz{|}~     !"$'),/013689;=>?BDFGIJKMOPQRSTUWY[\^_`abcefghijnoqrtuvwyz{}~   !"#&*,-.014569;>?@BDEIJKMNOPRTUX[]^_cfhijklmpqrsuxz{     "#$%&'()*,.0245789:=>?@ACEGHIKNOPRSTWY[]^bcdfgijkmnopqrstuwxyz{| "#$%')+.0349:;?@FGIKLNQSTUX\^`dgnqrtv #%&(*+-.2457:<@ACEHLNVXZ]dklmpsx|   $%'()+/2378:<=ACFGHLQSVWYZ\`abdegnotvwy|}~ !+-/136;<BDFJLMQUVXZ\_`aehlv}~vh  |Dl (v 9 ,@ G4 YsXx e s <  D <"  $2 X hx  ( p D X ! d&T  4 =߼ Ko [ p \|  @ rl  8 h    2/ D   yd 0 "=  .p` @ N [W< h } `  D t`   d   P    X  $) 0/ A $,|S` [@ d'T p q  4    h \  }t    L   |! +X 5 (<F<4 Q 4X d, o vP `  5@D p   8  (p        #  +L ; B I ,W a $l z$   lt   T  `$ \  (  PL     h% 0t \ < dG ,V/ e+<< q t|M   L "|y<  ,  L T | @X  x    #4| 4L #D . 4 X ;p Hh Wk\ cFp o x {T B( o   aT|  Q  |  )  gp   \  ` & 0 /s 9p G N ULd ct m+ s=4 |   X 0, u(   HX m   !  p T    &rd 4K8 @  H 8 PJx [  i  uτ, } |  0d h  *\ 80 T  D     P_  ( $  + 8 8 B < M $ Uv dNd n<<  \ w ,  0 ) l  r, Ԩ   < $PD (4  jH $   p  ' )Xh <h B x I` R<  [  a  k 0 r    4 tTL       $  4   ' 1Q& ;l H  M  [ D b n  ~   c    p ` $( p @ T  h `  Ȝ\ !PxD ?  DS4< SD ^ \ l_ x  Etx ! h s8  x  u8 (   p^ 0 qp  #/$ 0 ,>f4 C K Q\ ` g |`  t  h9d    L  |6 *,  P0  @ + 5 D K ^ Lp m t  *  o  lP s(  4  ] s  |  HT  !p8 * ?X K $ZV lh v P~ t(    ļp  8 Zp   d   ~<$ # / B K RWL  \$ jP s +` ٤     8!T P    h2\x  ! !D    H'Ҁ` 2p ;p M e Xp {P  P@     T j4<    iX  !  ( 3 < IH U \]m< m w  Hd ټH     T   p jpt  *     1 7.@ @X( Kn ZX f(P |  h D (l   d  T J  0   r` y t$  L4 ( 2lT 9 Dn  O0 _ h.xT L |u X  P H l   vH \T  d   @H , 4 ? ( G M WdX c`X s @y   4  ڨ4    v(    x8    L D 0, ( 04  = Rpl [  g x ' =|  pp,  pX  d   t   0<H  9 " -8 < E Q \ g (uܴp ~P     e0 }  k$  /4   L %  0 7  F S\\ ] c #|r d  KL  L[H    pgXX  $ : <t $  !KPL X %J, ) . 8\ C `P H ZTLT  g nH vr<     h  \0  <H   !p 8 8     #p  0 5 G N Ve$ e dk( y  p   (  o| X  F D  0 0  @O    )K     ) 2v Cd L F ^ j X D q {!  0 P     ( O X, u  @ d ,~`x 6H D !`T [8\d bP nT vN( n,P  l  d  T    , p  x    d t  &8 1 ; <D U ^ kl }AH` Y`  ) \    X  x \p  )     p+XP >P K^( Z c  l }    $, , j,  ,  !d  .X  H sl ;   `   "l * 5 ! A l R   p X \  f P i  vD ~   d Upp t @! l  U  H   ! !!| ! !# !0 l!7i`| !FD@ !S !ZP l !d@ !l $!s n  F !~4 ! x ! !x| ! ! !d ! !Ӹ !x ! " a`x "IP "# "* "2 "DApt "U ` "^ t"g8 "pv` " 8"x " "j$ " l" " 4 " ," "rx "gL s #SL #\( #(K  #7nH #AT #Mڄ4 #V #`J #x/ # # !h#l8 # # #,x { |0# <# #h N #:P $/ $ $$ $! $, $8 $G $Vĸ $^$H $k $t X$} L$4 $ $T $ ! $  $ t$ $xp $ % %T %# !%5@0 %F f X%S" %_ %f8 %uT % `% X % %   !   %n(  % %| al    %@h % x8 % % ,%%H &g &4p &!0 &* P &3 &; t&D &Jp &X a &f &u &| D& &Qx &~  & T& $&8 &p &], zl ' ' ')| '3( '? yUp( 'RP 'i 't \' '  'a ' ('p ' !0' `' 'Hp ' @ ' |(  l l L(l (% (/#0 (>|, (I (R 4(X (g (s (z$ (40 ( @null_map_lookupHoldErrsdsntoexitstatmacro_map_lookupstrtokstrtolsm_exc_raisenew_xsm_io_fputsPendingSignalDontBlameSendmail___Argv_get_exit_frame_monitorshmatpausearpadatesetupheadersimpl_map_lookupCurRunnersstrrchr_GLOBAL_OFFSET_TABLE_DefaultNotifyintsiggetauthinfobindstop_sendmailRefuseLAprintenvflagsswitch_map_findmci_store_persistentStopRequestseteuidInitialGidSetHdrInfosm_io_automode_environsm_shmstopsm_abort_atInetModecharmapgetfallbackmxrrdumpstatedns_getcanonnamemakemapentryshutdown_daemonmacid_parseset_delivery_modeRrtImpliesDsnTimeZoneSpecsm_strndup_xmci_purge_persistentSm_IO_DidInitcopyqueueselectxalloc_taggedclrdaemonsm_gethostbyaddrcloselogConnRateThrottlesm_stdiogetinfoUnixFromLine_exitsyserrmemsetSevenBitInputOutChannelshmdtControlSocketNameSmFtRealStdio_defsettimesmtprsetreadaliasesmci_print_persistentsm_io_autoflushsm_debug_loadactiveshorten_hostnamevalidate_connectionh_errno_tznamesendallEffGidwaitformyhostnameOnlyOneErrormaplocaluserputenvsigaddsetmci_matchSmCompileOptionssm_stdreadGrabToQueueFactorcheckfd012ShmKeyset_def_queuevalsm_strio_initproc_list_cleardn_expandsmtpdatanewenvelopeMaxRcptPerMsgsm_getpwuidgetvendorsameaddrsm_stdioopenshortenstringsm_errstringeatheader__ctypesync_queue_timeMsgBuffilenoMinBlocksFreeinet_addrMetaMacrossm_stdioseeknmessageNiceQueueRunxunlinksmtptodsnNoRecipientActiondfopenMaxMimeHeaderLengthdup2sm_strsetmodesm_mbdb_terminatesm_blocksignal_resumaskExternalEnvironPidFileinitgroupschompheaderTermEscapeSendMIMEErrorssm_exc_raise_xsm_exc_freeNumfilesyssm_matchShmIdsrandomSmFtStdio_defRestartWorkGroupgetpeernamesm_signal_noopwordinclassFileMailersm_mbdb_initializeMaxQueueChildrenSmFtStdiofd_defsm_io_readgetctladdrrmdirhvaluedropenvelopeiniterrmailerslogdeliverymunchstringres_initsplit_by_recipientsm_fvwritesm_realloccopy_classremotenametext_map_openRunAsGidsmtpsm_allsignalsSmExcTypeMagicsetdefuserDontPruneRoutesmime7to8syslog_map_lookupsafefilemarkstatssm_strsetinforenamestrchrsm_stdgetmodesm_syslogrscapbfrewindcrackaddrsm_gethostbynamesm_strlcathostnamebyanyaddrclearstatsftruncatestripquotesinithostmapsSmHeapTotalRunAsUserNamechownunlockqueuedoworklist_lib_versionsm_io_fprintfprintmailerDelayLAregcompprintruleshostsignaturesm_shmstartinitsysQueueLASafeFileEnvtTdvectopendirQueueFileModesm_addrefclrcontrolenoughdiskspacegetuidsm_debug_loadlevelRealHostNamesetrlimitfreadres_querydomainNumQueuelistensm_io_sscanfsetgroupssm_tickdisconnectnull_map_storeclosemapsmacvalueRunAsUidCommandLineArgsreplySmEtypeOssetsidqsortttypathsetnewqueuegetmxrrsm_strtollrschecksm_debug_resetMinQueueAgesm_initdoworkconvtimesm_seteventmSmXtrapDebugchkclientmodifierssm_fpCurEnvsm_flushlockfilefseeklocaltimeexecveHasEightBitsttynamestrcmpseq_map_lookupServiceSwitchFileCurHostNamectimevendor_daemon_setupDontInitGroups__1cG__CrunMdo_exit_code6F_v_GlobalMacrosreadlinkQueueSortOrdercopyplistsetoptionxuntextifyatexitForkQueueRunsdoforksmtpgetstatpset_getloadavgRealUidfpathconftext_map_lookupstrpbrktoupperMbdbputfromlinesm_mbdb_lookupRealHostAddratooctProgMailersafedirpathMustQuoteCharsHostStatDirdefcharsetsm_rpool_malloc_tagged_xaliaswaitsm_rpool_new_xsm_dprintfNumPrioritiessm_io_flushFFRCompileOptionscollectSmHeapMaxTotalNullAddresssm_getladrop_privilegesTryNullMXListcleanup_shmpoststatsgetgrgidstrerrorcleanstrcpymarkfailureputbodypintvlsm_exc_printPrivacyValueshelpopenlogfstatcheck_bodytypegmtimeWorkAroundBrokenAAAAdns_string_to_typesm_clear_events__nsw_getconfigsm_malloc_xSaveFromDtableSizesm_releasesignalErrMsgFilesm_exc_new_xsm_getpwnamstrcontainedingettimeofdaySubmitModeInChannelvendor_set_uidgetgidMaxRunnersPerQueuesm_mbdb_frompwOpModeDontProbeInterfacesSmHeapOutOfMemoryType_etextLogLevelsm_io_getinfoinit_vendor_macrosRewriteRulesinit_mdfwritegetusershellSmXtrapCountchownsafeSmHeapChecktransienterrorSingleThreadDeliverysm_strtoullPostMasterCopysm_rpool_attach_xemptyaddrregexecreaddirfilechanged_finiqueuenameMaxRuleRecursionsetvendordns_map_lookupcleanup_queuesAllowBogusHELOmakeworkgroupsMciInfoTimeoutCheckpointIntervalsm_waitsm_snprintfServiceCacheMaxAgegetgrnamfchmodsm_strdupsm_exc_vnew_xextenhscMaxHopCounttranslate_dollarscurtimeMeTooCheckAliasesrresvportxtextoksendtoargvunameUseMSPcopyheaderSmExpensiveAssertSmAbortStopsm_stdsetmodesm_pwfullnameWkRecipFactinitdaemonxtextifyopencontrolsocketmci_traverse_persistentLineNumberWkTimeFactsmtpquitBlankEnvelopehost_map_initaddheadersm_sigsafe_seteventmsm_vsnprintfimpl_map_closeisattyDataProgressDontExpandCnamesimpl_map_openSmHeapLimitBogusMapClasssm_stropenExitStatendusershellseed_randomRealGidprog_map_lookuploseqfilemakequeueHasWildcardMXudbexpandatoboolprog_openMimeModeqid_printqueueUseNameServerfcntldenlstringMaxMessageSizeprescanuser_map_openSmRpoolMagicvendor_post_defaultssm_stdiowritecommaizeisloopbackqueueup_macrosfatal_errorshorten_rfc822_stringdn_skipnameQueueLimitIdsysconfclosecontrolsocketsmtprcptsmtpprobeSuperSafesm_io_setvbufLocalMailersleepsm_refilldumpstabinitsetproctitleshouldqueuesm_strseekinet_ntoadumpfdsetuserenvdoqueuerunsm_etype_printfStatFilesm_exc_matchDontBlameSendmailValuesShutdownRequestTimeOutsarith_map_lookupxputsmci_scansmtpmailfromnull_map_openreadcfRestartRequestLogUsrErrsDeadLetterDropsm_strwritefilesys_updatememmoveQueueIntvlprintavlseeksigactionsm_io_fgetshost_map_lookup__iobdns_free_dataMaxMciCacheusrerrenhsm_wsetupTrustedUidinvalidaddrsm_vasprintfrefuseconnectionsopenxscriptstrncmpanynet_ntoagetservbynamemci_dumpopenmapsm_strcloseMaxQueueRunisheaderSingleLineFromHeaderusernamepend_signalMaxHeadersLengthsmgluesm_malloc_tagged_xConnectOnlyToassign_queueidCurHostAddrmci_lock_hostclearenvelopeoptargQueueDirsm_sysexmsgsm_abortmap_rewritepickqdirmacdefine_taggedPRSATmpCntproc_list_dropmime8to7WkClassFactget_columnfgetfoldedOperatorCharscheckfdsputxlinesigemptysetWarn_Q_optionCurrentLA__fsr_init_valuesigismembergiveresponsesm_setproctitlemkdirsm_io_setinfolstatforwardpath_is_dirstrlenFallBackMXMyHostNameacceptrestart_daemonSmtpGreetingprintaddrtzsetSmFtString_definittimeoutsProcTitlePrefixrestart_marked_work_groups_DYNAMICsm_strlcpynsm_debug_setfileForwardPathstab_map_lookup_edatacheckfdopenmark_work_group_restartsm_stdgetinfoinitmapsHostsFilesm_stdopenResNoAliasessm_signaldns_map_openchrootmci_newcheckcompatmci_unlock_hostatoiDaemonPidatolsm_io_fopenproc_list_addmacnamesetdaemonoptionsSmHeapMaxGroupfill_fdcontrol_commandmakemailershmgetDefUidres_querysm_io_reopenkillbestmx_map_lookupfclosewaitpidsm_io_tellsafefopensm_stdioclosesetitimersm_stdwriteaccesssm_makebufprint_single_queuesm_io_dupsm_realloc_x_endDisConnectedres_searchmallocsmtpinitSmDebugMagicmemchrCurrentPidproc_list_displayprintnqebogus_map_lookupsm_fwalkInCriticalSectionsm_stdcloseopterrparseaddrdequote_initBadRcptThrottlesm_stdseekgetmodifiersvendor_pre_defaultsgetsocknamesigprocmaskVerbose__xargvsm_strlcpyseq_map_storegetoptMaxForwardEntriesproc_list_setreapchildload_if_namesSmDebugSettingsoptindbfopenset_op_modemci_getrunqueuesm_io_openRuleSetNamesgetgroupssetaliasaddquotesDefUserFastSplitsm_stdfdopendns_lookup_intnicesigsetjmpUdbSpecmakeconnectionsm_io_ungetcfinissetsockoptsendtolistgetrlimitendpwentIgnoreHostStatusclosedirMimeTokenTabfreediskspacedns_map_parseargssm_strlcat2SmEtypeErrsm_debug_addsetting_x__xargcSpaceSubDataFileBufferSizesm_strcasecmpsm_io_closeSmExcMagicConfigLevelmakeconnection_dsUseErrorsTodns_type_to_stringflush_errorsrun_work_groupSuprErrssetreuidproc_list_signalsm_stdiosetinfosm_io_stdioopenclosexscriptupd_qsSmFileMagicSmDebugInitializedsm_wbufsm_exc_writememcmppipesm_io_seekmacsetgeteuidsm_strncasecmpIgnrDotincludesm_vfscanfSmHeapGroupOsCompileOptionsNoConnectSafeAliasMciCacheTimeoutstr2prt_startremoveCurChildrensm_rpool_setsizessm_strexitusrerrsm_rpool_freeDialDelaysetuidsetregidproc_list_probeDontLockReadFilesVersiontTsetupDeliverByMinRealUserNameDefGidimpl_map_storebitintersectstrstrsetsendersm_rgetshmctlNextMacroIdgetdtsizesm_clreventsm_whatbufsetclassEtypeQuickAbortQueueLimitSendermci_dump_allgetrequestssfgetsauth_warningMaxMimeFieldLengthendmailersm_free_taggedmemcpystatvfsMaxMacroRecursionsm_heap_registersm_flagsgetloginwritablenull_map_closesiglongjmpregex_map_initgetpidsm_cleanupNoAliasFileNamename2qidDoubleBounceAddrsetclientoptionsswitch_map_openstab_map_storelogundelrcptssm_abort_sethandlersm_heap_reportstabapplyresetlimitsbitzeropsm_dflushsm_heap_checkptr_taggedqueueupseekdirSmExcHandleruser_map_lookupMaxChildrenMatchGecossm_strreadgethostnamesm_stdsetinfosm_strgetmodesm_malloc_taggedsm_exc_newthreadSmIoFmci_cacheVendorCodeUserEnvironConfigFileReadDefaultCharSetputlineprintopenfdsFullNameFromFlagControlSocketsm_stdioreadgetppidfinduserSmExpensiveRequiresm_debug_file_PROCEDURE_LINKAGE_TABLE_SmtpPhasefind_character__environ_lockOldUmaskqid_printnameSmHeapOutOfMemorylog_sendmail_pidsm_stringf_xdequote_maptTflagreturntosendersetup_queuesgetsockoptgetegidgetenvcataddrrunqueueeventColonOkInAddrlogsenderfixcrlfsm_sysexitmsgclrsessenvelopefsyncputheaderstab_map_openchkdaemonmodifierssafeopensavemailtolowerSaveArgvchdirseq_map_parsebuffer_errorsTrafficLogFilesetgidregerrorXscriptFileBufferSizesm_rpool_malloc_taggedregex_map_lookupSmtpErrorPrivacyFlagssm_strgetinfosm_io_rewindsyslog_map_parseargssetusershellMaxAliasRecursionmci_flushsmtpmessageNumFallBackMXHostssm_debug_addsettings_xInclMailerSyslogPrefixLenTokTypeNoCusershelloksetdefaultsSmXtrapReportrmexpstabSmExpensiveEnsureHelpFileisenhscstrreplnonprtunsetenvQueueLimitRecipientsm_vstringf_xmakelowergetcfnamerebuildaliasesstrtorwsetmailfileioctlsm_io_vfprintfPNumFileSysstrtodmci_setstatinitmacros__cg92_usedlibresolv.so.2SUNW_2.1SUNWprivate_2.1libsocket.so.1SUNW_0.7libnsl.so.1SISCD_2.3SUNWprivate_1.1libc.so.1SUNW_1.21(0 ="( Nq(( =(((0zt( Nq()y)  Nq( L   ~   hN M   l   =  S  U   >  ( 4 @ L* X? d9 p7 |U          2    ^ $ 0 < H Ty `{ l x   p ?   A  I        ,c 8 D PM \ hE t   ' a  { a        8 ( 4 @O L XO d p |   5 . 2  q l     N  $ 0 </ H T `T lv x  J k  ' | q \   i f W  6 , 8 Dq Pk \Q h tl (    A h   { K  v % ^ (5 4  @r L X dc p |`  ` o !    V  " e Z   $ 0B <  @;"aD;"a"bD, @'8 $8+`-` `?-)¨"<- =--% # @]G@]Ӑ!"H "L@]@@@]@] $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$`8((T0((((((x((#((T(&('H(((((((((((T((x((T((((T((%H((T3666366666667666666666666666666636667566666673667646667|#Є7#`!'H?' 5#l3'a0'#dw/wwww@w ; ᐀<@ $@;$ h ;@\!!d!?@\$";"􀠠@ \@\@\@  @\@\"H' ''@\'C@< Ā!  @H ! ' ! @    2H'@@  2H'@@H '@' H $  H$  H$ @\$ '4O@  MT@\ @@d@8`@ B < B ʐ! \@@ ?0@{1 d C@\'4HC'? @ Ccc(!'&O@ <􀠠@'KH< @ @ܗd@ܓ d`@:F@D? m'( /@\Q  '2H`'M@\H`@ i?(.MM@\=l@ p?(#MM@\2t@ d?(MM@\'|@ h?( MM@\HM? H(Md@` @\?@'d&@G@ '@@{? @ qMqHnM 'jM@ @ dML@/@"@ M@[ @@@[' 'ʔ!ǒ '@'Д@@Kᴄ ;B \?M(888@? @'bH1M@2@H ' 'b' D6@(?(MM@˒? @'M@? @'d`@[,'?2Oz @ "H"H܀"HM`@?@ ? 0@[r dЀ"H" 'H@H?@ ; WH * %H *('H2O@[VВ @[=  @ @܄ @ @  dO!@1@," dO!@< x@3@?@HH?@=x!@ @ ?M ?"@u!?0 @!!ȀeH ?ʐ @  @̔ ?􀠠@@Z??0/HH?@?D ,@ZH@ZD ,@Z?< 䀠H ?;\H?> ?0/&H'@Z@Z@Z@Zʒ@YLD>, @R!t'`@  @Z' ' 2Odʒᐄ(@ה"6@ t"7@`@''' @/@Z ʒ᠐ @"=@Z @t`)`  `'"H(''@ޔ@Zd '$@' 2O@t( ?0H ?ʐ@@|?0!?#@ H%?@ߐ@ʐ@גL"  @aʒ@ΐL"  @aʒ@Ő<h@D?0 H ?@d@c?0 &H 'l@t@X'll8 M< 8b@ 'HM@Y ʒℐ@2"ʢ@ @YMM@ⴐ !B@  @Y <M @aB H <@Yʐ @ "@Y#$#<H?@Y?0@<  #H @;  ` @@< <<9A% !" @!b @"b@ @!"!b @5'`☖ #\ v@U"\@Tt!O\\#h"Hh?0H!@!ʖ\ⴐ#\  w@:"!ʖ\⼐#\  j@0"\@6 w\@Yq .#H6'ʖ J Đ  m"H#\@"@YZ .@ (?0H\\@ؐ̒\@6 w .('@YB .@' @Y< .2O@Y:T@U'??0H @@{ʒ@@p\\'?0H@ʐ  k"#\@Ŗ@6 k@6} whH_'"H'@?0ʐ &H@{# w@6b @'O?'h@9/ hh2HOh 2HO(@X@X#M@  gO쀠@?0H@>@6' wh @'(2O/@$ , #\ b@Q#!@4d;@ |  M@`B @Xp h?@'b㜄'`A5H (@Hc@ ' ''O@?HmHsHaHvH tH M@g?O@ H !@MP@Y?O!@@X*!ʒ4 @c#A@X,!%O?􀠠H!@ '@X!ʒ< @P#G@X!'@ <􀠠@'K2H''< O@?HmHsHaHvH tH M@?nO@ "H `M@?`O`@ N@}< @ UO@#xH@N@WÐ$ʐ D@#[N@WĒ('`@ x@K @Wʐ L@#]@ @> @W'`@@W`H%O/"O@?HmHsHaHvH tH N,@?O@ H !@Nt@?O!@@Wm!ʒT @#d@Wo!B O@?HmHsHaHvH tH N@s?OHOHON@d?O@?HmHsHaHvH tH N,@I?O@ H Nt@;?O@@W+ *00N580@c(\ #\ c@Ś#rH@ᴀ HyON@< @ qO@?HmHsHaHvH tH N@?VO@ H <N @?HO<  lCO@?HmHsHaHvH tH ND@˒?(O@ H N@?O @"d !@@8!"t #\!@K#!N@nĀHO!@'@V ,'HN*  'N!@Ỳ@@@ !!N@MԀ@@ !N@A܀@@  N@< @ $!2OO@  H@*O@  @* O@?HmHsHaHvH tH N@5?O@ H  :N@@'?O :@@V !'H!@*  'J H@@U! |@̔#'@@!!ʐㄒ  s#\@#@!#|HHUO@U|!㌐ @#'!@@!!ʐ㔒  r#\@#<O?Hm@dHmDHmpHmPHmqH mN@Hx< @  OmHB@ qB @@#H!0 0?#tH@ @;@#HS&@;G@ ʒ@$a'@Umʐ @$a@Unt@$ $ $  Of@p 'O@x '?? 2H  H@HO e@@'It@ N@< @ OȀ@ N@ؐ< @ O@U$ʐ @]#@@U$'O@ ʒ;@@O#a'@U ʐ @E$a@U tB$ $ h$  hOR@ʒ @2$;@'ؠa@Tʐ @'$a@Tt;$ $ |$  |fO@@ m#@<|'? H @N@y< @ @HMO< @ HO@?HmHsHaHvH tH N@В?-O@ "H O(@’?O@ O@:`< @ O@%O@xt@%@O@l|H O@< @ ʒ @ #\@@,$VO@?HmHsHaHvH tH O@m?O@ H <O@_?O<  4O@?HmHsHaHvH tH O@??O@ H @O`@1?O@@MD@ O@< @ O!@@S!ʒ @.$g@S!%ʒ @ #\!@$ieO@} <􀠠@'KHP<P @@S<?@d H @@ ;  @ᴐ? @ ; @ @O@J< I *O?  @ "Oː @'{ O@ @'r O˘ f @'i O  @D @Od`@Sr'?2O<􀠠@#?Ht2@GH@ @) @ Ѐ@@ @ђH8˒ @ , 4 #\@$&?Hm@sH@ < @ @H˒ @ِL \ ` #\@$@h@4/ ?@I"@@; @4& |P@#H;??􀠠H6?(`H Â|PO@@(|PH Â@O@(|PH@O @y(@9OO|R@@6 ?􀠠HNC@R?HGC@R|L@ `H ?@|L@ `?0/|L@H`@@x@R|L@@R`H?@RxO|LH@@/`  @ Q G?0/ H C@Rd@R\˒@C䀠"H@@yʐ@ȐH <<xPiH<Oh@?<H?Hd@DH ?O@Đ  @  @?Hm@sHqH aHdHDH @  @b  H| @\|#p @V>@#@`H@O@ƐO @@R<@սH '@+ÔO@< @2?Ht@d@ 'H3@ @  -@"H+@DH(@@ <􀠠@'KH < H@<H@@Q@O@QH @O@u,  @  N@|H <@@!  <@M:  'ᔖ  #\ _@y%mU pH\? ˖@\!O\\H>@/$ m>H?@4?0 H??H@@$˒@!<|Hh@@5$˂|H@@?0&H)@ @@@ߐ w@@d@א j@@@ϐ m@@@ǐ k@@H O@Ēp@"H@@ t2H O;t@tЀH @@ tH?􀠠H#BH ?O㨀HO@4 @~,O?@'@% @ H @ @0 0? @@H?! ?HqH <?􀠠H<@ < #H @O@s @H<?H <@ P0@?<H?@H ?< Pt@ג??|D#H>@BH>? `cHt D68H?(? |D@H>˄ `|D@`H ˂|D4@ `|D@`|DH?˂@H `?0A|D@H?`@T?P|D ?H ?"@P`@48 ?P @А  @  @>?$H>?0AH@Ґp@Ӑ ?#0'A&H@Ő<<  <Hg>??0AH<@<  x@ S>@@s tH$<??0AH?@?P ?"􀠠H?P@3Ԑ ?P @,  @  @< ?P"􀠠H ?? @X  @  @?$H><?(􀠠H>?0AH<@ZH< (>H?%?H; p>H<@@Q e'H@NϠː @|&@Nђ> <> <PH9<@@0 l'H@Nː @{&@N< P9< P9ː̒\(T@T!O\@P@Npː Д&@u P@N|#C#HC˒@=&C  .@Nu\ː &@Y @Nv\#C#ȀHC˒@"&CĒ . @NpCHCP@C@+ې w˒ @h> |4P@@ `@ @  ˒ @h+ |4<@@ ` T?Ht@HP@Ő̒ @h |4P@@ `@   B  T ( ̒ @g |4P@@ `@$  ;  x ( ̒ @g |4P@@ `@@< @ <<  H9<<T"H B"`T  # T`@#`T@ T` @!` T BT `! T "H; ! ;x "H< ! <H <T"HB ! BT"H; ! ;x"Ḧ ! ̐ n@+̐ s@+0̐ e@*8̐ e@*@̐ e@*H̒ @P@*h̒ @|@*̒ @@*̒ @@*ْ̒ @@*Ғ ̒ @@*˒,̒ @H@*Ē\̒ @l@*̒ @ݐ@*̒ @֐@*̒ @ϐ@*̒ @Ȑ@*̒ @@* ;t"@?H@?Ht"H@d0 0?@= @HtH @P@\< N @!@"H?@ H?@@G!P@?$!?H@q2H+Ȓ?􀠠"H%?$"H P@LH?;Pt@]?Ȃ@`"H P? @WԐ  @q MȀ"H<@'?H<Q? @C< @\ < H ?HtH@N @? H'?i&@SdHHp@@? @{J | @̘ H)(@# `@<\H@@`@? @ `@O<  @  @"  @ x?s"@"s?@M< @ j?&@JH "H̀hHb?|@I( @  @ U? @!4!"!@ !̔D #\ @њ'% @L!̔X #\ @š'? ̆"` @%@ !l  #\@' ?"H)PH? @z | @Ȑ@9   @  ? @  @ ?0HZ&H'@'@("H@'&O@ߐ '@zE? H< x t@$ ɐ@ @KH<<  (<(H Q@?QX@?̒ @'tȔ  ̐ "b#\ @8(& hP @ `P@ hT@@ `@K `H;| @wX@ˢ #<Qc(tHɐ0@j?ɠ0?@oɔ?@Ŗ(H@ @K? '2H* c(HQx@F?@ !Ȃ!h@`HJHQP@@QQ@(>L@`T ` $!h @` $!hQP@`@@ H @ ` H @ `Q@ `HɂP0@`@?@@`P@%!Ȃ@!h@ QQ@Ӓ(K@@ ` @@ `@`$!hO9@5Ȁ@ P@`"O,@(ȂP@@`"Ȁ qH?? <@H?? `<(@H @J<@ `H<<< @`H B d@ <@x@JCC8?@C 8'@( `H)`b @(b ? P8b (@') 2O)`? <8" P@(ĀH`  `H8@` `8@` `@ @Q << ( @(<Qx@(  @+ <d@.0@(@4@@ `0@(@4@ `O0@`@?H <4@`@ϔ <dO< @ ?CH  sH ?̒@? @`?Hd@? @?䀠@&?0cd@"?@I@'Q@C @  @c B< d< @ L @I{!!C @l@ ?~hH@(`d@ +?~hQ@@ C8 `  @Đ@̂~d@ `̂~d@ `@1z~h@~d@`@, ?0~h@@Q@ Q$QȂ~i@(%@-& ̒ @̂~i@#\ @)"̒ @֐` @1?  ̔ "#\ @)&| @>@i | @8`    @@#?O   @4  @v @1"'@ ; @ |H@C@Ȗ' A ̐ c  _#\@)@%L@' @v?Ԑ 􀠠 @-?Q@+ɒ Ms@d@|H@`@#>@HQ}(@@' g̒ @r }(@A ̐#\#0 @)P̒ @\8ȔB A ̐ #\cH @m)̐P#>@J 'Ȥc@HĄᔖ` #\@W)@#c@ }Q@@ܒ  h}Q@@Ғ ̐h@ ̂}@#\x @.)M d@ !?B$"@('؄ $" @ ̒@t)' @GF @EԔ?d@MdO+@d@k  @z Mv@@u. v8 $$$+@zg̒ @Őa ̦ ̔#\㔘# #@@՚*!̒ @a ̔#\# @ƚ*"`   @{O taĀ "H@Xs؀2H  [؀@@Fa[؀"H aQ@쀠H\@H f"@V$0J "@R$0@Fؒ @@#@F@6 j@Fa'*<@'@& j̚@Ӕ @F̐ a@*B@F'̐@>ؒ@FLa@*D̐@>ɒؒ@F$0@8*E@ sH@aB ̘##\  s@2*I@ ?QH @("('H!C<4H!C!"$ $@~!aM vH ;@   !C@ @#̐ )@@4 $#$# <!M H  "􀠠H  @!" v@$ <4"@J!?%! @a$; @ؔ !HP<@<􀠠@}@ ` } A@  `}@`@ ?'QL@H(̒ @a̔#\ @*%!!?$ 1@ &H!@j!H!'<@ uH'< @'<<4 H@Y @ < @v ?'@|@ `|?@ `|@` @?' |@`4d 1H@$@ @!$ @@< < @Ĵ #<%?cx  LH>?􀠠OH >`Q@'L>cx ༀ@ s@ m"H aH t ߄ "H  1 T ( 2O1 T  tH@  㿠'?  d @;@E<  @?$͒@X ddH+?@Q蠠+?a􀠠]H  Q `@' @Β  );@ʒ <?x  m ɦ 0 <! `_-DH @A4@A5@A6@A7,?  ;#d#`aD#h#\@!\ @:@? ; @< G!\!a" %,@Ak%@〒 @Av'?2@@A2HR@x【@Ai&@ e @AaH*R G$@xV @A>@ @  @@' '@A??2@@@@6R "@-,@A7 @<@ R@@ H @R〨 G@xuP@  @ @@  H  G@@R@x`t @  `_ G@xU H#,"@o@@,H+@@,H%@@|,H?@@|H@@q@3@@,H@@k,H@@_,@"@@_,@@@?H,R G@x@@,R,H @x GR@x G@@?,@ @@ 2H , GR@w8,"H @@2HR G@wt "H" `_ 2H `_!< 䀠"H `_@@"H `_@@"H `_  @@@w 2H `_  GR@w `_H@?@?@?@?͐@,@ `_ H@x@@KH=@ H6`@R@w4 R  0?@@!HR4 Æ  R( 2p? c @@ !H R͔@wbH@?@?㿠  H#(@?@?@`@C @@= @8 @4@? @O@)N  @ L "O .H=$H H#H?"HL -"@L 8@ ."HL /"@;."HL ?@(@Xm<@cC"HL D@f @H@ a@ #\@/;H @H@ (@O;Hw@"@`L` "@?@  2O```L` @?2O` "O`,`- I 8H@,`OӀR08@?R0T?@ @造M"H@S@ɠ 0 @H @ Rl@?* 84 R  `  H@%` ` @ `(`%``?@] R ``(`%``@"`@m` `@%` ` @ ) `%``?@; `) `%``O`` @%` ` @ `(`` %`?@ ` ` `(`` %`@%` ` @) `%` ?@ ) `%``@"`@l` `@%` ` @ ) `%``?@ `) `%``O`` ? @%` ` @`@(?@Ŕ  `(`%`2OL`  H`@5 `&O R0@?R0㜒?@@d@@]p R0@?R0В?@=@  @v H@X @j H @1@ R0@ג?@l(R0@͒? @= *HRH2HR@R(  @ RH2@R2O(R@=ْ@J 2HL @,L@ 2O,L ͤHL R@ɐ0@?S (@KH S<<x   S@<0@0L@ 0S4@e?hd#\   @e SH?@R`H{Shl@F?OS@t@.SLS|@ɐ0@0?d@x!! @ S0@"?<dH! 0?@OS0घd?@@ՒĀ@oS'`L@ SɔȐ0@?@H L @O2O "O  , @V @ S0?@ۖ   @ @@ S0?@ɖS00?@'XX'\`` `@ SH?@SX?@S0@?@bl@lS'T@<p@^J H@- M  @ 2O- "HI"@E@Aɐ @V6 @ S0ᐒ?@c- $L Ɇ @a0 ` @`S`S#\?@ET<$@ xSH`(T?@4$` S0t@,?S@䀐@]-L$@PeHrRH E"H# ?H"@ "H ?S"@ @ e"H ?h"@  "H ?s"@ LOԀe r H  s eḦ́ h/ |/ //@d%$Ȕ a#\√ @v S0@ʒ?S0@@^SL@S@?͐@dS4@?@i$S@H`@`?`?@ #\$  @Ú@ S`@?$` ?`@SI`H SS p@o$`  ?@f$` ?@^@L ;@  M @ 2O @kɤ; M @b2O "O   - @ HZ1<#   H ,$@"H;LS ɮ!0@2 @] @% @#脐"H L ?@L "H L ,@  L @, 2OL L Oې S̒?@M 2O#S0@֒?R   @ ` `2  * H S c!0?@㾐/?' K &HV T@# V T<-l H ,&  @ `@Tf @   %,, @ S@ِ@S @P,H` `DK@E@ H K&H  @ @ 6 T@~ ˒S@tb0?􀠠 $H  @~ S @@    K``H  @& @   6 T@& & & $@=&   S HTV T"H6 T@:@@S@9 `t!!@ @ ,S\@Y!, @ `@SΔ @ " %,, @ S@A@ S@,H` H8Sh@:2H@9Lᔒ`|@, @9& 0؀"H  Sp@?& &  6 T2H d` & dH`(& d㿠%à, @ ͐<@Sc @  $,, @ S@א@S @O,H͠D h5?KPH @~ HS;ШL` 7ÀH3@ `L`@ 32O`@3ah̒ @(HT@ 2@ې&(HTS@pah@h 2̒ @R    @9T@9P%@-J :@* @&K%L`@ "@,0 0?`2H`@ ``L`O" `"H K,``K%KH@~] @R @T@pW$#`R @T@pNH` %  % H `ah`(%(&ah P2OZL`S @p,7?K|&H   @~ H& !?"  /@$HK`@n<"HF```"  2H9`?@n(@0K`&H`  @}` `$` ` @4$` ` @.`0 #d? 㐸  %X  @$H<;$X @6%X@*(@F, J?\@ $ $?&@@X @6w%X@@ J?\"O$ , (O "H, "OT@@ @m@$@?$"@@  2O ;O H "H3 "@ H#@  (2H% T@m  H::H: @ : L @:@ 2O :@T@m   -<#\x 0 :@R @T8 @mL  H@  L @2O @5H BH HB( B@3TL @0`@,2H ,@ L @,2O ,"O @0#\,x @ ,2H,@nD,L O؀@$@c?$?H @ٔ H$ @1$&?@@(X @5{%XOOT@n|@$@/?$"@T  2O O @T@lDT@+ȀH@e@5/#p@5, @#lO`?2H` @H?@ O HTL 2@ `TԦ @l` lp4H?@$2OsX<<hx (> 㐀H ?`T@o?T 8H dH T#\4`@9? KX&H @zZ    -<HV THp"@ HH H!T@lDl`& !`$#\  z@b#!`,  u#\#@Y !`4  h#\#@P p2HpT@4{`< @a#T@4}%pp @  :@4 :@ * $@ ,``O $@OHk KH`D@y @z@e@@ K `XH?@yؒ?HH!? !@q$!T@ $!9H6&@@4>xH D@HD<@H#D?, 􀠠"H H <@qgT༔@ <(H @qYTР@nO~HT@n 4Tx@i 'H @4/L ,l(lL,`L,`,`,`L @`L ) ,``L )  )  L) L) L) ) L) L) L) L) ) H) H) H) H) H) H) H) H@3) ܆ @O @3< <  !) ܈" ) h cl@ "$@  @"4H@ ,  G,  T,  M , m+  @@  @ -,   +, H"""%:g8 ӠI0 a :`8 ("@*`" 8JI:`J2 89`0 !@ :`8 0, )`(10 9 *!( "@ 0, 00, , "H+  K`"H+  (, , K` H )aƀ:@  )(K`` @*O( )(+ `L`@@  ? x@3@@  ?1Ȫ! ,@ @@ ?@ !`@ה %2H%`%@y @ ?" %%%%@2% !` @@%H`(` @[ `(@W @ ?@?% ?% `0%$%($ $jH@x  G؄ x@O @2 @2.@'tt'x? '| @_'`@`"@ $ $  (?㿠 $ H  H@2  !4@( "H @2. H !;@0ΐ8@!> 㿠 $  $ H H@!@2 $ (@= $ @ ?j&H5 $ @w@/ $ @@  ?@2k @ @ࠀ@2H?  ࠁ?@&@2Z &@?@  O $ $% $ @ "H  $"@  $@ $ "`$`$ "`$`( "`$? "㿠 $`@ ` @2 `$@ @ࠀ@2H?  ࠁ?@2` 6Hm`$?`$ `H`H@!@1`$``@4H%`(HO`$`2@ ` @1 `#` @to`@1@ @ࠀ"H@?1"H=?  ࠁ?%`  %`@@  ?`$ @1@ @ࠀ@2H?  ࠁ?@&@1` &@? O`$`$`(%`$4H%`(㿠?@[ ?  $ @ $"@ @2!? jHx@vX j Hx p@vx@1$ @@ ?@1 % )@@s@0 6@$ % ? $  @ @1H 6@?@   @1A&@?&O "$$H $@y 㿠? @ ? & @ 6@ $?` $`$`($H``@0`@` @1  㿠cH "H $@#H@H!@AA@Βᜀ @$ @~#E$ 2H5 $  @ ?$  D@? ?  & @ 6@ $?  $ $ ($H  @0J @  @0    ?xU@ U @?N &H ΐ@u Ζ#`#\ @ @@㿠 @rq <4H @ H@U@h@Φ܀H@r H @ (H @ 2O@q @Q@q 2HM @q @F)?,@q HC>H  "H@"@ 0H D"@ L H @qP @qH  `@`,2H`( NH`l@u9` @qu`(`2O`, @& @@  'B@ d㌤H;@/ ;X㌦H@/rHU@g@  @l& <   @ϔ @ ?@/x@x&!&! ?&! $ 'D'H `'L'P@'' ? '@'@`''' '1 ?' "@'10? ' ;'܄Њ('؆ !! <'''''#@ ''' ' H?U@i%T?N&H@tX@6 @/Ѐ@$?P$HH?@ U΄d''༔  @H@ ࠀHUP @glD( (@( 0 '?P$ N#&Hΐl@tEȆ(@ DȄ '' N`^2H$@ )@% @$@b?''$''耠@  @$)@  %;U "HQ2HL2HC@?耠@U?@} : @*   @ ( @    '''?@ '''@ޒ?'' ( '耠@@"@' N `^; Nᘄ 0?`^ &H O@sH "H耠"@"HS耠"@耠.2H '?Ȁ 2H 2H @耠 @  @ '(2@耠."H~?Hs"Hy耠d"Hv耠a"HsȆȀ @ UU @r̒!'t( 't( .Ȇ''X耠 2H@aȤU @ UT`@r!'p( 'p(?Ȇ'HU᠀s@d"H aH Ȁ @ U@r!Ȉ 'l(Ȅ  'l( .Ȇ'' '耠 @ '$D?@ ' ' @  @ '耠 @  @ ' '2H &H$ @p$H  2H$H$ @"OnC 2Og @,  &@( "@  '`'X`?@ 'X'``?@'``'d7( 'd+Є *H/@o'@̀@̅('̄'̒@Y"'@Ԕ @,ÒАԄ '"HΒ@~[" 耠&@耠$H<耠"H8O뀤)@(Є'܄'2H+!$H'܀$H#?@ U΄'< '< !<@S @ U $  $ @e! '2O( N#&H @q@ H"@ NԄ 'UԒ0@, H Ԓ'@'?@n_Ԁ@eD +@% %` @% @?'4' % '4'耠@`"OD"H@b?耠 "GS'?耠 "GO'?Ѐ@ UU8D@q"x'( Є '( 'H 2@ Є 'H "HЄ'Ж (@jL @ ' N{#؄'Ԅ ' Nq#H@qZ@܄'2H $ ' @ H HH "Hb@H "HY2HUH@O @6  &@!H(Є' "@  ''?@ '' В?H'@ '' HH(Є' ' H2O''?D`@H@ H'À @U`'?N @@h?N'􀠠H?@p?U tH P@ '0"H@0HU✀"H@U@p"'؄ 'P܄'"H@?@~#@w@Ȁ2H@ @6'@ࠀ "H3 HP@\ d@*`  UH"?'$ࠒ@bV @/ HΒ @a 8$@rP@g  <0  b0?F @ 'XX&@@+X΀6HD@RP@gӐ < E )@?@L@@P@g < 3  ' P@0 @*P@g <  䀠"HpP?Hs@d2HiPB'T2H`΄X'T`@?d'P@?x'P΄'P$H` "H`P @n  UP @T`@P @nvUP$@bTP ` @njUP\@aTP` `!` ߄ !`@ 'LLPT(H  0T'L2OL< 䬒 P  "H ?􀠠$H   @n  ($  #@H; $ U H;΄$ ap@c*? 􀠠H ; U @ ap; @@ $  H@H@U$ @c@ H @V@H@΄$ @Ȁ2@  @@ dȐ? @n $ H?V@a< 3 ?$ ?H vH@EÔ n㿠#%@a@.  (@3( 0 $a0 002H $ $@) $'D)@@Ȓ d < "􀠠@KH J!"@X  D@&@)mxH'D? @ V@?D@-0 C8VDP@%30 CVDԔ@?@ܘ@VtH Vt?V@ 88 ZD6H D$H:  .H D@V@`pV@(@(V,@`aV⸔dD? @) H @f Vp@  㿀'D?N&HDD@n;DL;31è`T 4Hq @L@ GL "O@(  @_L2HXL"HTLL 2HPLL :2HLLL:2HHL 4@C@( @ ``O6L`"H0L`T"H,L@( @ ``OL`"HLL䀠H@} Y! #\ a@u$ILO @( H +W8"+0+` @!a|!C)   (?"`* 8>'"##B!?@'"H"! ?2H!@'!a! "BHbԈ!@(g"c@  @@@(]ࠐ@  H @@(S점H @ @ ; l@' В @T!@' @? BU( )@; %! l %@@(0$@ @c|@} (?U!HB@m4? BU !# @ ;H;@@``Єc,@m!l; ;; ̈  ሐ b @Ux?&  p6   & & @];& & @? B? !, ! P @ ?> $ 8@ < !",c< @'M @ @!"""@"p " @"<"" " """""""V ?!b!""`@'$  @T^!AV@'&< h< ; `;>!! ; 2 > ?!! ?@ ;; ?(! ,  2H `V`@z6(@@OV %   @> H V@z!(@m㿘)@ $1 1 1 1 @%1 2@  "H'%   &@* 2H V6 2H V*6 2H V*6 @ ` &O% 㿠%(2HU$(@$?@ J @@$@`"HL  @"HL @$ϐ"HL   @$ǐ2@  L @$"@%V @!VL @V@$@ @O$($(@$#$( $@s @$#( $(V$(@[ф`$(@$ @x@$ H x@$ Hx@  @$@ H @@$v@ @ ?aѝ㿠H@iu  < "b?㿈?@$R ?3@ &H?@@aђ@iT0?H 0ѐTD@#\@iG\0D@#\\?x?@$& ?3@H ?@@`ђ@i(0? <V!#H ѐTD@#`@i` <VD@#``!# @ʖђ @r`ȔB ѐ㨖#\!l @q'(4㿠#?%< `3@.'@ђt@h| `3@ &H3 @hߐ ( >!> 8H  8 0?H@ ` H h H@hĒ|@> > 8.H 8 0??x-; ԀH6@XרD@(.@@ (!@!@(@ Ԉ!@V H@?V@ HV<@ǖ@Ӑ  .H (!?@#] ?3@H )<@@`*ђ@h_0?VH )< TD@#`@hO` VD@#`` %#@ђ @qM`ȔB ѐ㨖#\!l @p_(4?#'?%<  @@H Vt@/?V#㰐 $HV V@\  H'V@H# @?􀠠H@X1-lW#(H W  $@8`Z%l@B @%%<d&H" @_d &H Wdd@?Wࠐ $H  Wd@  㿠7Ġ@Atш 1€H   O ( @OB)m&"8 t"H"8@! @O3)o@!"8`  Ot"8-` %  H`2H#&tt @7% @`2H&t@!ɐ&O`"H"&t"H&t"H&t`2@ &t@!  `2H &t O&t&t㷠'HW'Lؐ'P(%'T'@w'X@!@H  @@!H0tpH*`  H(` @vpt@:H !@  )`! `)``@ O)@@)``@*O)` 'P'T('X@ƖP H>C@^>(@ @mWW㿘'@@!$ @@^  @@ ࠀ2@ ?O?@O㿘@!$ 㿘%@? @! @$H$#@ @] ?@!| @O#$㿘@!t @@!R 㿠@3N`H.@p6 tH)<@$W@!Y@!Z2 0?@@ @@ @ @!G2  0?O@!A @!<d@t`Hh&`t@ @?<,?㿠@ 4H P&H @f @)8"( @? @F"(&@ O   HJ H$ ? H  6H" "  @|| @ww @  "Hr  @mm "Hk  @ff @ .H  "H_  -@ZZ "HX  1@SS }@ ?"HN  ^@II " } @CC @! H 6H" "  @66 @11 @" @)) "H'  @"" @ 6H" " @ @ @" @   "H !@  xѤHܤ /?@ $@ 7 @/? 7 7ܪ g H< H ܐ@e<ܐ@ @@L3@`@ ܐ@ 6@B`O g`<@@\@e8H` g<&H4 @e@ @` @ "H g "H g @  @G&`W#\@V @V\  g<H @dL&` g<H @d,<<㿠@!@ $ @  H : 0?㿘' @'@ѐ $''@ː @ 㿠W@ @H <   р 6H bh Hbh "H` "@ ` `$"H ` "@``$   㿘'? `H @ѐ@dj@є#\ф#`ⴒ @=  `@H<@dS<@  @@t (WL@t(bH@d8 X5?m H@d)@81@ @m &H @d`  7ĦВ7Ɛ`,77@7̄@$     `"H%& `$*@ `2H `WĄ7 `2H `Wȇ*@7 `2H` Wȇ*@7` `@   &O`&  @?WW-\`@1@ @,@$O+m@( @ b& Ē@s!@V}Đ@HmĐ`4 H@c@m HE @m H<@c`T8 @5 @c``m`d H,"H"H @c O`d "H@ \@#\H `p@cjO& @m@3@/㾠  %@@ @V@?$H?@Ð<W Wᔔ!@z ?$ %?@l w2@ 0 @  w 0HW@c W @Ӓ!!:H @lے w2H @ w  +&H @b   "HI  "@E @l’ w2@ 0 @ِ w 0` HW@b W @!!:H @l w2H @ w +&H `0@b "@  OҐ ?􀠠$H ?@GWW hl?@ h  @Ô ?H/?@W 0@&H""@@Zaђ@b"*҆H@b@" H@͐'' E('@J0'@@ 0H@@Z+@ba@(&H @bW􀠠Hox -0  0 @f  &H @ΐ@b@T 2HRԒ @ Ԓ@r  Ԓ@J 0X)&HW@b)WW䀈"H;/ @-@+\@#\WԔ!@֖ OԐԀ"H&@kݒ wH >@ w 0hH>@b>@W䀈2H `@p#`W@V@ 6Ox@n@/ ? 2  2 20? 㿠@ $H 㿘C @ߠH@@ِ㷠'P@'T'X@ W@ B \`xW@@ #B`\W `x  @`\ `x) 2H"(%""$x@bPx4H " WW@`"x" @%"H Ҕ@m $x "ਔ @j"$x@Vѐx@:@L M`@W0@h@W4@a@H@ $x HT@`@ @?W <@L`,@ "@ `$`@8OL`@`@HL`,` @- @,`@e@#Oل W6@WL#H@WL@@LH@Wt@@@ "H $x0+@-@a@ H@ @+ l @ N?%a)D#\C'> ,!%@@Yk@?%  @Ɣ #Ą@$aL?%$@ @ ?$aL?%@aa @ n a7@pi l n@aL@ aL&H?@Ґ?$aL?%@@O ,@BHG!HC!?@aH;!@X*WWaℐ @XWa@TaLH @?$aL#\!a ,@XH@aH @WWW{ ?X%!@Va@%aL&HM?@o?$aL#\!a ,@X2H>?@a6H9?@WWWQ ?.%aL@/ 6@& aL&H"?@D?$aL#\!a ,@X2H?@a6H?@WWW& ?%%㿠!!L@("H$!L@?$!L#\!@D> !,cC @〚!@Xn!H@|!@H @WwWW 㿠!!L&H?@?$!L@ "" @m?PL hW'D'H '''@ H!@H@?W HWHRh( (@('ȔD4? @t @A'? @} ?@r2(@<@pђ?@J WHPE O ;'a2H@ 'H@2O@'H @?2H ; @@@ )``''H ;a(H2H@ 'H2@2O@ `@@`@@+ @  @ ` O☂@`H(H!;#<!c$$!@2*$c$$!$c$W\@u3? 'Wd@u*? '@VH@ `H?؂@ ` ؂@`Ѕ(@GԄ@H `@``DBB `#\<? WdԔ#l@?@t`Ґ@V=!Ȓ !t @"@@_OpHW!t@ @_!p̂@ `̂@ `̂@`@j W|@t?W@t? WȖ@@t?@o?􀠠H@@I J@D!@@X $ @@ J@n?@: J@6㿠W@J2@N ? -@  N   2H ;  @\ ;.`8) 8 @?HW @$ 0M,`( @ ?@ W O$ 0 HW% s@,H sW@P耤 sH  dH,` hH,` m"@,` ,`"HM w@,` ,` (( ((M ( O)  @ 㿠@1`@Ң"""*⫅8:I10 :9 !9 I@0 9 8 88I@0 88 ) ( (!@*")`" * ! 6@Ң"""`*8⫉:I10 :9 !9 I@0 9 8 88I@0 88 )  ( (!@*`")`" * ! @䀢H !!X@}Ր@r@!X @}Ț$I:` ҅8"ĄI@0 @:`8 ( "@H @ X!! @}@A@ H$  X@   @}@,H$ X@  ,@}z@H`$ X@  8@}e@`$H`$`X@  $H`@}O@㳘 p+'?aP  HA? 0  H  @є p4  @ Y  H$  2H YY@@Y@NZ    (0 H4 4@ aP$@$@`&O ? ?!` HaP$HaPҨ @\,`aPย`&OaP ଠ H8@ߒ aP $``O8H5@@S@X XX \K ` #`@@DҒ!@c @d .2 C ҇10?#d  @R?? ?!`଀H9aPH9Ҩ$ @[`aPย`&O9?    @b< @Bd@<@ BaPL"H>aP@b:aP@ < #h@ ? `OH>h#lHZԄ#l<lx >   aP H  H`@͐$ aP @&O   П aP  HT<@K#h0`&HB2H>0 0?@`&Hh@h$`0$&@ 42@4 X!`H ?􀠠HXt @ 4$aP`O < @Bd@<@g?LH;@7@ <@  ? < OH>#l`H Ԅ#lxZl8>   aP H  H`@+$ aP @&O    @/Ғ@!@a@d w@dH  @4 .@Ґ @q<  @?Bd@<@>|LH:|@X6|@  <@# ?!# ܈ OH>`HZԈ<x >   aPH  H`@ǐ$ aP @&O   ϙ | @Δ aP  H+  &H `H2 @H 2 X  d 2 <|: " 9p ) @ $aP `&O  't|Ĉ L< Ht2 : " 9p ) @ $'x| @U < @'pBd@<@i>LH:@6@ <@  ? ܈ OH>`HZԈ<x ;>   aP H  H`@.$ aP @&O    @U?aP"H p   @J aPpG@@ H` @E >,  |( (@&H2 0 )"H) 8 @'l@ p@@Ԕl'pH?>l@@H ?@'p@  ࠀ?@  BpH  O…, Ĉ|L &H3p0 )"H*p n'l@Ȕ nĒL@l'p&Hpl@H@#l #h@ p&@l?@'p@  p@@O<@#l@֐ p@,l@ X@K/4, ( (@r$`  ( (#l@"@&Ғ @bhA  #xc#\ @a/"Ғ @b A  #c#\ @a"*Ғ @al AҔ #\ `@a "H\@#hҐ@a ȔҒ #\A\@`"L?Ґ@aΒ   A`##\ @`ߚ"O?p?H@X@C䀠"H?@:X?d@X@֐H''@2 @" @#lX@JH􀠿H@ѐ@@7 @֐ @p @7h􀠠@ X@y1( l @N? >@X@y ( l @N? @􀠿H@'@pO @' ''B d <#l@# L< @ C @ @  @  @ | @@]h @9@a,(, ( (#d@Aa Ӥ 8#\ @`3"X \@x(Ӓ @a DaӔT #\@`"aP@ D,aP ( (@0#d H @$$``aP&O`)h@ @O`@P Cx  @M??> @CX` ÒC`  @Mݘ?􀠿"Hh@ @j@H@  @_@@O@h'<@)>`#]@H  .H $`@ @ #    #   @$` H["H#@?2H #  @LE #@ LH D@ʐZ㐐@w @8H,!@Ӑ @>ǔ# @B J ਀[@ <@? @`%A  #\@_8#Xp@`A   ؘ`#\ @_%#Xp  @- cȔp4? @l= @X@$pp?'pH X @l. #lH Xp@HҐ   l@m.<< $ ; 0  @k!!@@`Ӥ\H  .H $` "@ @ E  >@$`H["H@ΐ?2H  @K} ?? \@ OH?? @Z㐐@w, ?? H@Vc@_p #Aa$ #\@^#<t l@O np@.@ѐXx@w 0@_L a< #\@^a#NH@_@ axT #\@^U#Q?x?`HP?@VL?@_* a  #\@^?#Z@_ a  #\@^3#]3???ᜀH@U@_ !A!(  #\@^#e4@^ !@  #\@^ #gL@^ !X  #\@^#i??&Hd@Uːd?DXX  @V 3TXX @J %p@ F('<㿠@Eנ3ĦaTaT1? /<H[  u ?< @)HL<X@2H H!X耠$H,X, , @ ?$@`&O@'<H%< XX!< <8  "H` H!H  ? $` @&O<&aT㿘 '??-@  H7  @U+Ӻ0,?   |H@w @   @ @* @ $  X@G\ o$@ X  @G d??#? e&Hccc@:   @3   @-  |$H  @" 6H  X@FՐ@ H  @ H  X@FÐt  @  ?@F @ ?"@> @  p@ XH @F@  H6?@ H/? X@F ?$ $ 2@; @ x6@5 Y@F~@ ?@L5X @Fl@ ?X؀H X   @$ bO1 Y@FQD?㿠  H@ p 6  @ Y  H&  2H YY@^@Y@F+    (0 "H4 㿠'Ģ P?HH`@V$  P@&O 㿠@Y*  @?Yༀ$HE Y4  Ӑ4 @;%Q @> N ; "H*,`2H!  2H W"H 0@-&@"HI`,I`,I` H , JO܀,Ą aP <`@ `2 (  "@  ฀ &O  0H\<t㿠`  H  6`H ;L  `H@  L @ 2O @z @ Ò ,"H*  @  =Hg J  2HL@ L@2OLH AH A@s* ,8 A8H@Y(L2@ YHY@a4`3 @`܀@Y4`* @E% "  @H$`x $` @=$` @8$`| $` Y@D 2OxL H@``@8YM @ ;aH @ $`?H-` @Y@DL"` "@Y  @ " @ O`@ !  `Y@Dh`@D`@%`HYM`@ ;aHY@ ِ4`Y@ @Y@D衼 4`@Dy܁㿠X 0X H#`` 0?,"H``@Y@hߖ Y?@hؖ `` 2O``@Y@h˓?㿀-Ć P @%P, `(?L ?(?  ?Đ @  PP( ( (P( ( ("@Y@ nӐ @9'P( ( (@ jP?U( ( ( ` @r@ NӐ @9' @ PP?U( `( ( &HBPӨ ɪ0@QӒ` `P H)`( ( (`0?-"H``@Y@h= Y?@h6 `` 2O``HY@h(?@QP %PaPa`LH *" * " ?* # `x#b # #aPȐH @ ۔ HL H*#!@ )`!@ )` `O `@$@  Ӑ @8'H@ c$Y((@r  @ (Ӑ  @8'N@ (c$㿠@ v??@@ &H @Q* &H Ӓ @Q!0 2  +@   "H "@  &O 'D  'H B'LȊ 'P  'T''''I#'@ R'Ӓ @YL@YŒ'ĄH  J @J;a?@ 2H 'Ą ȅ0  )@@ 'J2OĄ ' Ԁ"H1@Yΐ\@Y'Ġ"H( J L"H"@  px* 7L02H@ 'P?"H "H ' '"HL'H&-<P (!@)`!@( lO!LH-<P@ 'PN'NH  ' '-<+@;% %`@ Ɣ pܒ @ ” p>h& ? !!N [@P@ ǒ ]@4'Ą?'* 쀠H @  '؀?H   7' ]- ! !<' H ]M?.H  ] }$ -?' .-?$  ]- : 2HHYӒ4|@C<@m D D'Є %`Ё@ d!<% 'Ą' 2HM?.2H  }$ -?' .-?$ @*` @HӀ H;T@' D@m  D'%`Ё' K@m  K'%`Ё 7@@ ("  @Y\@A Ӑ D@mp  D'Є %`Ё @  'H2HYY@ ┄@?Y✀H Y  'H 'H!?@ J 7'' @H ;@ HӔD@OW;L܄  l`O $@ #'@ ' ܒ @ T '   @z㜇( ( ?($H( ( (@ h6HY@A 㘔 (  ( ?($H @( ( (@ H6H @Y@@8 @&H @@N @e&H P '? @ - P؀H#@@`o? $` H(L'2H N"H?@  L@ 耐H`@ 'L@ B$`Y@@` K'$`Ё @ :Ѐ@_P p@@l H@)  (@đ('<p@pp @ )  (@('<p '<pĀH<t'@ !@ 'H`@Q`HLȪ 4% ? @c @% @ ?' &H @c @%  @ḋ( ( (@ @WBp ᔔ ( X#\!@ (* (@VO)`@W+ Ԕ #\ X @V=*܅)` 㸅(܄ ( pH'Ԅ'@ A@_ #@W@ {AԤa༐ #\@V*Yܔ@n Ԓ @VaԔ#\ @U*@ Ԡ@Vْ aԔ#\ @U*?􀠠 $HY ԀHEL [HA@ .H;@Ԑ @5=*@% </!@V A!Ԙ#\  @U*Ԓ @V(!8  #\@U*Ԓ @VD!T  #\@U*Ӑ  @k? 'Ё Y@?c'Ԑh K@k/  H@^;?@ K'$ Ё@'!;@!@?H?L$H??@H  @DӒ@M* '@!!?􀠠 $H@ܠ@DPYD] @;?(@2T H?@=7@+?@&H @DԒ@L܀@ ( @a'!?( '@S t!??#@@$`H @D@LȐHL` K@j  K'$`Ё!@Y @>'ӐВ K@j  K'$ ЁY@>Ӑ D@jv  %` D'Ё@ ""В @k(D#\>, @!@E6!@ Y@>Ԑ` K@jN  K@ @Ԕ n @7 l @Z@>l Ԑh K@j8  N Eo@@\2 l  @m ?@%@ZP@>Q'Ԑp K@j  KU@'@ n?@Z@>=Ԑx K@j  @ K?@Ȕ&`4? @a} @&`@d?'HZ @an @&` @bw`  @i  @Z@>Ԑ K@iҖ `H@\ޒ?@A K@ 㿠@ < @ ?   Z!̀OH ><`xH`Ԉ>  'Ģ P?H H`@ $ P @&O   ە 㿠@@ B d @+@ d!!ZatH/H)??􀠠H Zې   )? H! Z ZatԀH  Haa! Ę뤐 @8 0 0?@<@D, H  ?"@ 0 0? ZH#!􀠠H  @@CZZ $鑐   #k G`@  @A ?"H` @: ` OA |@ @ H @@  @ H @@  @ H @@  @ H @@ @ H @z@w  @ H @n@k  @ H @b@ސ at@ < @X  H ZZ 艖Z@>͐,@   H  @?@ "" @㽀'D 'H p7'''&`@'쀐@Q/>@l'&HI쀠$HE㰀@@-BH@ѐ@VԐ @1-@ǐ@T@I%!H(@mJ 㰀[H'@H[H#@墐@ &`@ '@ܐ@'2O 0?&`@h!Ā@'؀H>@؀H>ؐd!`H>hjH>Z7t@jW!Z7j2H!Z|@℄@ q 4!!4!!?ℒ 5`@ '\@ @\Hu>@\q> 4( (@(h @y '\\6@\@EX>h'?@z؀@L>\@؀HE 9d H@IB@d\@d@4d'!!\'T@@'d  'T 'T@)`@ @ \@'4O@b\@fH >H >*H 'H 2H 'H 2H '' d( 9Hd@Hd@V :' ;!H>'HHZH@Z'H@ ZH2OZ @+H> ;!'H2HH@'H@H2O ;H'!'LL:H>H2HH@'H@H2O :'@'@f ,(@א2H*  ;!'HHZH@Z'H@ ZH2OZ@ @L` @HZ@X!o d@< d@<@}B Ԁ@ b'@'@!o@b/>@X )@S\@>B㔀H >H 0 @ ?9&HQ'@G'/>@W!o㰀@DŽ ,D<'< @< HB<@@'  H "H' "@   H +"@+ '  c@d'$@ i' @#db('Ԁb,'@ x'48'@Z⠄  @hFo@''@$'  '0 @B' @8@ @' :'@ x'#`@5''8''#`@̐`Z⬄  @ho@' ''%''H 0 HԐX@Fƒc'􀠠@ @ࠀ_"@ '@Ęᨐ!o@W; ?9&H'@F'㾐Ԣ@6Φ @ R @O HL;<?9&H T  ܀"H@F{T @ < ! ࠆT !#T &KH <x@E0 Z@:"@  @ ZT @8[T   @ @@Q @ @Q;<cxPd@ H ?9H K@F- K& ?9<9 4&H <@F < H '  @ $H$ &$ L`[@ @U!<H! 0?@S"H6<$H1<8 8 $ (<@` ]@ ?9&H @EL ` @.?'H  z  ]."H< @: <4H' @H`&T T@74 %  H4 @QԔ/|@Ȑ `@N/}@$  @@@Q ?9 @@Q?9HDl@E@L`H@ `L`@2O`@I "@ * Ԓ s$ <-L`͒ s$ $!  ' '@8X [~@p@ZH(~@*N@ @ @@ @ @@ @?[% @-5 A'`?n@@*W[@@$[@V%L Ʉ'!0Ʉ  @~@ `~@ `~@P`0  $@@rP@gT"@d[H@_[@{耐@ ք,$!'T' T$!@'@@[H@;[@[@+  N'`X@؀2@@C* 0@7X[@(@[X@*, 7!@||@@'"t$@@)"t'T@*ΐ N'`~[@*ƐȄ N'`v@T  ' @"@UԒ'(2@ (($!P @ \@-0t  ^@\L#;@\@-a\#;@-a\̀ @&C@O?P|d@ `H\|d\a@`?@N  |d@ ` G\a?@N@)!|\@@@ @7 \@*K;@@8A G'`Ȃ|\@`@|`@`@@)ւ|`@`@( |`@`@ ܀@9@L |\@`@   @L |`@`@' ܀@ @6ɒ \|\@8`@)`@6 ˠ ܒ @LД \|\@h`@)`|T@@@ @6 \@)ِ|\@@`|`@@`;@@7Ő G'`y|T@`@( ւ|X@`@( ؀@@IB?ɒ?@I>0  @r1  |P@ `@2'|P@`䀠6H䀤`H`@t$`|P@G `䀠6@( @6J \@)|\@@`|`@@`|T@@`|X@@`;@@7d$ G'`Ȁ@?|L@ `  @ C@s| B< d< @ L  !! ܀@@L$ @A |@qǒ @qĒ  @q  @q  @q @q ;x@ @@6@T6̂@ `T6@#@@`|D@ `̂@`@؂@` `l|4@B;4@=;@4|@@@ `4|@@ `4|@@`@J?@̀2@444 @@@v `?@̀@u\4|D@ `8!;|@!l@%@@ `@?@̀2@`\`;l @@@G `?@̀@T\`@ ;|Dl@ `|D@ `|D@`@1D ,@@ @@@@3@@̀@9\X@@@=v$;@ւ@@6O8@@@%\@ @+\@@t|L@!?"@\@= `@p"@8@p@"@.̂@`@Ԃ@` `t!4"@\4@ 4|H@ `\@|H@ `@|H@ `|L@`?@D,@@\q@]@̀2@\;|H@`?"@ ;^@r@̀@\;&@T@@ @@ ֒@5PT"@@<'\ :\@&$@ `@2H,`@<`"H ; :,``@ `;H ւ@@5@H`H @@H <@`G'\<<@ ` @@ `@@` `@` `@@#\|@@ `@-{h@ ',@-  \Ӊ |T@@`|X@`@ؒ @?|X@@z` @Β @E|`@@p`|\@`@ @D|\#Ă@@b`` @ `H  @`@ ?"H` @ ` @G `@P?@F`]@& @@2@@@Rr '@Rl%L' $"@ 0 @Px0 |\ @@`Ȃ|`4@? @J  @|`]@`@&|`@@`|T@@`|X@@` G'`BȂ|X@@`?|T@ @I֘ |` @`@]@&u|T@@`?@EQ G '` @3& \|\@ `@&Y`@% ;@@4M̄ G'` '@ `|'@( `'<  0?|@ `'"H U T2H 4 @L2H`@'D'``@)? "H$ T '@‐"H `؀"H ט@q(@`ؔ@DR? ‘@c(2O` H @>? $ $ 4 %  2@ $'h @ @,HDؔ $<h( (@h('D$]p@wh K'D'@ƥ ࠢ'H@iL@ $] $@] F'`@`<`'@ ]ׄ' $ ` @ ?@Hׄ''ׄ''] ` $ @.LH H"<`؀H<]@C?' @]`ؒ?@C  ' 2O]`ؒ?@C< K' ((((((((((((((((㷀@\`H7<]@ߐפ @m @^`"He`@+!^(@MX`@ ^(@Mx E @ KH| D (@<@ @@$j  @9@$b T `"H*M`%"H%H$و؅(`( H $ @= @֐$  @< ` @"@ 2H^X @M@ @^`@  KH?`<㄀ H?^d@B͒??H vH?`H??@"HJ @#^@@L( -@J  :@ "H @#^H(@LӖ@  H@`䀠"H@ @*Ȓ!^P(@L@` @". @ H^ 2H ^h @L@;^p@;ܔ @ ^/t @L`@Ԓ? ?H vH?`H?! "H H ?#\@l?;H K` HH@+ K@<􀠠@KH @ A H> `2@`@eLᔒ@9f/@$`` H(  dH$ @H@ȐeLᔒ@9K/@`$ d @幐eLᔒ(@9</@帒$ d @& ࠁ㻠@w "H!\ S@* ג$D@;Ô @吐 @%@"H \^   @K@\@ ͖%׆%@ P@; @m@`H`%̓ %@ׄ \@; @[@`H%@ׄ h`@; @M@%@^ @K@B`@%@`("H"^@) ($@ׄ t@;` @-;؀H)@Q؄$@^ @K^@H h@3HJ H @)p ($@^ @Kb@@H$@NH$@@)[ $@ׄ တ@; @@$@!H $^  $@:T'$@ ^@:L@Ґ@@)4 ˄$ @:?@Ő  8 (H׈@丐 @ ^@@ @H,@  8OH@@^$༔ Ȉ@䛐O@^༖Ԑ z~  $( HM< P $& H8ג@10@䅒 !@^@a @@ ג!@1^*  ^@(@J * @@J(@(@0@<@ٖ 㶠#\`@8`@!@Ò dȐ? @? &`2H&a׈@H` @` `2Ha H @ & ג@`wa H@>q @Ex@?`&ax`&a&a @*`@%耐Hג@m`@% 2H'$@U]^x(@J$(x@['$ $ & @M`!`@@Uq``8  @?@x"H  $@4 &  $w#`L $H  :H w#` x H0  !(@`M?%  ?@ @GK`` @ H @ Ha "@  @  $2H  ` "H , "@ ,`:H,, Ox3; xF@? $ "H)a^P@{ "H >Ox\-@Oy-2Ha\"Ha@z@f"H Ox@.2Ha $2H .aC^X Hk?@?-??H*a  a<@   @ (a @  ?@`  ?@`(a @2xa  a<@    &@L`L` (a @  `?@`n `?@`h `L``(a @*Oa H? $?a@>D?H6  @!    @ (  @   ?@`5 ?@`/  (  "@ <   @<x   @$    &@L`L` (  @   ?@_ ?@_  L`(  @1`<@ *O  @? $ @>gD?"H   <x   $ @$ H  ^dt ^@')!p-  x x   @? $ @>;D?"H  ?< ;"H  $ @>*D $ H ^➐ ^@&!-    $ L@ v 2H $ $ 2Hn  LH ; 6@ ;LH䀤 H @;(@ `M? Ht ;"@q ;$ ?@ @Ez`` H] ;$*H - ^⽐ ^@&!- ` @M   @    @  (  ?@_$ !  (  "@  $? @=D?"@ <  ;^$? H  $@=tD$*H - ^( ^@&^"4-    ; a"H,   a<@    @? (a ` @`  ? @^sh[h @^sh[h (a   @!  ` ` @`(  @   ?@^ @^?  (  "@ <  ~ @ ;;"H D@=? $ ?@= D?"Hk   < d a "H,   a<@    @? (a ` @`  ? @^Rsh[h @^Lsh[h (a   @!  ` ` @`(  @   ?@^) @^#?  (  @ <    Oۀ Hz);! /<H4@1x!  !<@L`  @L` (! @  `?@] `?@]۔ ` `(! @*O!@<x  @#    @L` (  @   ?@] ?@]  L`(  @`%@*O $ $@$HB`;?H $@<D $ ?@< D<  /``H`@a`^`h@X d< J `"HA = '$%B  & `H$ $`@I $`H`@5`^`h@, d< J `"H $U $ "H  Ox"H   "H @  @6? H @ H @^@< J @ P'H?'D'L'P'T@5'2 ? ;0?'&H HD@$$@bÒ H2H ;x'H ؀"H^@6e?^D@'2@ '@% HH!#@H@ H#@H׀ @#@^<' @t A'@ #@aԀ"@GHH"HCH@'aԔ@9DHD'D@D @ a^@D I'@4M$'DH/2HDD'DDHHh L/H^@4`$D@4\$X X$@@H@+iX@ު'D@HD'D@ޜD@ @ ^D@7 I'@'L@/"HD^(@4&$DH$/@D@4 D@4$ D@3$$ @ ^D@ , I'' @^  ' @ދ@ '耤H@aH$@O'耤@ G'@ 'B d<@ L< @# C   ܀H @8 @ @^T  @^Q  @^N <@/D <  ' @H @@ 耡 @ )  (@^ב(''@&X@ @? <'TL l  <'TL `@!"`"@TP"HTT?'T;&HT@#wDT 2HP "HP@f dȐ? @8 % 2H P  ^@\PP2HPH! D ,@@H ?\ "H@H@2@^;HT@ ?@t !"1H`"@H`"HH`@@ ``@ `? H@@H @ ?\H @H!!\!b H@ @ ?!!H!b@%;H#D`,`$\"HLP@:\@G@:\@A>PT;@x \6P`@@` ; @H``@ᬀH `!a;l!!\ P`"@ H`;"HH` \P@ ;H;`H;H` \Pl; \P!@!H` ?";!\H@!"H`;l`"!\@;@ #;@a\?2H2@_;L\ @1'L?2H@_?H/?H) ;H@"jx@ِ@_(/? ;(H_@"Z_@ː@_@@`!;@!\H-?@_-?@6H ;@_ ;&HH@t@x@s@wג@"(HTH3#<HT@-'DD :@܏'@$@2H,`@)-`"H ; :,``'@ ;&HO@@@"O@"H@@o@@#<@'D2OD# @6 @ȔX@B @6u @IX@AH@]t @$|H 'H'H ' (' "H H2H HH"HH'HH7H3 @א'D"H+_@[`@_@[tH @Ð'D"H_|@[ HL @ "H;H'     @ $@2?@@Ȓ @ @5 @&H"`H" @ KH J&"@5@˒ @5Ӕ @mT@1֒?H0"􀠠@KH0 J&"0?@ _H@ F' @ : '@ _H@ E'@ K@@x@ KH@@\^`,@@ې KP!a\@ @Ӑ K@D@͐ K@d@Ɛ I)@@ I3!\@@ڹ K:-?@@ڲ K? ;@ڮ Ic<@8 ˠ@5`_@u@ڠ KƐ@* ˠ@'`_@g@ڒ I_@X @ڋ I@`_@ND@ځ I@1ؒ?@@y" E'@ "  @ ?A(<#h#`#d&Hh@ "`h @_h@rĀH_h8_"HL@è@_h@[Ѐ@;<xPd@6h8@ _@K؀H`@#l `@8  l @  `@ ?AH@Ӕ D@+& <l& <6H` `H` : ,#x :_#pa@j#tH@J * #ph@ 'l;`#\l @͚ H?@@<h2 <XPl" 42  D@P@=Y'l @=S 'l ?All&H@r8l` 8 & @ l @` @&O @  @ @ٯ ` H#__ x@(~  @@/ @+I|& @مx `$,@@@  1 & `H0 l  @m$ @1 @/H@ :,``,``@.@$ &O @p("H8.#t8t#x O)_@  <?A<H d &H   @` `HHu _   8@k@J / $@@?`  Hm$ @Hj$ #p#t#x!#h8@@X@ @ @ ` `( ` `) *  ` `)`# ` (0 #p#|00` @s#?8|(@#<"H[``@= ` ` ` 8(@#|(000@s@#@#@&O wH)?`8&Hl@t[l"H& @[h6H[(0#h | @@ Op#h[d#H?@ x dH? d?8 @ `@9Md`2H`4 Md`H`#3H ,; @H,@ף,\L`8I0 `88 (!) ) ) ! Oޢ` ?#8 ` &H@[& t4#%@H."H  .- ###@@)  @|t@@  c&@ #tOpH \H p HB$  }#@@H$ ,`,` @  H @H 2+00 004@#%@@"!@ `@&O hH6H#@Oˢ$  H> #h@ @U@@#h `+h6H',`$@,`@`  !?0 `@ !?O0  @!  0O`h$&O@ 2@|\ @/@x #@@'<$ $`H!`@ H  KH  N;TH N K` ? N`C! _@ ?@b# b @  N` @ ˒_@ ?@*Đ%`4N [2Hd@X ]"Hd@- ?@ ]-  d #d`%`da "H\`@(\"H \@#H.H  .*(\Ĉ  H+ H(a$H" d6H, , $@4?4%@ %@  a` @dO쀠㿠-xH +?@ ?"H+? `A @ %x@rN x`@, `AN `@5;)\ H ,` @H,`@,`"L 8I0 `88 (!) ) ) ! O `A ` &H %x%xؒ@7x%x%x 㻘!<l l }$  #\U @$   "@ N &@u@% @9 @7   @xL&@ -`@^t@`H L& ,`` `@)”t @@&O _L&@  @%M@2ll@%D?8p؀#d#lؒ#hH<@<@  @$?H d E  d  9 O``@$ `.L  H`O`.@@؄'L?&HN L?$ ."HH) <2@#<B @<@ H _@ v< L?@)BlO`ƠL?.@"@ <44`@   `@&O  2@ < $ "H) <P'   @o`@ ?8 H؈$8H؀`,H؄(ؔ@ @ ! @ @Ԝ@D@?#<8cH @0 @-c Kd2Hc $c C܀@ "Hc  @`2H 2H2@ H 2H  $c Kd ?8H@@L@@`@@`@@@! @+@  @$O?8@H F؄ؐ|@` Fd   @` H @@@@@@@ @ () )`*   )``@"@k `H@`2Hf H"H_ <H"HZ "HX2HUR@  K@@@@ӸH<@@'lO`_@ 0!<#x(@H<_P@8і@l@#x Ȇؒ !L@%$U@g@#x <d   N!` @@@ Oq @`@ 2H2@  H 2H O` d F  @ dd2H7  D  M$ _@؄؄#\@#`#$@8h@@'yl?8&Hd؄ؐ@d H h2H ;`㷠@;  H_@ ㌄@v  @H@p ?@*^("H-;O2H`@ `@ L`2O`"O`L`H ,``@Q@ ?@*4(2OO@@($? @( ?L`; @&?H "@`L`@2@ 2O`;;`L`@ 2O`"O`,`|$@&ސ 㿠H  %<@Ex@ ’@c h@^ h@$ @$ `  H`$ !$ $ x؀H@(_?㶀 ?#db  #\  0?@L#`@@ @` 0ؐ@-2?쀡 @ ?"H@`@-  `? @- 2O H?`@- ??b H ?@y @TZ ?􀠠TH ??􀠠T@?CH _# H? H vH?  ?H? Hv@I ?􀠠H   H @   ,& @@x@kV @"  #h(%H@H  "@ %D$H  @H  2H  (  ?2H 2H   ($`  "HmT`  #l`7T T9;#p ` @' @ ! H H>@l`H"  H" H H2@,@ H(@`2@   H@`@ @@ 2H' ( 02H# (@T2H (p  ` @N (@ @  2H  "H  ( "H (  ( 2OT TT` H `$`H/?@k H-@ _eD@6F(T`@ ★(_@67(@eL ᔒ!@#U!$@ђ$`@ `$`@ ``ؒ?@+eD`ؒ?`HT`@ ★(``ؔ @+Ғ?``?H@+`؊ ؀ H?ؐQ T@ 8H  (@1 T! D (! D ( 2OQ T?T`@☆ (@ h`@&HeH eHhH eDH`@6H H?`HK ` HG `HC @NlH= `` @O_pH5 @G` (@`@B`` ` x@O1 H% ` H! Q T @ (@ 8H  @"H !  "H !  2OQ T H- @ `eD@5n(T`@ ⸅(!`@5_(@eL ᔒ!@"}!@$`@ ` $`@ ``ؒ?eD@+ T`(T`@ ⸅(``ؔ@*?T`(@ ``ؔ0@*??b&H`ؐ@Y` "H 2H` "HPT(@2H "H0T `2OPT "H0` 2H-`d"H(`?$2H#```@΁\"H`'?b&H`@,``  @$`ؔ X@Ԗ` $`H T`qH ?bH@h` 0?@ @`HE?8$H@?`H<?T`H8?')8$!H.?`H)?T`H%?'@?bHؐ@  @R`@ؔ  @H` @q?bHؐ@@a?` @[\@@YV ?` @$`2H`` "H `@~} d@Ġ``|@}` @  @Y7  O @Y/ `?4 "H$`?b&H @Z  ؀H@$<?$ @ "H @$2? $ $ $  O?$`q??b0 H5`@0``@)?쀡 @`?"H@`@) `? @) 2O`H`@)?@@} d@@} q@2H`  @} q@2H`  @`H??􀠠 H?@ `S"``` ?b&H`@ƐX`؀H@#?$`@^`"H`@#?`$`$`($`㿠H+@ ؀"H @#? "H& @#?& & +@ b!,%LO %(@& "H@ ؒ ᔔ#|@ h"@$(O&%L i&!<("Hb@Ւb@ئ)Ȕ! 4@ K"$`@ה 4`Oh ؐH;@}H x?;)ἄ& H`@A`? @' & H `@0 ؐ?  @0 ?^ H @  @& ؒ @} @I& ? CH `d2H c "H c <"Hcc $!@2 %Ȣ!ؖ㔐#\  p@"`V @2 ؖ㠐#\  c@"@'@̛ `ἐ#\ #`l @2 ؖИ㬐  t#\@#.@}@! @. H* И㸐  d#\@ښ#31ؖĐ  b#\@Κ#4 a@yH b@sؖА #\ a@#6Rp@'%Ȣ!@= `ἐ#\ #`l @2/ ؖܘ㬐  t#\@#.@@!6 @В H* ܘ㸐  d#\@|#3ӐؖĐ  b#\@p#4 a@H b@ؖА #\ a@]#6㿠 ؀@<@|" x?;ἄ& H`@`? @&g & H `@  ؐ?   @/d ?^ H @  @% ذ@V 㿠 ؀H@!͒?& ؁}@/? ]&H 1Ȇ Hن @Β1Ȩa! ٖ  #\ x@#`@ ?HsH aHd H``@N`H<<ِ  H B @! ٔ,#\ 0  @#҄ 4 d`@c$ $#\ 1@?D@&?T d@B T@;xH ?@@B  X ?􀠠4@ _2?􀠠4@  _2B _$@"T d@0HB`"HCԖ!#\@1!@ S ` T d@ B`<T$ @B  @@ #\ 1  @>H3 Bو D  d@.@o%LH!@$ @n#\ 0  @>H ْ#\T 0  @>H `@p 4 d ]H B@`@M’ B  -B  @ 2H @ x@%"H H@%  @ِ x@W$4@ % H@V@N2HR$ 0O@ $ 0!`@@و$ 0!@ْ %L!@|$F@$ 0!ٖ#\  z@$G"H $ ($ , $$ $H HZOHU@ 2H@ǐِ @$V@ɒ%$ 0H? H<!ِ଒ #\ x$^@y0H.?HdH)sH& 0H?`@ʐ$ 0H?J @`$ 0 ?@ɅH? 0$ 0?; $$ (\ $ $$ ,~@$ @@ H?H <@ Β ` L < &   @B#  @B#  @B#ْ @!ٔĐ  #\@ $} @}!@@L! }@H`}@@H  H`@”! <}@(`}@@%L!@$@$ xٖ!ܐ  f#\@̚$  HSHO٢@ؔ! #\@$  @B#  @B#  @B#@ !  #\@$`Ԁ@ @ȻHOH%L@ $ | ]H@J` @ |㿠  0`ؐ@$ƒ?쀡 @ ?`"H`@`@$ `? @$`` 2O @`@$? @2!@@?@` @H'H-@'L'P'T'XI !@@@  و  و ي`d !<@p!< !<#H#\ +?@L#b@ B @L<!#x H%b`@@!! 6@`!` 5H`H  !`H, <#x@& <H$ <@cx  ْ !bL@| @cxL2H! ْ"H ! @ cx!  < <"􀠠H+??f@ F!" G!"H+?"@ e+?b@?  `b@. P?􀠠H `cx "H @لbH$H  H@H@@ H  @  HH@k @+Ȑ H @@y?0@ %HG@ @Ǔ@1 G@㷘'H'L'P'T'XI 5@يH4@ 8@22@ يHيH#\%<x!<`#  @BHL#6H 4"H x5"@xF'?"H x8HA'?xH<'?L#L2H L#"HL#ْ@Ô!>L#6@` ('@-Y@x  ْ !bL@x!G@x '?@x  ْ !bL'?@f!L@x L#@ B @La"Hxx $!a H? 6@ !  ? 5H ? H? ! ?` (H @C̀H@x@ HG@= 㷘'L'P'T@'XI HLI` 5@وL4@ 8@2H LوLوL#\%$ H>'H > &@ -->H@ S<`X@)@$&HMLHI`@a @)`@Z H#`@R H`@J H`@B H `@: H@P ٖl@ @M@ &-MO\@@R@ΐM@-MO H &@%٘t@ ?*b "㿠H  HHf ?( 㿀'? !H2! !H! H  Ha HP "@Mꀤ`H H!"@a`@ !Ha!Ha!"@aӀ`Ha!"@à`@! H !Ha!Ha!"@a`Ha! "@a`!@ ! Ha!Hzـ!"@z`Hyـ!"@y`@lH (` @((@@'H)> @$@` ̒@(z@  @`(@(n@  ˠ@l$ @w@>$@` 쀡 H@(PHR`@O `@(A(HC`@@ ٤x(@ 2`/`,`)` 8Tl؁,@$a@@ (H$@ ˄$ل @ @$ @@ªH aP(@'˖㿠à H @P `` " " `O?O   H 6@ʐ@類@Ɛ6 #h!@0?#dH#h @ N  @` ?H^ @! ?Ha* N @ N @ ?* aN "HCL` ?* a$@#N @ ?* a  @ @ @}sp@[p H N "HL` ?,`a@ @0* LO L` ?,`aL``?2@;! @ :@ I  ?"O  :@  I ?@ : 2O  :Hma@i * I  H I  ?2H; @ H?2@  O "H @psp d@  @Y#l 2@ !OH;@  I @2O  H<I +0 0?H @ $H   @*(?a጖ H  a  H@" @\ @%$`2H @$  @ [p@? O &Hl H(P@[p lOĨԀ &Hl@[pl@d;@#  "Hp$ pH (H   @ [p  @! H!!@@H @Ӓ [p@ ( @sp[p2O( "H   ` "H   !"H `@X  @ٍsp@[p"H  H` 2@  "@2H  "/L`   \"H ( ! 8H( (a  (   L@( L@(  L@ @O! ( @( @Xsp#x H? H ڄ #\a/xڪ @ !ȴ!#\ @ !]@  !̐ #\@ !_a !@%x@ ϒ !#\ @ !b@ Ò !#\ @ ؚ!t#\ #`@G [p#x!Hdl2H4h(2H1h@>spВ[p2H(h?O&H@[p "Hh "Hh "Hh@Ȓ[p@@[p2Hh #xh @.@#h @>sp [pH  hH 2@ x@ `$ 2H, @ [p,   $     Oِ!L! 4!@sp@! !@ L@%@z L !@!@{%%@ [p - %` "HddHl@ @H7%%%"Hdd%H*H'@Z ,@@U (2H@O <2H @I ;2@$aȐ\ 㿠 @  @ @>  "@!Ȫ   O!L!$ 4@!@%L!0@!@% ` %H%%@- %`㿠@`2H `@=`2H```2O` J -@ J` -H  H% :@"J @:2O@ @H:;! @ J@: O:2 20?  㷠7Ƞᔬ!ژ<#\  f x@ Y"sڐH #\ g"t@ O x  ᔒ  u@HH #\T@ <"v  `#\  u @ 1"x @ڢl2H @=L2H`2O `H9?@32Hᔐ@%Lᔦڐ#\x  x@ "9? P&H @ΐ $ `"H P ;!ڪ  P&@!``@` @  P&H`@``H: PH@@`@`  "Ho``@0<(@ O"H P`H@Ē(@ @%Lᔒ@d"@`$`$` P&@ `@L`@k`<<4H@H @@  @I`  @ "H@<`2H``$ H2H`@ $ H@O``Om PH#?@%LbvHT $H a,04 80@"֒(ږ#\  c@ 9" @ڦ 2H @@ c\O  8@,(84 `T `@ 4 H 4  H 8 BHY@Y !$ @ڦ2H @<2H2O "H a@;@ 4  a@;@a4   @;$2H   4 @ڦ$2H @;2H2O @ @ڦ02H @;2H2O "H  ᔘ8 #\ a@ x# @a@;0"@  @ڦD2H @;2H2O "@   ;$ !"H/LbڄT$ *Lb@ڦ`2H @;c2H2O "HLba@<"@ J ;2HLb  $ LbaHE @?"H7 "@  "H0  `"@, `2H `@;(`2H````2O` `"H 2@ P Hڒp@  Ә  2O H  H?􀠠H  @  ($ 㵐'B"H  @!H!!@  @,"H    @(O @ڤ1  _@ E2H+ 㔀@ڤ$ H[@ a@!@!'>㰀"H @Ѧ$a H@   H#\چa T(@ T @`"H $@a ‒@ @~ @ H r$@a ␒@ Җ@o@ r@Hڄ$@a ⤒@ @^@ڒ @ @ӒH a$@a ⴒ@ @Ja Đ .㿠'< \@@@:+@ \`@O@,` ??Qڝx#\ ##x#h#t&HN @N ?#hH H ;@ `N`@@ 2O` b@#p(;#`8 #|#d #l ``H \@@@ <,  \@4HL"H L2@``H`@l@8@k <,  `"@%@`6L 0?$H*:H'@8H$l"@`#$` ##lH쀥`LH急``(@)H!@H#`$``H@ @'@@% ,  *H ,  <@@@ <,  HH;`|@! #|H.@H&`@`` 4@NL@|@(H , y <` 4@CL,  L?H@H `H $ L3@a`L.@\`L)@%2@"LbH L?)H @I@@G ,  @B@@@?,  @; g,   L#L(8O`l@:H',  ",  `H` :H,  ), @   *O, ,  <`@ :H ,  >,  , ,  H? <(?)` g >)` a)`"ؐ \)`1?QH @ސ@庐b@ؐbڂ+? `RH; $@ H`& HK@ 35@7 `R H  @@剐 "H0 ?`(H 8@ @j H8@H8a  ֘ `R`@ H8 @8 `$H^ @ @G H8@ 8a TH8  ( `R` H8@[ 8 `쀠$H6 @c @ "H. @ 8 @ 8"H#   @ a `Ra &H @2  a  u `Ra, &H  @" @H0 @  `R &H @ap H0 `R H@a@ @  $@Z2@  @@ϒ"H `RJ "@ `R   `R &Ho @ak @@ `R &Ha @Րa] @@̀2@ `RH  `R &HN @aJ @(@֖O@  `R &H; @a7  "@ `R@@ `R &H, @a(  b(@ ) @搒  H@b  @ 0?H @Ҙ @x  2O @ Hk@He$H`H[ @b 2H  @5 2H   2O  HCb @> @b4 2H  @5 2H   2O  2H@'a@(@ @bD 2H  @5j 2H   2O  Hb`@㷠$  bH `$ @(@P @_ H*$b0$  H@@6@ӖL  H H/@7O݄$ b8@x@@岖?>㲠#\  &H$ @h$ bH   @(#`@P@ $ ʄ N`8 L 8 !  @NH  N"H֐;@, 2H`,@`L`@,2O`,"O` ,`H $@+ߚ H @.?H @ @ @`I` @#?@ @ 2O` @@`I`"Oڄ ,2Oׄ ,Gӄ ,`L`G̀2Ḡ ,GȄ ,` @L@,2H $,"H $"H$ @$:OLL @H], ' !H  $@9N\J @,J @  <@J `2H,N` b@L% @ @9@֖bP@  @-@)@ N``b\% @ N` "H,@ `- H@ *O- , O3@- @䢖㿘"H$)!| 4@{'s  0 O $   2O!$㿠   -?"@O L@I@ ;"@EL@,@H @b`` ?R H  @Q@@,H @ (H 2O((L"@  ;@\2OL 㿘H)Ȥ !䀡 H? !(888/#\  P@=/ L 2O ?/ 0!/#\/  @) W 9O! #\  n@ [( @@  " 0 $)? S@@ِ@ᶐ@Ԑ    2HL ۠L @ S   H ۠L @B̄H "HV "@  H7"@?| @ ` L @(,@ |"H!, !,2@   @2O   "Hp H0 0?i HJ 1 `2Hc  0?^ @>`@" W  "HT "`Q L @ @(,@  |"H!,!,@@`@@2O@   $ "H*  2H' :H" H 2H :H , `@, `K H @ *O, L OU S,H@@ߐ@ (`@;!Ă#@ $## $#b$ H&@R.@㿠@?S.ۮ  &H$  $@@ ("@ 8 ( (@@@  ( @0 $0 `H@2H@`@@ @ϖ @@&@ `@@`(&@H"% $ @!M@`"@% $@ǐ @J!T@ƒ``H% $@s!W㿠`H&?S H.``@`(@  "DۄX"D( ۄ("D@0@ @+T.` $ @*`%,`@@ `|`H!,!, `@ @ `2O BBc @ c *  "@ہ"X**㿀-? Sx/Ā&H L @?@@L @{H`L   }@ "H),:H&,;@b@_Hb,L@}@ O ,赐L@}O〈,L@?b覒)`}@ b 蝔 ?`O倠@O&` @ߔ  @`? $Hb<$ `Hb$`b*  %!@`$ H $`(@ Sbed S&H* @[  H# @S"H S $`L S&H @EL bB`2H$` SH @5 㿠 @ʂ H ` 0 `)0 0?|hL<\(T㿠 C5;& #H%' )@  .' \L H-@ - L @-2O -@L ` ! A98Hb( & {L  & vL  & qL  & lL  & gL  & bL  & ]L  &(YL  &,UL L  2HO&@  L @2O &@L L  2H:& @  L @2O & +L L  \"@ .&#L L n"@.&t"@.&.&L L  & L L  .' L  & L b8L Oc2H @  L GW2O "O ,  ML ("H ,@uې @ܮ!@w(,&("H @gې @ܠ!@i,&,"H  @Yې @ܒ!@[ &"H L @Kےⴐ @܄! @M & L "HF&L H2@ 2@,  L @ 2O "O ,  @$ے⼐ @]!@&&L "H@@  L @@2O @ې @=!@&4@ P@b  㿠)? W۠@̐@}2@@x`@v`,U(H `$@mO`$@f`,"H@((H=(N`&"H7(%;H*%@.L?H# H! (8`0@@!`(8`0@  O!`  H@@L%Oр%(H3@|c  c `0:H&c "Hc @-!nc `8!o@Q %@ @z$b((H^(& %L "HX( %;@E`(@B!`L   @< %!`"H<?2@2( "H.(! (8 0@@/! (8 0@O! %`H!`H H`@(H @$8O(`$!` %@ (`@ L !` O %(@ (H(@j W( W&H@`@㿠@L  @ܐ@E4㿠V '?۠`@E  V H@@#    HH  H? @X  "@ V PH VH@I  H PH "H@ &  ?㟄& u 㿠 @  @ 7@B?5?L @H !`"H  s@d2H & & 3@a ?V@ &H` ```H`H H@` C $` $`D; &H&` ``` HࠀH `H  @  ?ꋐ ?ܒ@` Ĉ#@  ` $`C$`$` $`D $` H &a&&` 0?"|@㿠V %@! HM !HHC PHB @  c"H P2H? c@ ? H?c2H& ?V&H   H ܆$`H ܊,@S  H ? &  ?& `ܨЮ4ЪĐĢ   H .& HSb̦  ?VH@@s@@Yb@fԀH' E:"H m<x@!@k .@K@Wȶ /@D0 0?(P/@'/@ WƠ @O?@7?VH(@ϒ@A .@2O`"O`,``4L`6H ( b ("H  ,@Hܐ @ׁ$F@J ( ,$ ("H $ @:ܐ @s$H@< ,$ ,$  8TTTTTTTTTT$TTTTTTTTTTTTTTT?V㿐#`Ь#d&H``@` <@@@#\@<@  H  K@ D& K&&  Hx`Ho``P   H3(`*`ܤ`%`ܤ``ܤa `ܤa`ܤa` `h@#h@䖒 X` ? V@ (&H`H HT@!``2O``H@ ఀ @༒@`@  D& ?V(H* @&@X?b  $H`<x4` "@ `@B`T Nd@K\㿠N` ;'HaH-@ -`L`@-2O`-@NL`D@ S `& L`@@ LL``. 'L`H7`L`3@+b`L`@.2@"@`L`@#2@ 2O```L`@2O`"O`,``L``r(L`O@ & H bH@(Ҕ Hb@(P@b& H @(X@ & H b@(`@ & H b@(h@ & H b@(l@ & H b@(|t@ & H b@(r|@ & H b@(hHb & H   㿠@`qH?VH<@H<bHx/&ԝ㿠%? VH` @ `@ @ ࠁ  I @/ bȐ @b  << D >H#\$@H ,ac!@Y@ V%@&H$@횐$ 2HT b ߔ   2@H. $ ?H=b;a H7b@̐ . $2@H. % V?H#b;a Hb@. % V&H& H  @_ N &@@Y0& H@S@& H  tO   8H  ?Vܝ㵘 HH @5D@!H!!@-  H?@?  @@  E  & & $?N &@(@FO#H<@v H* @?!H-@'GH'@Ւ? %@-!@ D& @>& @ @7I C?@(2OO@? D& ?Vܝ㵘H@첐`@!! @ E& @g??⸖ @ @ E& ?@(@,b@F2H* OH!H@c?@N @ E& & ?@Y(Oڐ@L? D& ?Vܝ㿠Hx@S @  2H 㿠 @ @ ␐ @ٔ#@$ ?VܝH` @* `@ @ ࠁ << H!$ H!$@ @  oЖ  @ @xH?& 8@ 㿠%? VH @ VH @x @7  2H ?V ܝ㿠H @Ж @  @) ␐ @a#@*$ ?V㿠H ` ܖ@ `@b޸ t? `V` @ # @뛞?Vܝ㿠H` @뎐(`@ Y@ ࠁ  @Gb@%Ւ耐@ ?. % b@%̒@ 6. % b@%Ò@ -. % b@%@ $. % c@%@ . % c@%@ . % c@% Hc . % D    (0?VܝpH @)@@@&  "@  %@z H# (\c8@  c<@  @M_㳘9? V@ `@  ' 4@  " V ' 4@8 cD@(c@Y@"H V @ %`@O  `O  V-   ) H ܪ|@ꦐ` H @Ꞓ  O` @ꗐ`''@%2 <@ݞx@"-@ 2@  VI c܁H ހ H < @p &  H& @3' @ &c ^t8 @  V&H3  @O-  @(2H*  @ @  @(@@(@O@nY@$Ґ @ %ܐ c F& @<H &  c E& ?Vܝ㿠&HN` @N`Hl; H@  L @2O L ?@ _ 2H _"H ."H  2@, "H .@L耉?,LL @ ?2H @L O?@L  @ @c ۚL @ c   ېL % P LO h/? VH @q В  ( V H%@cH %А 8@\`@O 8% @ H/  "H#`̘ @ ! @Қ̒ @ @c :D` $P V&H`  D@(`@&O 㿠?V  H ݔ@TP "H, 2@&ڐ2@ &TH E&  @#`K2@ TT 2@ 2@ -` &OP @  K$``H D$`?V ݝ㿠H l @  P"H   @H ` &O`Pc lګ  D"  K" ?Vݝ㿠)'<@`@ @}3 Nݔ@wN`@+ NN`H' N| @! N!x @ #\☐!  &#\⚘! }&݄ȁ& 㿠N  & ,@@0,@@$@!&@ L,@L造,6Hc@qH c@ ,&@)`?&@c?c Ё?P/?ݢ V̠ H- @ ,@ϑ   @R  4@ψ  @J %`; L` H-@ -`L`@-2O`-@jL``fHnbH D"HD S"H<`a"@0`@"H= d"@%`9@ f"H m"@# /"H s"@`($ L`#$ L`L` %`L`$ (L`$ L` L`, 'L`$ L`O2H`@ `L`G2O`"O`,``L` V <H@^@`@`@ PcT `<@m` h=@i  ("H `@ p @ڔB@ ($ (`@ @ x @͔D@`%`c4%`@ L@ ` VH @ @c  W@.` X@* @G L HA M ,@ @2-@C@&@#$@ M,@M造, 6Hc@,Hc@ ,$@(?@$@/%`c˔ c ŐЁ H?@$` $` `@O `@  &O ?) $@%` V&H$ @晐 ` ܀H @撒``O @拐 $  㿠 @@ ?Vᰢ&H @m"H @ `@c@O`  @  @ 2@ @ `8@  2@ @|  @HH ,@ @6-@p@*@'%@ M , @M逡 , H c@YHc@?H N- %@)` %@|c Nc Є N&   ` @  ` 2@ H@ H )  K O`` 6HT`( (&HL` &HG`@B:H=`@H )  5@ "H <\H<)  )<) 6H (H   "H""@2"H )"@" "H`>"H !`\2H   0?O€``O@ c $ @ c`   ) @` @ @Ŗ @ `<@  ?V㿐H@(H@ `@@O`@Ä N& "H N @ @% @  O`2@ N` N`H NH NN`/Hl+H %"H(&"H!*"@Ex N"H9-"@:q N@ /"H;="@Ug N"HG|@`84@  @ 9 9  H% !.H X! X  2@ 8.H cℒ @K 89 0?  0 0?@`@`8@0` N& ??c c $H N`; WH"`bd  & 㿠@?H: (H6 H2 H?@ ?Zݒ8H ? (,$8@&8?< c" d&H$ x,༄$ (8 \8$  & 㿠+?`@- ,( @ ݒ`@D ` %,@X(,@&` , `H8 "@/P @*B4P@@$"H`P $H` &@ `"H ` @`,"H 4@6H &O㿠 /? h-@H& (H@"H& <2@ h@y KH h&H8@㌐ 8H@ㄐ@N8"H%@d?$8% ݒh&H `#(,&8@h8 `#dH`#\,< cx" &(8༆ 8`@$ c(ߐT $"H ,@$@ɔ,"H@ ?"H$@?$,$4 44$$D$H$P"H 0ݒ@? 0$,"H <ݐ@5!<$0"H Lݒ@+!L$<H@H$X$L㿠+)?`,   HH@H:`, &O㿘; ئ @; p͐ V`4H `cАV`4@  X " P" T" \2H d@V  d% X 4H % d@? % 4H?@.@?Z&H5 `@⟐5 % D K5 ZݒԀ&H U U #\`U  @U U @@ƑU @ p5 5 5 '  @Y @הU H@ҥ @;H% @5 5 㿠Ȇ@ ݒ$|!@뢖 ݐ $|!@9 @$|@ $ L$ X㿠V`4@ @ 2@R  0 0?㿠 ,HL2H6 H ݐ(@<!& ,"H 0@u ᔒ#0 @X!@u 0& ,H ݐ8@#!& 0H@\ ᔒ#@ @?!@\& 0݂࢐@c``` `/@@;` @ $c ,@q`c  4@@&  <"H T ,8@8 `"H $ @= @ 2O  >,T $ c #@#\T #` #h#dT @ST @ $` @$#\#\ c|  @>@ېc ,$ 0㠄 @1@ΐ 4@'$c ( @"`@ `c<xА c0@ْ?㿠)'? ,  HH  ,`M@&O ,㿠@ ?hH @) <@ @@㻠@\ (%?@W'@ hࠀH@  ($@t @ h&H> K ( K@88?@Ò @ & 8c ' @Ĕ ޒl{z  h@&H 8@Ԑp 8@?& 8 K &H  8H@$ࠁ 㿠'? h@ H5@౑@%@H+ (H'<@ h KH  &H 8@  8H@@V 8"H$@l?& 8$㻠+? `h@ &Hs @t8 8)@ @f@Hc  (@^<@  8H   Hޒ@QX ($@ @ `h &H@% @A% ?@  @ `h &H,%  ޔ@)%   +>@%cޒz H@ @ ޒz %c@?%  㷠-<XH`d `H+?d, `h]H @`,ޒ$"H`0@#g`0&`,H ސ,@#h&`0@ ?%X??@(@X @<%X2H* ORHUEH .@]DH6b>H#HH%[>@ RH4SH Q>H9V@L>@H4dLљ -@6`(@ܐ6`#@א6`@ސ 4@#@&`,@֐ސ <@#@ؒ&`0@&`4?@T(2OX `h `h]&H$ j  d@d`( t tXx} %X? `h%X]H @<D &H?㿠%? h@Hr@+h@Hj ( Hf@@@ 8 hHHV@袼 8HN@Q?  @ 8@֒  8d?@d 8?@V d 8?@zV  8d?V @t , "H  0@ٔ d 8@f? 0"H d @˔ d 8@X?d 8В?@R 4 8d?@M 8@T?@ @@ Hށ??hHx@ާx@(@?hH@a` @ޖ< @@2@?h&H?@H`H@}?xx@N!! @ ?h`h&H?@l?@Ȑx)5< /*%@  @ @& H .H@&\HxSjx@. @ H@"H @2OH @@ے ?`h(&O̠ @#Ǡ ?`h(H @ H/x@ @D x2H?@cx . @"HJ?)``J?/@" I?/2O! J ."H" @"&@HI ` )H`O) I?)``(OHI?! .OҀ@)`x@<( H` NH<\H R cd ܀H !cА0@2??@t @?hH@^ޔ@ݒ  $|+>@%c@ dυ0@g?%c  @X ޒx @@V?%c *@Q?%c @͚ ݐ"ɚ0dP?@?@d`@֘ WWK@Hd$ h@Ē? @@{@d4xW@ Pd4?@ d?@ @d@? ֐d$@? )?@a hHxޒ@Вx@x@ hH\@Բޔ@@;ᴄ"@` @%@6H@ ?􀠠$H h@ԑddᴐ {  hH,@Ԃߔ$@ܶH."@ h Hߒ@ܧT@X6H hH @bߔx@ܖ㾠@dΐ?@dΉ ?9? hP&HN @zN @€.@?@Ґ (@N ?[@ @>!@9!@@ L."H $M [@]@ $,8OLM [@ )@@?@)@?)@@!O`@ `.2@ I .H ? I `O`.!4@r?&@o?@@~ @\;@ / .@@H$*@,L.@ $ @L.2O$,L"H+,.2H&,,L"H",.@H /H/@o* 8/"H :,M  @.O쀈*H,,,O  h h?PH?@ hPH@۸́?߂~H;?`[#\ #`H @۠`@@ۚ $  ,@ە  O ,@ێ 0  4\ @"Ŕ (@  H   (@@Ę @ҐL P@U @ђ    X\ @ `@ h  x H Ŕ ( @ Ә H  `[H| (&H    @9 O  d  4Hf @2@   H\  HW d`<@d8@n@ @@d2O@<@8d@@V@ dD $' &@"d@@x2@ @ d@5|H & @ ``Od Od H` dH` ‒(@{䆒 n@ H ~ eHw q@#\q qHd #\d@@n @`d@H`@$d` @@ @ `@O `,`@@d  Ⱐ@  dⰒn  $~@@/ *H `[d\ $`[H  ~@C@`@  &OdC,  @$ $!߂~, @%@@$ $@ ~ܒ?$@ `(@~܀@`@&@h @!~ܐ@@Z `@ `[ cH@?@ٖ(O~܂@`~܂@ `@  E@B ~ؒ(@ ` `~@@Y @`[ 쀠#H@پ~ؒ @d`[eH @ī~؂@`Ֆ`[eH! @Ĝ~ؖ@` O~߂@ `~ @(@ @}`[!(#&H$ @{$ ?(($@a@ @В ~܂@@ `@Đ@a `[!4cH@X?@C(O`[~@H `H ł~ܐ!<@(`(@;~܂@`d@8H  `[d@{8@T  s@K ~Ԑ!\@ `@~Ԓ @$d2`[eH!`@~Ԃ@`&`[eH!!t@!~Ԃ@j` H!@~Ԗ@`+~܂@ `($` 2HL`[?@d d#`?HŐ@?1@뫖("H%`@ @O@ HH`O6`@ H@ ?@뉖(O`?@X @d dʎh`[ `[Ű(HH!쀤 H!`!H!@k@%d@HHL(H"H"d@@I`[$H ""@G"@/"@:?($@'@@ ~܂@@ `@$?@(O~@"H`[  `{`[@6`@\"H`[ ~@~@@d  ~ @`.  `.   .` ``  ``  0 `` @ ``!# ``$, ``  `.  .`  `.  .`  `.  .`  `.  .`  `.  .`  `.  .`  `.  .`  `.  .`  `.  `. ``  ` `0 `.``O! ` `0~.@ !` `$"H`[M"d@"d0`. I`O`[$H @V"t" @MCd@ ( @A"Ը?@=~܂@$@?H @)` @` 2H O =, `>`HH, ,  ON?N?.2H , 2H,  =/, ,  , @   |@2H, 2H, $ "H,  =,  2,  0,   H` HH,  H@4K@.@IH `.@`. 0 .@+ HH 2@B, C@ =`.H =,?@,  . /  , @,    0.@  =, = HH, ,  H H6H , ߄M"H,  ~ܔ@@?OV ` @` H>``H =H, , ,  @`"H`[@g, `[`[$H"<@d""<@\CdԐ@( @P"` @LH@$& ?~ܢ @@ H  H & ??H?GH <`@$, <` H ` ) @ , L@ (& , +~ܔ@@ @ H?L@ 4, L@?@^:  @H) , H L@N?& , ,  *~ܐ@@_ @ H ?L@N?, ,  & ?@,:   ?H@H , ,  H&  ~ܐ@@7 @ "H&  OGL@ =, ,   L@ =, , ,  , @`["H ~܂@`(@Ւ~܂@`㿠7<<`@  H &< 0 $@  %@ & @?` &  &< @$0 %`)`` @ & %@?`  &  @ %?@`<~% @m``(Hh-He %& @ 0%@_?`- & -@@`(!@ !@ 0N%`~ -@)` @ & %@7? & @  @( *O ) @I%" @& ?% 0 0?%`H( 1@@?&%%0&<%`㿠!ň  H@ $ H$ H @ "H$ H  $ H$ H㿠N -2@ N -2H @@$H"NH @ " $HNH H @$@ H "O$H ON1?, [&H`@b`@  @@ @ ``O H  +, $H',e4%@ 2H,- `"H -@@ @ ``O -6H  --,-` [&H ń(@ 8b@ ` H ` d H` @   㿠` @@H"@ @``O??(T@Ţ (@T @e  ( @@@  @L(@᝖#@`0@$`CetԒ(@a@P@`e଄@ $`@N;ł@ `L ?@ @   @2H G ?@ @   @ 2O @f ?@ @   @ 2O @L ?@ @n ?  ?@? 2O ?@2="O ="O @?N@ 0?L 0@`) 8(`   @ `@ H)=@ ` @ @ H !  ` ? H ` @ `@@ۖ =@ `"OK @ ? <L <@`9 ((`   @ `@ H) =@ ` @ @ H !  ` ? H ` @@ `@  =@ `"O  ?@ `@(M(@`   @ `@*O @ ` @ @ H !  ` ? H ` @@ `@M @ ` @ `? @@'(@D@`@@%?@`@' H  @@ @@L%@@ `@m@?@`Oބ ?@( `@O@`H T@(@`@ T@ג?X[H;@ԒeҐ8 e T(&@@$ eþ8 $&@ ?(& @@ @?@䐖(O"@   @E ŀ= 2@- ` @# "@D? 8@A?J?@` ``@`@`?J@"O `*  "* `?`"*`?`" @*` `@ `OȀ=`"*` #@  "@* #@ " ?㺨 ?'`  D࠸ DH@-H$@ @ '?D&H @  `@   `"HN N`2H.`N  < @ ? `2Hb􀠠@K2H, @!b,  ?@eL`O ``H`\@e<`ep `, ޔ , `H`2H.``@ ?D&H8 @ ( H+ H( H`@@(%Lᔒ D@ޕ z@% ( @%Lᔒ D@ރ z@%    @)#耢 KH   @ #耢 KH @ \ @; "H  ?DH @m P 4T !t&H@c$2H !$ H!$ "@$'@%L!ᔒ@5!@ $ H@%L!ᔒ@$!@$2HTT@ᔄ!%L@!@TT$?@$\ \@HP`?H h iHv?$#\@H?`H;`H7`HH2`H.`HH*`@=?@?e eഔ $H??n' $\`?De e &H $\ n$\``H/???H tDiH'?U dH H@ϳ D H U dH @%Lᔒ @݊ @%  4T $D?DH@ϑ!@ r 㿠<   "H N N`"HN .`N @$ ? 2H  @ K2H" @" ,  ?  @ eL   O  ,  b , `H `@eW<`eRp`H2H.`㿠2@I   @M  ĚЖ ?H``@  `@ e'  @I @ @"H\ )  " "H\  H  I H)?`2H <􀠠@K2H)  @ )  I O`2H0 0?e`H`H @ޔeؔ?H㿠&H @ξ & 2H  &  H` $& "@$ %@ L (@ܐ!@    & H@L 4@!@  & 2H?@Lᔒ @@k!@ & ?& \@#l<x#t#`!? ` #d`#\H;@ (" H<@6 oH̄$ ( )<lxe̒<@O 2ÖƆ`H@ņ ` I 2HI (H (`O `@< `xH;? d?l  ! `F  #h ` &H @@d@ ?l#l ;"HL`2HL@?*8?2H ,e6H, (8,L@ @ed "&`F`@ex )`F @e >`F@!`4H `F "H`F @ۀ,2H`F@eː`F >eH$ `@͵sp[p`@, `F `eH`@ͦsp`[p@,`@ ?!@ @  Hk)"@!(*`@Є \,\@  YHW(@ )(H`?`L@`(H `4@C$`ev?>4@?!>@<?5H>L H@@  I @@O @H @  @eIȖ?%   H H 2H O(H ,  H,  @5,  `F Ő`(aL(P eH sx@ sp[p[x H @ WH  e sp[p esp [pH ?O쀢l` HA@*e,`F$H @sp@l@ڐ`([phTl@$@hl #h!eѐ<`e̐ `eǐH@d!(H`d(`H <\x @2O#l 4O#lh` "H`F`$ `F H<@̓`,@%`<x\ @ `F&H @̂`8 `tTT(< e|x`Ȇ @'_` NB#`(l@#d@'e@  '` e0##\?Ht@ '@?@`;?E䀠@ '@&@`;@` "@F @8'},4@@ ` #l@&'?;$@ `e; N@8 @'4 @},'#l@` ` @' d}$#t@ `T#/ Ԃ@` } @x#p `? #hE `"`#x#|"H?H@??E &H䀠@l@˳ l@˯l@Axld@'` #Hxx"@p?E#@ @ˏ<@l@ˋH@h@ˇP @r N @@2@k% 9H^(%% 9N 2@V% %%%  %%% % N 0d?%E@ @ FN x@DL`>N x@;"@L`@ "@% @@ 2@%  @ L 2O @n@ % p @``$#H @@@@ܐ@ "H% N  @a2Hw% % G#%@ /`4C '"H*, H؀ H0 0?H H $`, `@ @ڙ@ @ @$@`O݀ , ~N @$&O @ʧT@@ʣ`@@ʟh $H @ʘl#  % #p @`` O?O?p*@hp:Ok*H_@ZlԂ@  ##&H@b@lHL@  `'##l' H#l#@@L@NpL,)  ( @>@<&H@'@@@ `@/``@@O@@@ $  OfL?h  $@% Af༔th? Af  N@"@L$  Ҽh@ @ L }(@@`rL@ȔL`"HhL`"Hd\ Ƥ @ O (H| H, @Ȕ%@,%B@ |%  @  ~@$  @0 @ 8H@Ʉ`@ȄᔒDhL@c%[@`$  @``2O&H|@gP|@  A#2OL$  Ԃ@#Ԃ@`#H }$@`H@H## ##   # ##}4 @#@y #2Hf!~# @# #}ܲ@HjI @a& (@%  S  HG ~Ĥ@ @$H5 C H-`$H+, H؄ I 0 0?H H $`, `@ @ب@ @  @$@`O݀, #@   @ "@ "@#  @ HO& %  "HI~Ĥ@ @$H; C "H4, `$H1, H#  I } @`0 0?H H $``, @ @G@ @  @$@`O؀, #  ~8 '@@88@ȕ(@ CH3#2HCH#@ }4@(`4}4 @ "H*, I t0 0?H H $``, @ @@ @  @$@`O܀, ~ @ ` }4@~Ĕ@@h@A "@U}4@C"H/,  H؀#I x0 0?H H $``, @ @מ@ @  @$@`Oۀ,  }4@HH@  }0@ ` }0@}ܒ @$ & @P @@ȄᔒdhL@u%@ $``@@'  O $`#~8`@` ~8@@ $`@@'``O@##2O f_?h  $@ Af༔e A A},@`Ԑ@@phԂ@`@ KH ' @@2OԂ@| 8@ &Hl@p@\l &Hl@l#l''l2OB`?e?E@@(@`?Ht@?E@x@@}\?Ht2@ f(0@c?@l\  8@ 4 N    2HD"H@@X  @_@1* @?E&H@ƥ  H ($ 2O (  ` @%@%@f \ Nf< N 2ON H2- (   H (   2O (  脐@ KH 2H% % $ 4OX2@'   @   2@  W 3?d@H@`lH K@ K& @2H`l@`l&H   @ `l 4HH @`O 4@ @ `l&H  @ H T@ `K@_@+ K&`l&H @@Δ 2H@Ď f@恒!@@%Lᔒ @ӡ&@' KH28)ƀH,@ @8 (HH  @ѷ& % &@ږ $  @8`l&H@ł bДbЖaƀ H "#bА`"8H ""`"ā?H㾀#`H@V`@`H LȔ h'\@5 @ h/@`$` "@zfH@uf  "@lfH@    "HafH @ @``"@TfH2O`@@ X;`XH7`C "H/,H؄ %` I ńa0 0?H  H $,@ @Լ@ @   @$Oۀ,`@(Xf6` ! "H,, I ņa0 0?H  H $,@ @ԃ@ @   @$Oۀ,f%@@"$`'<@~L(@t'@~@S$`@~ 4'@gL@~$` @~ ."@O@~ѐ @'@VL@~Ғ$`D􀠠@KH:@Ȑ6$@;aH 􀠠@KH(@$$@ @@O􀠠@KH $$` 􀠠@KH E$ @ƐL  HXL @D; @H@f?H=f H9fH6fH2fL  H.fC@ (L @ԍ H6<L,   @~ ' @$<<f <@耤@ @$@O@fƐ<H$` @fD<$`  @~ LᔒP@ѐ'@~ $` HX`H "@H "` `$`L ""HH|@  H:'BT$`5'Ȁ/@  H.';x$`)'Ȁ:H&'H!'@ fd@ڔ @@a@}$`Lᔔ\@A(@}$`` 'Ȑᔘh  h#\t(< @`H  Ԙ#TB H˘#  Ř#耦`@(X6`CHŊ "H,- I !ᔄ`0 0?H `H %`- `@  @ה@ @   @%@`4OI - @}M Lt@Җ("@}N` $` "H 2H@ H?@`?HH@̐@ ɐ<Ő<􀠠K@ 4`T 4`T\$`㿠H?H CH2@ ."H/,! ŀ $H*,H 0 0?H H % , @ @W@ @   @% 4OH,㿠` @  @|`@B  T2@ @j@j"H "H  "H   "H  ` @ @ @ @|2 0? @$\x <(@ 0fp@؞?f fㄨ# (0кfx?@؈@ӏ?`@?7'` HHcd#\f|Q`4?@ffဠHcl?@Zf@U?TTHsfD (f@E?kf@>?df@7?]f@0?Vf@)?Of@"?Hf@?Af@?:f@ ?3f @?,f@?%f @?f,@?f4@?f@@? fL?@ۖ#\f(P?, @fx@ʒ? @`"H`H @׹?`?`@ײ` 2Of@ש?0 $`H ctHc|Hf?@ד@DP H fHcHc?@~<fHܒ?@tHfH?@jLg@@{Lg?@Z@(Of㿠 @g@{H @ g@{2 0? 'L?'T<H@@"@V`>V`<'' s/'"@V`BV`@'' r/'@ '/ h/@' h/ e' e/̮!| ؐ#\ ȏ)р@ ` @'' $ Ԛ @'  ܘ#耢 KH K&HY` |HU`#''g`"H@z@' '@g@zu2O``H2` |!` '@' @' ''2O  g  '  E&  #耢 KH` K&`@  w#耢 KH K&   k#耢 KH K&H  ^#耢 KH K&  S#耢 KH K&В ! "ȐВ gY''tthx  h '@z,'ȀH)xLZT@ OЀ@H ƨ! !ZƠTȆth@ ggHT@*9'px 'px@z 2HT gȀ@!!ht@ gg|@ْ*;'lĄ 'lt$!hH?@?@ t"H ?@ ?@t?<H@5ZZ'@'D+?'H'L'P `M'&H  @!    $ @ ' `M H @ !Ȣ!8 #\ h*n, !D  u*o#\" !P  z*p#\  \! h l#\  *r  q#耢 K@ `M H@̐x 6 T& D   "@ `MH@h'' h@yB'2H   IP'"H/!ȀHg!h@ gg@*' '$!hg@䀐@ '' G "  '2HD@0T@!!h@ gg@*' '$!h"H@(@ "H @@'Ȁ @IDې@C?  #$ `$ @x`P ᔔL@*@x`$  ?`<$ <`@$ @4`TM&H $ ,@  $ ,@xz`ᔄL @*@xy`C 0H@\!L?M H@ `M H@㿠 @ ;& !I`H-@ -`I`@-2O`-@9`I`aH D"H S"@`"H`s"@ `& (I` & I`I`. 'I`O΀2H`@ `I`G€2O`"O` )` (H @w @0*@w (& ( 㿠 N`   N '  @`` @ ( CJ`H)`2H )H  "H "H("@   H \H    ! H  @"(J`@ <"H`>"@ (3  0? J`!`4H( (J``O @ H H @@w(Ț   }@'L'D B'H ?'P'T'X''# ``'' H@<'$'$@ @U͔ @''@(@wI@wFȀ(@ 'D@$+y'g'܄('gܖ,@݋ ' !h'@w# Ȁ(@ 'P@+'܄'܄('ܒ@̄' !h'Ԇ 'ؐ @w1!!hHT%B $ @@ 'ń' $ @ $?`H@|\PH$  #耤`2H$"HHHHȐg@v4@g@v<Hg@vD@?`&H@F|@ %'?!C#<#̒$b $#b1ƒ$$#̐'!$b􀤠H ?"H&!@ r&!?X~ (@HWL~ ' @"H\gL@͖~ @vh@@' \@~@ ` ֐ _~@ `~ @`"H gX$ @ܧ@vD'  ( ~ D@@ `gdZHD<g~ #\@ᄐ ZHh@ gg@8,~@ `~@ `@v< 2H܆ܔ, "H@@ ؀@!!!h@ ggܔ@ ,~@ ` ~@ `$!h"H<@E<@ H <@;<@ <􀠠@K2H @  ࠀ"H @䀠"HG@[ ' 'P @'TB ?'X' `'' H …@''ᬒ@1   2H' @T@' E'@(@u|@uyȀ(@ '@W,L'g'('g@۾ ' !h'@uV Ȁ(@ '@5,X''('@ʷ' !h'؆ 'ܐ @ud!!hH7B@X     M\T@  PW#'h?`H A@ A'h@ gg$@ ,n''@u* 2H,r"H@ƮB @ < !!*#@!Ȅ!h@ ggLX@,y'؄ '$!h"H@3@ "H @)@'J `@ +`+` +`+` @ @ H* :@ ` @ O+` ?~' #`@ t   0?@%#@$ ܀@  @  @K-B"H@t} @t%'"H@tqH61@/? 􀠠@q<`@(@#$@H!@t1 g༚ X, HATt @A􀠠@@6@+1 Tb @/<`?@($@H@@zg༘W H@s?'@$ T@uT`@``&O? H !@Ȑ4@ H?!@ @ @s$ g?XH ?XHz x@ ?!)  3 q)  )`j!l) !@s @  @P@`#`##\$  @ q@$'x@&!? XH-@xِ X &H X@x  X H@x @  @o @x܀@@y  @۔  @_ -@# d@ǔ$#@#逈@K฀HhaȐHh@u 6H@"H @#В d@sgђ฀HhaȀHh`Hh?X H g W(ฐ @͓ @sHh @gDhgdh  H/B@w H/Bg/B㌀"H@r ㌠@s&#'㌀"H@r@ Ȕ4? @˘ 2H @rgm@sp@?$p$$$ @r$|;' x'ਟ @Ȁ@H%`H!?X Hg༐ VА @ @s H @g,h'@ ?H @r`h$܄$hT?@Η h\@Α?hd@΋?hl@΅?ht@?Ȑ?@"H?̋)` @( h!@ |(@k?"H h#\?0@[ഀ"H  @ h@M?"H  @ h@??~@H  w~@(`~@H r(H  8(@H b(H  d(H n(H s(~(@H`~@Hh@? wԒ@ "@x @O h@ܒ? "H 0@A h@Β?0"H H @3 h@?HH  (8hD88Đ@ʹ? @  R : H^ A DT T F S N@ 8HN ( d H @ hА@͏?@ɒ @ "H  <@ hؐ@~? <"H   @ h@p? @$  @ ($ ?@ R  ($ H! @$  @  P( $ ?@Ȕ P   P( $ H@ @$  @ ($ @?@ N  @($ @H @$  @ ($ ?@ S  ($ H @$  @ ($ ?@j F  ($ "H , @$  @ ($  ,?@L D ,($ ,"H H @$  @ ($  ?@+ A ($ @$  @  ($  ?@ :      ($ @h@q?`H? s$ ?   $H$ #\  D$ ?X&H (@ː`  ( 2OT T ~ ?@@p  t?~@0`~ @$|0`0`0`@p `Ȃ~ @#'#\ '  gǚ"`Hh`"H`` @ "H` @~(@~@H`"H`h@? ` @@ hjh@?E ?@> @ɐ`2H9  ` 0"H3 0 @-"H%  @$  @( @$ ?@G   ?@B ( $ Oӄ  @$  @ ($`?@$ ?` ($`@@*~ @@ h`@?(`H @/; %ᄄ `0?H `0%`  @``h@X?``2O8`h @O?@V?@@Ȁ@2H`"@  @ɒ @oH H @h h4 @F@ q~@@j$~@pC@H @@nhX~@@Ȁ"H&H @oM6Hܒhrx܀"H$ܐ@P?$?~@OH@h༔R @?􀠠OH@h༔R @ ?$XH@= 㿠-Ƣ@d ,@_`@i@\x@ ,@ DH @nx`"HX%% D1h "@   , @ DH @n^`"H>%% DHhHhL @@ hĐ?@s h@l?  @`h@b?%H `Hh@S? D %㿠?)'@ࠀ!@! H @ $ $`@'$`!` @ @o_! 4H$ࠀ"H $ࠀ"H $RȀ"H$ࠟ$ࠁ㿠?)'@ࠀ!@! H @N $ $`@$` !`@ @o.! 4H$ࠀ"H $ࠀ"H $R"H$ࠟ$ࠁH"#HH *!  H"< "`L㿠53" 1??@I@ cHh h؀H:<!!ܪ``&H+cH! $H`Qr2HcH HcH,  4HcH  @@i  cHhh  QTcH ` &O`<H L@ 㿠"a!#H`@H@!. ?`#  @  # @6hh"  Q# 㿠@)?.` !`?!!   ) P( `@` H  @`P 4H`$H @@H"H P P  6H 2O @ * [ ܅( (@㿘#` #\ H"@@s H" #\c,  @b"` DDRH!@ 4H !䀠Hȶ Ȑ @ϒR 2H%` @H%`$H`! `<@? @ * @ H @@ @!@!!H  H``@ ``2H`@^2HP`<_`<5?2H`@T@V@.`<!  , `@@ ) P(`@``H``@`P4H $H @ 6H`P`P#`P   @6H 2O@$H `<[*܄ ( @(`<%`<H%`<@c`"O`<``< @(!؄ !!HS`?7?`<HJ[ @ -   ) P(@`H` `@P4H $H  `"@6H   6H @2O`H  )`  (@@쁑(H O H @@C H\ 㿈#l+"#h9?@fcLƄ  ἰ7`"H^??" ヲ  @%? @ Ɛ@ cLHᔈ  @cL@`$H%cL 2H%cL%cLƬ @`@  %cL$@2O%cL%cL@'` " #pHBGpBGH@< G @<(@H]R?@Q<("H   @ h( ;(#tj)`l!) #p@kp @t `p `@Pa a @#\#\ $ @  h" hU (HL?  @ h( 4(j)`@l!(@j@ @@ @ @R a 䀊 a@#\#\$ @ʚ  h"th??2H ?􀠠$H[?  @<(4#\(j)`@l!(@ji@ @@ @ @Q`a`䀉`a@#\#\ $ @|<#\hhh#` #d  N%?("HMlHdR  @ h( 9(#pj)`l!) #t@jt @p`t`@Pa a H#\$ @$  h#hlH?@H ?@   @`?od&HJ   @( (7h#t)`j!l) #p@ip @t`p`@Pa a H#\$ @ʚ hh@`D Mz 8  @  @  @A& H@9&@4&cL H@ ?@  cL?HȀ Oအ 2?(H?h\?h d$H!?h`M1??R⌀"H??"H??"H ??RȀ"H? ??ƀ "H&?R?"H&??"H&??"H &?R?"H&? ?&?@@# Ej#@`#`@Q#dBEH‐@H?h \?h h$H hdL̖ !'!<) H#hH0?H+ dH'܀H?h dx?h ㌀$HԄ h dL !') Hl#h@  @Ȓ`p(?@!h@ H?h?h ԖHhLh@Ӑ  @@赐 `!? 〠H` @>@輐 @躐  B d<< L@!C @h@ $#@NJ@ # @?@蜐  @l  @i | @eY?@h H9&Ӑ #<#$cx@e cx#|̐@#x" " 쀡 HB$N @ Bh@ ; !|cD- ?H 8  ;    0? #tcD" #l#p@(P`#$#"#@#8# #"H # 8.H X #$p(@ @?@P4H@8@'(P$!`@ @ 8  "H$  $8.H X $) @@Px  "H <"L  P<HH@h@- <xh F?􀠠E@?oc&H @#C#j,`l!(#@gO@ ### ###@a###a#P#H$a# #\@Oh<x Eǖc?􀠠E@?oc&HO @jcl@g@ ### ###@a###a#aP#H$# #\@c#Ch it  J @= @  ,` ؆ "H  (( 2H ! @ `8 H  8.H X @` @OȖ  @D<# ! H( 2@ (@H 4Hs@^# !"k@f @P#@  #L 0 $?@)$#L#L@B5`B d< L< @@f, C @?Hs@ dH@H B@@愐  @T Bx@ [  ` L<   @O i$ @c <d@#E@DO@ <dO@lHx  N@| L"@`@ <#|xyc#x@" @ހ@- #Ki- #j,`l!) #@e@ ##|# #|##@ a##x#a#xP@a#a#$ #\|x#@i<@ xD&y   @C䀠"Ht*H:@ Ȅat@ "H0i @fT2H)i@f\id? @> #"Hip@h?t#2Hat@# @@?@ h6Hh@  @ ? #4H#@ h@@dH  " #H Ag #d@5 <#|xc#x@" x  H <  "#D@"ࠐ "cD"H "tt`tt8 t؝㵠#` #hi#l@ #d@0$?Yh?$ (.` (P@ LP@̘?YHBT@2B $h (`H@`H` @"``2O`@ H L`H;`H` ,@``2O`; p| t`H`H` P@``2O`@e@\#p@ ? ih(5 h  jᰥ) cl.`! ) @d2@ @ @ @P??@ # ##\$ @F i `ƈ ؀"H d80&H`8!0?` d d"Hp  @e? H6? -` .` c#t( ) h(#x?Y2@; @y` L` q@?L` f@ ?Y2H` @k;D` Y2H@c;8L` ` qHL` fH@c  @<(i਒?H?ɐ0@ј ?iؐ HiG Bh@B@ 2@ `2OBhH`80@@f($Hd@2H[l?􀠠$HVl@x#Ei?j l@c[@ ? ##|#  #|##2@ ####P@##!$#\# |@Y#ii 8"0 G lHY\@@#|?Y&H|@;@ #'<h@A+&#&?#|(@(@]|&&?􀠠H?@x#Ei?j l@b@ ? ##|#  #|##2@ ####P@##%$#\ |@#iiᔐ FX??􀠠HS?@x#Ci?j l@b|@ ? ###  ###2@ ####P#H%#$ #\@|#iiᴐ F-|?Y&H@ڐ<@Hu`6H i,i$@L)#|;H$@T @bDt@[@"HU%(@x#Ei?j l@b@ ? ##|#  #|##2@ ####P@###$#\c |@#iiHL E%(%` @e?L` d@q"HL` x@ L` fHL` "HR%(@x#Ei?j l@a@ ? ##|#  #|##2@ ####P@###$#\c |@#ih%(%`;| @@Hh $@aK$ ;L @)@aN$ $$ $$$z$Ȕ? @, @$?Hp@?YH %(@;T@’@%`] h$@a$ ;t @S*@a$$ h$@a $ ;t @D*@a $ $@ |  A52 0?$ t$ ?$$$@@@ ;@  ;|2@  `;|@ ``"Hl2@ ސ"Hl p?@P!@Ґp@`В @`@$`@ċ?`$`@ 2O`Op* Op[ K H(@aq@aԐq$ @aΐq$ qH8;@`v @H3; #@`x<@ @,# $H   @I?  ! (I?! O( I?! (O (@$;|@ P@ q@`U :H;q;q;| @@  @O 2@7   2O 2@ @- q@<  2@$   2O @@aRq# H;HH  $ @a>q"H$ @ p?@!O2p@s?l@ < "@ ?"@ ?Y;|1&H||@q|;@*;H%(@*ʪ%`@a pO?@a pd? `ƀ`!؋8 "@8 @"!"H `:`d8 0?! `H 8 0@@$H ` 2H`:` 0?`  㿠3"5cL)?!@"$+L@9&cLHT@0+\@++2O$+ cL@"d!&cL@ဤ`@߮ @H 4H@Eb @` (`H4c  @`('@(@H#@2@ @@ `@@@ `  ((O@OԦc@@`q (C`@ c@`g (9`@ c @`] (/`@@_ 0 c: 1I0 : 8 () "Ha4 %Ȓ (@`?`@ c@`6 (`b`@`/ (`,H',`(l (@+`cL&cL`" ` " $ (" `" `" ` " `" `" `" $" OH?t@^+?X%%&&HcL| "@ @ @'  $`@"  $ 2O  㿠%? Y'ƢᠬԨԀ&H@ @ 'h` @+%#$ YԐ(@{(?@I$ԇ- %$H Y@ ? i i3!-  j-`l!(@^0 @  @Pddd @d#d##\$ @D ii!Ԕᔐ AG Y$HD Y@ ? i-  i3!-  j-`l!(@] @  @Pddd @d#d##\$ @ ii!ᴐ A Y@@_`( ` @ @ ?㿠 @`@ @ݙ"H  "H ?`@  `@ @ ?㿠 `@  @`@ @g"H  "H ?`@ @ ? ` @ @?  `@]B㿠%@]C  @@]<` @  `HH ? ` @ @? 㿠@] @S, $H*  @I  !`* I!`  O)? *) !` &OI*?X㿠H>@?, 1|D, j- l!(@\ @  @P@`#\`#\$ @|D@K@B  @\ @iC܁ @ ; $ ;B9<'`d7<' L5@& @\w&C @?Hs@ dH@H B@@ϐ  @ܟ B@ L 2H$ '`d' L& &ܬ @/@y: @  Q  i$ @^$  m<4 ;'<$  $ p 4$H x@c q @i!  Ā`H@i ?  #L( j*`#` ( 7@€i :ʒ?iLHC ?  @$ @<?X&H'$  "H#$ @|T Ā@ |T ?  #L( j)`#`  ( 7@B|T@~$ H      Ɣ@$%L   ,$ H $ ] i@   $  @$%L$ P7?XH`@>`@a  @[ @i6 @ . 5B3<&d1`?(?%?7`2@*$` W"H&$`a<@%a< @?(? @%?`??@o `??@i`?(?%? ``H `j4? @̒?`@ $`L O{\p#`@`@j<@?j`?l@8(ダ@a ?b b ' HX'#d#h #lh  #hH"(<\"H``)U (@@@@@ j1 , j #l(#p@T;p @@ ` p`@P`P`H#\$  @O j `?@? @B@@j2, j #l(#l@Sl @@ ` l`@P@#\#\$  @ j?@ #l @?@@j1ఇ, j #l(#p@Sp @@ ` p`@P`P`H#\$  @˚jఐ?@I $HG @@j3?, j #l(#p@Svp @@ ` p`@P`P`H$#\  @j?@{dh#d#h  O<8(@ '' 2O `lHhHj@?Ȳ?d@I㿠18/<"(    @2? H,`@ \H @5  `&O\"( @`@2O`H j0?@  @ P  D 4 j|0@$@7$j@2$?@$Ho?􀠠Hj@RВxHFC?.  7j?.  .` (P@|$@ P@$@ ?@$H,?􀠠H'@Rx&@C < @@!` 쀐6H~x@`H @?~x@ ``}@ @``@j`@!? ` @jd@? `-`@jh@ ? j l@?$|?@| @(`(a@\(@m\H |@@: |@H` BH(|@Q@|@P@( H''}@|@@P}@,|@P@! H!!|@|@@P|@,( t@$2H +@P j#\p`?@|@- N}@H`H~@Ptj?@w|@ '}@H`H~Hj|@@b? <} j@H`H(H d"}?@@M}@(`g(Hbj|@@;?Y|@ @|@@P :HL (@ j@#?ƒ G( j@? &(H2}@H`H*j}Ԗ@@?}@(`|@Q@'t|@H`|@ @  wHH$ O|?@@B(2O\tHjj@В?j@˒?@'?`$`O7<` jᰒ#l@O @  @Q``` @c#\#\$ @j  㿘 2H/@Ր/ f/H`x@?/ Ѐ"@  Ԁ"@ [`q"@ $  Ā"H$ $ Ъ$ O`q? @ $ E`q@P  Ѕ,! @ : :  "H $ Ԅ@  $ ԁ.H X"$ (`q @  Ā@ `d"@ `q `q@`d@    H `q $@$ ?`7H `QH$?`TH!?`d@=H?`tH?`x"@$?2?, -` (P"H2 / , -` (P"H"   , -` (P"H  @?, -` ( $#\ @?7@H@,㿈 #aܠa܀H?耡n@@ C?쀠H) C@@OF H@=HC?쀠@  @V$?@1@?쀠O C $?$hHņ`$a܅8'?@ 79`H0 2@9`8 ( ((!@&H $?$?@Д?$?@N?  H"""cS?89 !I@<`I@20 9 8  j(b"@ (!H 30 @9 /<`!(H I !@($@#/ H I /I /I /H //@S/@M%La@s h@M& a ! i #\ i 7H? @r(? ]H j1㿠#? `c&H   Had@QP ܀"H @3? @& ? 􀠠W$H `cj1 `ch@2 x@ʑ㿠@N +/ᔖ`ဠ@lL@  h @M hN :@ @Mw L @`@Mx%wj@N@Mdᔒ  `@L@Me`@9%j @NHj@N@%j @N Hj@N6%j @Ny$@j( @No%"H(H :*?%<TH%%<T4%/m"@( H@j%  @M ,@ %  @M  ᔔ L@a@M  %  % %%%<T@%@Lᔔ $L@ra@L%@Lᔔ ,a @eL@L% 㻠HB H=d q@<$$H4  H S Q@N @ ?@Lj0L  $H  jP0 "H @? & (& 㿠 @f| 2@ ?P㿠@Ā`H2@? ( *`#L j (#` 7@㿠@?.  )  * ! j) ᰒcl@L<@ @ @ @P??@ #\ #\$ @P㿐  @1<#,`@L`#,! @ : :  H   .H X"`@`H--  (` P ("(H!``!  @ <   H@  < H<  X$H:` `0?`H@ H @+#,&H @@D8= ` 8 ! %H@ :  H)`@  )`: .H X")` @(2O`"H??􀠠$H??`@a j j#\#`cp /[?㿘7?Y@ @ ?"@  3  2@p  @( PT"H(@ (@ PT"O(6O(\@& & @ Pp8(& & & & & &  jl`HF ̀HBY!&H ?)  )`!) @K  @  @P@`#`##\$ @ `0@ H ̀@Ɓ 8 @C2HG`3@a5?!, $&H;`  &a $H2`*$@ @ ?$ $ ?􀠠$H$ @k k#\! .$ $ &a &O`?` (p??@$``$` H j+` $` Y  ja&H4``* #l ((@Jb @  @P@###\$ @v\@``Ј @$``ԀH`$`$`ЁN .@'?L "@^ .H xL Hx x@K6 Y@`&HL @z8@ %<(@x@J' Y@`&H3 @aT@ @ `&H! @p D#\> , @z〆H  YH  9@m  ? Y H/@X ./ /  "H"H H`$H `@a` &O`$@W&&D,HH / @ j+< N @$$ @ k$< N @I@% @I@H k,< N @& / @IfH!%  $@$ @ k $\< N @I1 /2H .kk@P.% Hkk@EఆN*@w.@I /@k?`,YH<@< N H @{#. @H$@( $#h H ?kkH@ ?Y`lH@@H @@vP@H$ H( >#\D , @jH ?YH(`@]@J@k X4?YH <@ `@G< N @I @h$ #d#`@H@֐@Hٔ@`d@HPH ㄀ @ a @u $   $ ( `H( ` ( @(@$  (@I (a0a$@ $ aa H   (!(P0@ka$H   (!(P0a($@V "H O  (!(P0O.@@Ha, @uJ@H  (!( ?Y@Ga4 @u8@H  (!( ?YH   a<(!(@P ( !( O`"H%*`*``*`*` @I`( 8`O*`%%`  $ ?`YH@U@HO @H /. ah H@t $ D#\>  ,@8 @k6L?YH <ap@'< N   aa0$ $ @ CaaH P0 $@ 3H P0 aa$@ #"H  P0 H@kMHk@GAa @t{ @GC   ( !  @G.`a @thk@G0d     J `@)`)` )`)`@J ( 8`@O)`%x@G&@k~h??x܆ `( @ ( "@$ (8O(!H `k!~~?`@ ?!`* x  )`$"  㿠58?(   H4 H0$H#(`  `= * 8@84` `4`= `  90 `&O`(`@2O8 㿘@CHF1@|K!3?!, $H:b  &! H1@%Ơ@ @ ?$ $ b?􀠠$H$ @k k#\! @*+$ $ b&! `&O㿠HH`??Hy`ĉ)  ؀Hr +` ((@H`"@$ #``ą( (!(P HT HQ) ` 8( .H HC; #``ą( (!(P H3 H0) ` 8( .H H" P H H) ` 8( .H H `@ !  ! 㿠7-@< /?t%$ &"H% 1ƅ,`!%?!@3@`@$ @@ % @v!?@ޘ`O H? $H% % p @9?C " @ "`"%!a?$`"%? & $H%  `@  ? ? `? O`?`@s ?  &O?%   @!"H??% @ȱ H??􀠠H ?z`ll@D( ?&! %?  H7@!"H?% @ȍ H??􀠠H ?V`ll@D(Ӑ ?&! ?  $H% % |@kk( %  %  &܄%?"% 7@);'!t&࠲ @-$# @ k|R#< N  H kDH k@"LL*@@D /@k!t|4h?!tYH<@'< N *    L/H /,,L/H ke k@"@E}@ k|Ѐ H ?k@??YH <@< N O;?98b `@*`*` *`*`@ J ( 8`@O*`'"@z D"( H<b "H < P"(@  2O P<t@T?Ht"HQ"(k@D-,@k{0?YH <c@< N DB, @㌀`H  D"H#>"H#\@c@+"H ckD{s "H"(k?$H"(k' "(  Hb H`"(@@O "( H 0 0?@ b   "H  $H#"(   `x<* 8@84   4 < ` 90 `&O`"( @2OHyk H# k@l#a !"H"(@ ?6H$ 􀠠$H $ ll@D' $ ?$a"(   H5 b H1 $H#"(   ` < * 8@84`  4`<   90 `&O`"(` @@2O @kz<?lHl&ΐ H< N 㿠!Ɣ!#"H$!@a`?6H$`􀠠$H $`@)ll@D& $`?$!  H? "H" ;?!t"b" ?R!2<㿐%>@oҐ T @B TN @lz.\;,@2H`@ `M`O,-``@Bp` @oN@Bs$2HM`?$ ?P4ݔ  L"HE``H! LP @  &O  $H0` L d @=` @O d#``@LLP   $  ` O$ ``  ` $ &O``$ $H` @     ( ` @?O ( ` ` @ (&O ` @ ( 㿀 @ @?)  L`@  !@ PT(H `2OPT$H %L, d@h @ `@ %Ld @V @+PT6H(!  (2OPT H$   R T"`@`&H  H&&`  &O$ $@#d $ `H,  `@     ( ` @?O ( ,  ` @ (&O ,  Ȅ( (? % $!@ l@|("H  *  @   @ ?(#l#h$?-` #p ( Ē%PH #t#x@%L%L O $$l$ 4d@$$$ ؀"@@o$؄2Hxpxt$$ m$$4$ L$ @iL$E@z $?% 􀠠@f@_@;'@  @h@@ Z|@  @$@QIp@&@@y l@&@H lkl@㨀4H-p?􀠠$HgH倦@la#\a#\#`  d{@_$@p$@Cp%?C (h@   d@; Oh`% H `@` ``! (``O! ( ``! (&O`"H  Gt@  ?H㿠v@  3H  @2@  7? @ ᔀH Ȕ#(@@("H  *     @P ఀ@F$􀠠$H9`"H6`@; ༄% @ @(@'@ @  "H``@%@༢@ @l༒@%@@&H `l l`@#@O$  倠HHH@maa&  @o2 0?H $  dddddp|h;~>#h 㐆?#d< XH !$@}ٖ#`2H `mr0  % H` @ؔ @:t6H mq<   H< H ?mqL   H?HtH tHtd@iH ?m >#`@Q??m >#Htm t`@o3("H-`;t#p#l`(M `􀠠#@ pЀHt@  t@Q@ M OH+SFHKDH "Hp#"HpC"@̀CmH E"@͐m@ FHB H"@ mH M@m@QH OH P"@<mH) R"@dmV@ S"H@ T"@Cm"HM X"@m@mqApM @" @   L @ 2O @  @fƔ d84( %@f %% t, (@/#t< Hń#tt @+@ t%@X  @f % ܀@IH H)(" H`mp`2OH <X% $HL mp<Ƅ%L <X%  L mp(Ƅ%L  @  H "O@ `H"H ( @ H@ 2O((t@@`<#t Hń#tt @+@ t@F% D@f! % "Hp0#tH H%`(H0@tH`mpCX`` ````Hmxp)2OHpmp Ƅ%pmp|p#tt(@% t@@ڔ #d&Hip84t* mᬀ"H_p?HtH?ɐ0@u??U`0&H@}t@I2OCp@#t"H;p @`@ 2 t`` l#\!(p  v"p@ @"Hpt(@@`t@LM  t "Hp@"@L`"@@  @2OL`@2O @"O,`,8L "H8,@ z "H/,?UH ^[mx@}Y@S,?UH Km@}I @Q   0  )@ ,`Op@@#t"Hp@`L @-@ - L @-2O -2H.#xL o2H0#x #x  2H$#xL o2H&#x #x L @ 2O "O  @ L @ /2O //H0|@-@7T @m@  `H!܂@ `@7)@@`H:H@`@75 :H #|`p@t`l@@@}@`@mnp#|`pJ |@$t@`H@`tt@`H(2Ht @@ H@2Ot|h@8xp@a ph M @ p\ P@mnb pM "Hm=@  `L`@=2O`,` @6`x @c" @6!<@#\ਅ( @7`#\@ଉ($#\!p p2@mm@  H2@dm2O"H]m@@6 <  H# wH<@6} .H<*  wݒȖl`  w#\%"@<H? @`H#t `/2HPptH2H(@ H@2O(@`2H4p@m`mǐ ,p m'p(t@Ӗt@ؐ@p@6# ="H *   pm0D@(?pmmp`Ht@"st`@k (2OM `"H `mm   H`@c?>  )P@+;D %@"  H%aT HmP @@5` H%aT@aT`O㿘N ;? Hu$` #@=@<(Hj`&Hf`L$`\@@ `[`@5`@S`2@`@ @ @(@`L$`"O` @5"@ ,`@5k@ߒ5`$`2` $2H/`L`"H+`$2@ ,`@5V`@ʐ `L``=@ ~"H `&"H`?H``,`"H `@57@`L` O #$`;HLH @@( @ H@2O(m  "l㿠HhN`;+?\ H_?@ "@`L`@ 2O`@L``L`@ 2O`"O`,``L @  H-` `UH he@zc@P!` `UH V @zT @N   0  )`@ @L` O?~-? U&HN`@z.N`@ml+ԁ@#'@4 @a#Q@4~@4 @@ ml$@)#Zm * @4Z@=@0!OH4m @ǔ!4 !<#x@Lm#x(m~,@(@( @ mkҐX@#P~@@44 :@ mkd@֔#*   @N @ nkp@Ô# ~p@@3  U~p|@ ` ``  ` H@y~p@`~p @@ఐ@#~|@`~p@~|@ ` ~|@`@M~|@ @3 `~@ `~p@~p@` H DH `H nk;X H~|@@`~p@~|@ `?~|@`#҄@3 `@Hnk 4༐@%#|@Hnn` @4| "H- ~l @%`@4 @`!&O - ~l <@~l @~h@@k#x@ >`Ȃ~h4@? @  H4`~@?@(2H<Z<  <?H!;H$ @?􀠠"H  H @vk`@ `H=nj~@?@u(@,~@H`#H~@~d@@ H~dŒ@~@?@U(O@H? H@?? `  d|l ,P 0l L  㿈 t\ @_$K @2g t@ N "HN ,;@2H @  L O,N ,  N @ni@2?  @_y$[@2B?5 p`% XTL  `@:;`@`,@H ,p8 @@,p8L  ``=@88 L `@ `=@`,2O `=,p888`=@ L H@  I @2O  ,@s`[` /C8Hn(J "H@1 @_${@1% J @Ԁ?@  H   0 (@$J O?@4 @[` S2@5 B5 >5 <H/2H@# @5 <5 @ H/2H@ @5 @J @n i2@1$ @^Ĕ$@1% DJ "H}@6% 8x@2% Hs@2a% Pn@2\% li@2W% L6Hc% L`@2N5 6[J @n hR@1P0 @^$@1S% TGJ @n h>@1<< @^v$@1?% d3J @n hА4* @K @n hĐL P5 p@1H @^Q$@1 /@1#% @" J *  HH H% % H`@1 /"@ J  * @ `  ` H% "H% `"@% I`H % "@% % I 2H% J @S@N@nh@,2H @0В@  L O2H , N`L 2H, @ , L  @ 2O, "HN`,  N`@n h3lؐ@nh) % \ % `L @0 % \H?@ @ H?@  2O "HcH@9@  L @02O "HN@%@  L @2O , N`@n gܐ6@1@ngҐ, % `( @0E % `!ƒ s% hJ @n g@0h @]K%Y@0% Xn gL `OԀ`  8 ng 8@n g8  @n gT!ƒ !耠@ngp ln H d% lH L<2H#% LH  % @/@n gY n@/Ȁ@On 8"@Dn"H?nH@:n@/"H n 8@/nt"H    0@?  2H %  H% 2HF D 8@ n@/k<H% 7 D% 3 Dn g  @/VD2H& D 8 @@nHnL@/?x"H D nfnLf H"  8 @H @ I``H uH % D  O   2OH% D  @I  @P4@ǔ%@!$!@$` , 5 4㿠"N P g`HW  @HS      H'`\`nH `b"H)``f"@)`)`"H )``r@ )``/  `+  `'  `# )` ` @`" L   `H 0 L  0?`Oɀ  2H)`@@ )`` L `@@ O 2H! )` 㿠$N P  H5`H1` \ @  H`,O \@" O  H `5` O  0?2H ,@.x@ `O ,O  @ Oր `H$`,H@0 0?&㻘 N  H:`; 2H 2@,  L @ 2O "O , @ , L  @2O, @. @[N&@.$L @`aOϦ`` ,`&( @[;@.㿠8ɦ4 n nn  0#ЬcȪ#"H`?@  @@?@\  @?@\   O`` &O㿘V 40n  ؐ@?V >B?l) n@@ٖV < ) n?@іV <) ?n@@ƖV B ) o?@V B) ?o@@V @ (o? @V @(?o @@oo?@o H \?@ ` 0  ("H'` @$` ` @`(` @$`?@ ?@ `(`$`'OЄ  Lo,@W?@[ D do?8"H @K   H 0H o<`HH`@?@5o lL@/? 8HooT@%?HooX 8"H@?@[h2O 8o\@ ?LLLLLLLL8L$LLLLLLLLLLLLLLLLLLLLLLLLL8L$(4(4(4(4(4(4(4(4P @(4 D 4t(44tX(4d(4(4(4(4(4(4 ( X 4 L , x `4L(4(4(4(4(4(4(4L|$<Tl0(4(4<l \ t ""l"(4"# #d$ % %d(4%&&&p&&&(4&<&<&<&<&<&<&<&'&'L(4(4&<(4"'h'&'(|'ԝ@@   @D, = 0?@,2HH@,@H @  H "O H @(N`` "O.`@@=oc`H.``N` @`N` "O`@+ .H *  L@0L@+@2H"@+@+@`@oH`cK@6o OՐ`@-o@+@+o "H !<#($#(e$#( `H6#?H2#??U&Hj 耠H"Pc|ƨL@L @ D2O o, 0?#?@p #? `U;H;?@ \a WH ` `H` 4@ @ H D@pʘ@YH& &0p  )H `UH@p LH &0p  )H?U H&??􀠠2@ ?H? M@?L rH?UH@p遐  <"@KH?!"?UH @po s` 78H'?(c@`@ 1Lm@ pH@s"@ @o  "@   bG   i @L@L` HL!,@? - m? LC(؀H (쀥@* /H* @+ @ p@+< ,ۀ@`A? Հ@+O; πLiH H ibHd"@oH q"@ o@XL@XHaސ8   @LH@*.`  @Wh)a@*1< |LqH e"H7 m"H7 p"@ 7 "H7 wH7 @_? ! z@_< t@_ڐ? nL<@` `f@)`$ @W*)@)< `Z@*Ԑ; TL; "H~o xƸ@ -L "O@m-@  +2H$LH2H@ L@ 2O"O,@@ 6 <0? H:Lo@@ 6 C0? ,L쀠@"@y@ ``Oo`@@ <` 8!  L `! LoaLO `0H΀<<@nHǀ@_-? @_'8 ,@)E`X @V)@)H< p@*)? H Ւ mB P@_; p @ @*?H@*?  wH@) `d @VE)@) HȒ@c`!<`p #\)xvd@^ʐ> ^@^ĐB XEHSo `M@^<x@ B >!L;",@@L"@, @L@ 2O2@,",,",@@@ ``O o`@?`$ $Lo`+L@(`| @U*4@(8 $퀥@)g> 瀥L;@` t?@(h` @U*B@(k;? t􀠠HπÀ Hˀ Ȁ@^.C €`@@ y@L@@` @(7` @Uq*[@(:@ @)WL i@@ @] H@  @(- /"H` `(@є`@͔~@(`̐ @UB*q@( > r@'`ؐ @U6*u@'> fL+@H.@ /@ :@ L  O.,  L@;H ?@(%`` ? %`@o_d2 ;%` l@' ` @T*@'@` @o4_IL HL@ ;aH !;@(; l!;?@($!l@oT_' $!lLH퀥@'w` @T*@'zC ဥ@]G2 < 0? (؀@]>@ xҀ@(L@ |̀@(F? ƀ@(@< @(:B H@] 8 @(.8 @((8 L F.H%o(?  ? ?  ? ?  ?  o^p{@'` @T?+/@'? o m; h @a @&a @T(+7 @a| @&8 R@&ܐa @T+<@&ߒ@ Fv s; ?o@@> 5o@@> +o@@>   o@@>  o@@>   o^6LH@& *HLH/@ (  @H/"O(LH耥@&ra  @S+^@&u@ ܀@'@ pր@\<? Ѐ@'J8 0ʀ@'D? Ā@'>@ @'8? @'2? @'@ @\@ oȒ@{ 2@&+ (@Ȓ@{ʔ 2o0@G?@&Ȓa, @SU+@&< `  @& a8 @SE+   @&> o  @%aD @S/+  @%< PY+?o`((Hɐ0@? ߔ @%aP @S+ Ԕ @%ѐ%`(9@[; 3@[@ -@[? '@&; !@[H<< <@%a\ @Rڔ+@%? , LH@%ah @Rʔ+@%@ @[`< LH.@ /@ :@ L  O.,  L@;H  HdD@&LD ,%`,@o\ H6 ,` !#`,H<DL "H` @ ;aH@&H>@&H[p b> 䀡@@> D<o㼒?H DL HDɐ0@'D,$@ L Dp ,\#a"HG` H#;aH@%ϐ<>@@ 2` <pH?"H)` ɐ0@#` @&)@<p\a`  @@> ` <p༒?"H` ɐ0@И` HD,>a@j<@Zt@ @$a ,E@sw @$%<ha"H$h@vB,E$h;!<L"<@@L"@ޮ @L@ 2O2@,","@%@F@ ``Op` @p `@@$? L0.@ Lp[ѐLp@8@>  @Y2 > 0? @%< 8@$@ ~@$a ,|@r @$ %;Вa"Hm$А@u,|$h@$> b!< t@$4?@$ t 4VHQp[~DLL@ ;H!B@$$##!B$#@p[dx2 $##pH)[U$#"-8@# /+?@ * @$% "H L`"H  @$%b  @$%  08%b @%  b6H bpɐ0@?b@(%b쀥Hꀥp0(@?‥@#la̐ ,@rQ @#n%@a؀"H$@u,$̀@$F"  @!!H€p0l@q?@#Ca ,@r( @#E%>a"H$@t,$ p0H"a?@N p0H"b?@A8@#; X@#; y p0H#b?@$l p0H#Hb ?@_ p0H#b,?@ R@XʐB ! K { s@ Db8q} oȖAbH #\p-0@#< *@"bT @O-@" @X< ?UH?@ ;a WHb|b`@h4b|@h/H& pH[`.@0@ o Z㿠N``@q H.?U&H qp\@g@=?UH pp@g @<<   0  ) @ 㿠N ?@; @  L ?@p 2O   HpL ?@ _ 2O  _"O  ."O  "@ ,  L ?@p @  L ?@ p 2O  2@L pY܁ ?@  @ `L`?@  2O` "@ ,``L`?H @ `L`@2O` @; @qYg  @;   @!%  @N.@!% ?"HU % UH   @g8  4 <@g2 @p Y0㿘N ;@ @  L @q 2O  @@! d HqPY  d?@@ 2H _@ L OHqM 2Hq2@#,8qH qM 2Hq2@ qXڐh?@ ,8, L  @,8 2O, ,888@C,  @;s`, "H?[`H?`=H<`L @)q@  `I`@ q2O`Hq@! d @ qX d? [`@ :X? @:s`[`@`?H &` HǠqHXjH^[` 6HB  q dHXU d?HH$B, l@؀H @ra/#[` @#@ @@ , @MΔ/&@ [`$@ /"H,@  @M/&@ $@@ y @M/&@ {[`$@ /H qX 0?  4H\p,Ll0`,,㿠!? UH@eՔ @Y @"@ ``OM@` @G@& `P0 `@)H UH6@e U H@e m `Ą "8Hq(@ P߀@ Tڀ@ XՀ@ \Ѐ@ `ˀ@ dƀ@ h@ x@ |@ @ @ @ @ p@ l@ t H h@@ @ !" < h@  4 h@ x , h@ p $ d@@ @ !"d  d@ \  d@ T  d@ L; G  s@@ @ !";@ :@@ @  !"0  s@ (@ '@ ! Ւ s@ @ @ @  @ q \VH8 ` & @$P `0 `$ ,@ !@ 0,@ O!@ 0@,@@"@@0 @,@"@O@@q <Vv㿠'? U@_ @W!@"@dc U !,."X$܀ x$ <$$$$$$$$$$$$$$$H$"@dF@dC(@d@<@d=P@d:d@d7t@d4@d1@d.@d+@d(@d%@d"@d@d@d,"@d@@dP@d;@Y;N ?@ @  L ?@ 2O  @^L @,L ,@ L@,2O,L ?H )@H"hߒ m$?쀦`&$?$?$?$?%"hHP P@; :@@6 ="H(ڔL?@ x  !?܄!,.!?"X  Hg > ꀥ H@@@ q  (@N D @@ (@ q @@6 @@ @(C L<@q@АH>2@@ɐq((@ @ >,q(@  qԔ((@ @L ᔒ H@o)"@& < > #@ 6 TTq& D<#T @\! @  @H"d !  @pM H \@HO\ @BT@?< ,`@2<H/ @+ `@ 6 T& D` @q`T#<CqԒT< "H#l 6 T q$& D& H# T` < q& D |6 TT<#l@,Tq"H'dH$H ?H?<@?@   H`#h `#h`p#h@jh @D"HB#l  @ 2H;#l?J6@ HV T?HJ@ @`i J  @V T@qTT   4 T $ `2@V TT T 2HV T4 T $ `@ `#l ( ( O`2H `qxql@_"`l@& (&` (`2H & (qqlx@_"& (%`;  )$#h?M&HV T@`X V T@ @@_  ,6 T@P<2HL6 T@Gq T~  @w#l@"? ˀH @^ WlqԐ  6 T @^ WlqR͒kl ˀHf6 T& D@^{ Wxlr DSxU6 Tq& DSnK;xHM , @8<2H56 T2@16 T @ 6 T& D r@ #l SHP%rCԐS>lH!r6 T& D& HS.  6 Tr& DS$,H?V T"@?H ?H??M8ഀ&H V T<@_8H V T<hH 8HH H  H H V T @$  ᔀ@?M&H'@_ '|@@[ C@#l?M&HBl@|@^l;M  H 2H  "H @q,   L O @|@@- C#lH?MH @N@^ʐᴄ 'l ?MH C@^Ȅ C"H$K@ 6 T K& D #\ #`1 ,V T 6 T& D C& H  #\#`1 ,V T @)|@@L@lu#|@@`& @ |`@@nTn?|6 Tr@& DR=`~@H`@r&  ~@@ @& ~@@Lᔔ @l8#~@@& |@`|@H & |@` & & @!ȄL,!@l#|@@& }@H`H}@}@! 8#@lL}@|@& $|@2H & @ 6 T  @ 㒖V T V T 6H $  8H $ & ?J&H ,@]ېD ?J &H  ,@]ѐX @]̐` ,2H`"H`V T&H`@ hPT@ (2OPThr& D6 T$Qz`!p$`H@i”$2HL`  @E/ "H (PT@ 8H((`2O`2@d ,@ 0@&,2O0 " `2H``$H`$`$`؀"H`@"H ``rH@s?`` r!p$`!@~ |fX Ȕሖ #\el$O㿠+? `MH@]2@&` C@ `M&H@@@]!N  ; H?2H  "H@, L O?@@X C"H `M `MH  @y@\ &` `MH C@\$?\㿠H@@\ܔ@/@@ -@@@ᬪ ᬀ`@ ```@;?\;xH H H@  \`H`@;      H  ;l@<< H @`"@ `H@ @H H"#\@U* 2 @  ࠅ0?p'H 'D> <'L  'P '?'T'X'`  X'''''''''ؒ K&H K@\KX K&H K@@@\>h K&H K@\7| K H `@m@q@\'`@<'@ H'H'<@@H'H'@H@D,H< <H K&H @5D,@[ &@0'Ԇ@@ 2H' @@' '  '; @'l'!'@ @ 'Ą'Ā@H;2@@&̀?2HȆ r'tMĒ @V'?2H ̆ 'rMuĀ"@@M̆ ?6H 'rMeĀ"H K@Ѐ6H K @'@ƠЖrMP K H &@@@[l& @@ L  @0T !'! 3@ᄔ @ )  (@}('DD' / @'"Hؚ * ̘#\@V7Ȉ@ ' '' /H@ ' '@ ' '0-<< -@@'<@ ' '@ ' '0 -@@!2H<Є%<#\@U<'@%<' ''H/ /@ ' '@ ' '0-@H /?􀠠 $H L@Yu rX L  /,`؀2H#H@ ' '@ ' '0 <#< )@2H'̄ Ț!#\@S'@'?K&H=R1Д@Ze4Ȕ? @o '?@@K'䀠&H R@ZI  @o$ @Xm "H !'?K&H@Z2 쀠"H@ĀH$1?ЀH@ H @\@`rL@H 1?@Q@Ur1?L D K &H @?@C@YD䀤!2HDrLl2@' @nǔ @ @@rDK'@j?' @n  K'܀H`D؀@`'`ꀤ`'@''@Y`"HԀ @ @ 2H 2H L( ,  Ԁ`@(`2H HL` ` WXH2HSX1((@L   GX@ X  ᔔ#%L@gS&@L`@$ ''2H'X?D􀠠 H`@ ''@X r⠚#\  `@$X $X ?`@ L0T`$`@j 'H @' ' '@ ' '0 <#< )@2H   'D"HAD KH?@  ''@W@X?􀠠 $H#L @'뀤$'D@ ,'4'@W`rȐ L D3>/<L &c?(%X`%`'@k"H耠@@C} OجX%X#"H"H'@ #@<' ;aH@H-H#H)H2H%H!H@2HH '@H@ @ '( O' #@̐'2OO؀"HA$` @r@'L'LҔ؀"HT?􀠠 $H T@V `rx TPؒ؀;r'"H $H &H J 'ؒ?@j(@耠Oe"H K&H @O@WT؀$H`2H KH  @Wpǒ  5`T@hǒ?&c%X$` '@ &"# @㿠 `H   Y``OH `@ ,@`"O, 㵘-? K@  @W ,2H  K ,뀤"@~ А!@ ,O KHo @Wj @_ K' ) &@``@Ws` 2H K"H K@; K @) K耠H@WZ`@`@ K&H `,@WO` K &H`,@WI`(`,H@WBҒ"@(&"H`,@`,`2O K K KH`@W'`"@   K`,&H @W  `<D 8 ?6} \ &H'' HĆ<@VV  ֒ ' 2@   2H'& x #\  2H 'rHِL   F'V & pH "H e"H m"@ r"H q"H w@     rHp  @ 6` @ H  6` 0?1 a;9?6H '@V @?, '` "G  ?'Ȕ? "Gݠ  ɠ!0@lA "GԠ |(]r@l?r@l?`؀@!߇r@l֒?`ؔ?@i7(@ @@l?`ؔ?@i)(2O s. xrH2s@l?s( @l??<􀠠N@FH '$`   H'@@@e` @m?C耠H@ Ɛ@`@  ``$` "GU 'Q T@ @  ( 2O' G?`@`"@  ;??'(,\O  "@ X@ s G\< F ? `H` @p"@j   ?' ` H `0"@` }@@H @H`H @ "G '`  z"G !!#\]!k g^F!ᘐ#\  g`x ]!o }@$ }@\o? 􀠠H$`   }@aH4 ;} x@0BH'?+4Ox @s@I؀@ X XH sPHs O%s@  @ t O|9ss@ { @  O *ss@ @  Ns@s@sr! N ss@@sf! Nsl!@sZ NԖ!Y#\` 1  G@ sD#P< F ? M'#P`$` ? f&`x"&`$&xZ#\, #\ xZ" O"  @) nx i ; @aeL&x`#P @  H `"@?PT "@ "@  "@  (2OPT?'#P '#P 0"H`@= & `@ sD@= `,H @=P@=T`(@b @<X@<`Ns@ s@  H`# ` @ Q T@ ( 2OQ Td0H@<ђ@<Β@<˒@<Ȓ4@<Œ`@ Ls@r(@<`hXӔ(@< H`@( "H@b6@<@<|<`<| @<`"HI  2HE I`/@4;H H!$!@OR"@0`?@dh(@,(X@sT@pђ(@;sCԔt@pǒ(@:BH @ sH##(@p@:@ n(@`r @:ْଐH"HD@ 'X(@`\ @:Ò HihT T-/@1 35@  "HV (."HO (@"@%"@@@@@x @"H) (@:} @s(H@p9@:p@(` H"H3 < "@  "Hss@̀@ @@  CHss@ Ԑ(@p   <s @(@o < @%s@H`@@ @L@] $@ @$ <H t/ <H+t(@oϖ@:@H`@H <H@ THt@,@o(@9Ȓ( @_w@9ޒ D"@T T@ H ( @_\@9Ò P"H H "@ Ht(tD(@ot@ J."H*@9 H"H L 퀡 H,t\(@oY@9 LH@>$ L@ I L(@_ @9|T T @"@2H (ଐP@(@ ) `(@^ @9\ ( 2OT T@9T\0@u2@@耠@ @9BI(@^Д @97@ \@9.5(@^ @9#(@^ @9J@t@ix@ tHࠄH t(@nÖ@8)@@8ଐ  Q!`@% ଐ$耠H8@8ߒ@8ܒ 耠H 8@8Ӓ8H@8̒<@(@^[ @8’@8t`@_T?@Ht?@"x H!(HH "HK"@,4z"HD"@' -z"H=("H:0"@8#z@ "H0@&"H-H'"@Pz"H&X)"H#`*"@ h z     :!J@20 : :" @ p 2@x  㿘N H  H/Ǩ !]@+"H\"H ("H@"H  M O/ǀ@Tt?.T,TH,G%T`$HN H@Y5%%@VY %`N 0 +"H), !]@ +"H,\"H,("H,@hs`[`2@,, L ,8M,M@,L O݆,%T㿠 +@J@@.'Ǣ``$HN HD@Xߔ%P@4W%$$`N ;"HO,`+"@L ,``B @:"H7t@ 0( ,`"@ W 7(,`(,`L ( 8@"Ht@ 0@ ,`@ 7@,` W@,`` t$ ?{9  t?uР L O,`J ;a@%+@"!J2@ @ `"@ J2@ @ `2H J `]8@  ="@  JO•+  N <@w N @Hs @H>@l N "@h  :@R4H\@m @"@\ *@Y  @m$ @ @[ܔ$ ,@"@G l#\h  .+ @!L ,@F,@ J  @H @D$:H @[$,,`Oې @2 @[  [@]2H4H LO: 㿠d@d@@   O ?ǒd@ d@"@  2O  㿠 \"H @W  `@@`"H`@W `H0 @W 0`@W `2O`@@W  4 4 4 4 4 4 4 4 4 4P X 4P 4 4 4 4 4 4 4 4 4 4 4 4 4 48㾠#\ @S @  @ @ \ @!@,` ?"H`@W8 `@??"H@W, H??@W$ ?@W 2O?@W  @Z@$$` `@??"H@W H??@V ?@V 2O?@V  `(@$`(@%$`@B!@@  ( @ Ȱ      @(*`+` + *@S  愐@k$ @ @ZR @4 &`( ! !`H PcP@!@5@Z- H` ?"H`@Vz `@??"H@Vn H??@Vf ?@Va 2O?@VZ  ` ?"H`@VP `@??"H@VD H??@V< ?@V7 2O?@V0   @!@I@bȪ ᔒ  @Rq!  @ (! @Yf` ?"H`@V `@??"H@U H??@U ?@U 2O?@U  ` ?"H`@U֔ `@??"H@Uʔ H??@U” ?@U 2O?@U   @!@W@Ȫ ᔒ 0 @Q!+  @ (!  (   ( @Y: ު` ?"H`@Ux `@??"H@Ul H??@Ud ?@U_ 2O?@UX  ` ?"H`@UN `@??"H@UB H??@U: ?@U5 2O?@U.  @@= @`@Qx!N @ @XДt` ?"H`@U `@??"H@U H??@T ?@T 2O?@T  ?tP $H` tL ` "H`?@Tה `@??"H@T˔ H??@TÔ ?@T 2O?@T   P@Q!Y @ @N OÖ$` ?"H`@T `@??"H@T H??@T ?@T} 2O?@Tv  ` ?"H`@Tl `@??"H@T` H??@TX ?@TS 2O?@TL  ` ?"H`@TB `@??"H@T6 H??@T. ?@T) 2O?@T"  ?\t t !$ $H` %!@;` "H`?@T  `@??"H@S H??@S ?@S 2O?@S  ` ?"H`@Sߔ `@??"H@SӔ H??@S˔ ?@SƔ 2O?@S  $㻠+?-< `8    H dd  @ %"@  2O   @Go @H &<H& ࠐ @ݘ$ `8H`%d @ d"@  2O  $@G?`H  H &4H&4 444 4 H,%43466FPGp@EL@@JpJpJpJpNJpI\JpJpJpGGG |@ 'D  'H  'L  '+' a0' '''''''@'Ȓ X H@@GTH  a4  @F֒@Un L LLLL 5ILݑB'H)?L' _'&%!OLL @$H!$܄;< $0?@\'tܐ ߲L?$2@ '` @ '` '` @$' ' @ @' @ @'' '@ '''D2HLL@q'"HL?tᘀHt䛐 X'DLO& jMa05@t@g( L>MV(@ ' H('@'2H@'@t@@fԒ( t@@fȒ( @:'"H9@j '@/(| (';H?H@ H'@Ve@:b@ '@= '2O( H H;?H  H'@V:@@:7  s@ `NxL@ ``H @@` !ᔐ @Nє#;@@`@ ` @ `'h 8 @ `8@ h<@@ `@ `@@L?1B CB    !c?/@" La&#a0> ?+&L->)< "L %@V tLcܔ$%F #$@(@;@3h'@ߐ@/ Lt⌒?؀H'?L@[t┐ HLU' ;H2H!H@'H@H2O@(@ `H@%;HHH@(@`@ (@H) ' `H ;(!@`(HHH@'H@ H2ODŽ'@@@~@ '2O#@$`H "H  "@   L"H 2HL 'L$c܂@ `@ tLp D<LtLcܖc D@H"@ 8HLD(H"H)<D"@)<# $H:D#<# $c&H3DL# t cܔ#\! ,L􀠠H@4Kt cH L!Ȑ Q# '@[ LLtcܔ  Dt"HD'(H DC8{L L@=tDH@2;DHH,tDHH'tDHH!tDHHtDHHtDH @ DH-HDHHt6DtD6L6\<8H)<(/< $H:*)< %#&H3jL t cܔ#\!А ܎L􀠠H@3t #㸀H L!ؐ  `'@ DLLtcܖk  @ @ `% @ `% L@ H@@ ?@t68@!@u6/ u cܔ$ H<xb@ ` ``H@*$@`L`@#;2H`@ u@mL"@ `,`?@ ` $@ `L`O$@`H@!@`$H?@@, ` ᔒ"( @L'"@,@ ` ?@u5Tu cܔl Hi<xb4@` HN  (HLL@@0 ' KTL  "`#\bd J'4L LL  􀠠$H LL"HLLA֒ L  L ( '&#!<+LL@QL@P L+Z#x'LL$#x u@ `$c܂@ @C6`uԂ$cܐਂ@6`D@u6u6"Hu6 H uu6@Huu6u6@p@u6$8u648,"H "Hu6@H@u6H@@u6zTuHuu6shu6px!<# p%H:l)<# %#H3L# u cܔ#\"| L􀠠H@1u #ᬀH L" # `'@~ LLucܔڭ @`@ ?$"Hu4IȀ@u4A@'ucܔ, H3@􀠠 HuL߶u4tt#Ȃ@`2HX@ `X*Hᨒ @@BQT"H  b  @ABc܀@^@`H!Luޒ@`H@ `Lⴂ! @` r#\IG( L!!@#\  s( I9`ᨆ 4H(L''J L !ؘ"ܐa#\ I"( JL !"a#\ I(LL LuLcܖ Ȃ~h @ `~@ h~@~@ `@N `HV#B@c  "H@Lϔ($c ~ @~'@@ `/L~@`~"H H@"H(` `ᨀ$HL G@G L L! L @ I L# L #\(/ HLIt,L #< #\ H(2L@ I`HL #TL #\(6Hq LIM`L  #l#\cx H^(9L@ I8L #L #\(=HI I%L # #\ H7(@ᨀH?G @G ? t#@"HL?Hs2HLIa2HLL @aL@@"HLLuaL ~ @ `  `'HH@ ;~L!@ ` H2HH@'H@H2OH@~D@ `H@ ;H2HH-@'H~HH@=2H. `(' `H@;H @H2H H @ H=@'HHH?('?CH~L@`̀@~@@ `~@@ `~@@@?.`~D@``@KL =~H@`H(~@`~P@(~!@ `&Hu2ᨀ$H G@F @H2O3 ~@`~P@( ᨀHG@E  %GL c#\ G(L~@ `  #`#\L@ᨀHG @E  GȐL #\ (Fې!@pH?L@uLH ?u1G @E ?@8(2HLLj2H u1@G @E ᨀ$Hᨒ G@E| C HuG @Er u2t'!Ȃ!h@`HBHu~@@ uu@=ϒ(~<@ ` ~<@ `~@`$!hu~@`@C@~8 @ `~8@ `~8@` `ȀH~@@B`AL@`~@%!Ȃ@!h@ uuĔ@=(~0@ ` ~0@ `~@`$!hH @C @ ~@`H @C ~@@B` LL(!  #<c $H:m!<c $#&H3Lc u cܔ#\  L􀠠H@-v # H L  c '@{ LLvcܖD֮ Ȁ@v0T RȂ}h@$% ` }В @}Ԃ@~ @ ` `@ hH<@8 C 䀡 @ ̀*HLv0tt@LPiH LL '@  0' H@F^4L ᔔ@`D#\ Ep) ~#\ 0@ kL}̢@ `PF? L\ #\ )ER!@ v  H%@􀠀 H%@?􀠠H􀠀H &LU'@z^ %@H3@`@v0,@~@`~"H `H@"H`(` ``@ EhLx #\)F`!E` EސL #\ )ID!` @ E̐Lᔘ଒ !)L#\D` `EL ᔔĘ Аa#\ D͚)O`@ ELᔘ !)R#\D`EL #\ )UD!H@~@ `  `'HH@ ;}Ȇ!@ ` H2HH@'H@H2OH@}@ `H@ ;H2HH-@'H }H@=2H. `(' `H@;H @H2H H @ H=@'HHH?('?CH}@ `$@}@ `}@ `}@@;`}@``@ L =}Ă@`H(~@`~P@(~!@ `&Hv.@ @H2O5 ~ @`~P@( H@D,L ᔔ8!<a#\ C)L~H@ `  #\#`~JLH@ H@DnTL` #\ )C!L@ !lH  4`TDWL| #\ )Cj! DHLᔒ #\ )C[! D9Lᬒ #\ )CL! D*LȒ #\ )C=! H<@LL }̂@ `H0@L R T@%̀2HT T(LT T@ v}Ԃ@ ` }@ `}@/k`̄'@v-ܐ@H'~$!Ȃ@!h`HGHv}Ђ@@ vv4@@:/)}@ ` }@ `~ @`$!hv}Ђ@`@@h@} @ `}@ `?}߂@` `tH LL! '~$@`}Ѐ@%!Ȃ@!h@ vvp|@9)}@ ` }@ `~ @`$!hH@@ @ }Ђ@`H@@}Ђ@@>`#<c H:!<c $#H3Lc v cܔ#\! 4L􀠠H@*Sv #̀H L! Yc '@wc LLvcܔ @8L?d@v.v. (HLL@@ ' BL  "#\b B)L LL  􀠠$H LL"HLL9* L  L ( '&#!<"LL@HL@HF L"#x'LL$#x_-< }@0 0? `$H\+)< %#&HUL @}@ `}@ `\ v}Lcܔ0@#\ ~`􀠠H&@)ԢHL @ }$@ `v},@ `v༂}X#@  ג``'@v #LLvcܖ|J @%􀠠 HvL @ }4@ `v}<@ `v༂}c܂@ `bv,  @ }D@ `}L@ `}L @`@є }@@)* ` }|@@ `?$@ @! @ @v-ov-jDH@7 vLcܔt @`@ @ }x @ `?$}x @ `?$}x@`"Hv+bᨐH]􀠠H @7a vLcܔ h }  @ `} @ h}$@}p@ `@ `H}@@  `  "HLL H ;!"H!H2HH@'H@ H@H2OH@v+I3 @ }T@ `l}`@ `l}#` #\@ ` zL@@$HG @?  }L@Ԧ }@`H@@(8}|@``"! $H@@uM@ HG@> }v@`H @ }p@ `}x@ `}@*`}@`@<}@`PT@HH @(}@ `%}̂@ `}̂@`(`@ `T`T@@@O4` 0?@ -}@` `O!Ȃ}t!h@`} @?Hw@@ vw@6*V} @ ` } @ `}p@`$!hw} @`@<ʒ0@} @ `}@ `}@` `lH } @@;`}t@`} @%!Ȃ@!h@ ww8D@6*_}@ ` }@ `}p@`$!hH@<@ } @`H@<ؐ} @@;`)<# $H:͚#<# $c&H3L# w cܔl#\" L􀠠H@'w cH L" ##  '@t- LLwcܖې @<Hw?"H B"H?Hs@w@cw  HwL w)T\@@w)xSL @f L#`  #\yd H=ᨀH9􀠠$H@5< Lwcܔᘐ Ը'H#@G'9@w)j8"(|?@ `H? @ ?|@`( P"(@ `* O? *  ! P@ᨂ@ `HHw*@@ Ȅ' ' @( !@>*@w(     !; ~$!|@ `!|@B*$!|`HᨀHw*|w*wH@4 wLcܔ  #<c $H:g!<c $#&H3Lc w cܔ8#\" L􀠠H@%w #`H L"Ȑ c '@r LwLcܖΨ @ LO#<c H:&!<c $#H3fLc w cܔ#\"А ΊL􀠠H@%w #⼀H L"ؐ ӯc '@r @LLwcܔg L @& w)ߐCw)ؐ#$@F֒?̔ (HLL@ؖ L LL-< $H:)< %#&H3L w cܔ#\#, ,L􀠠H@%Kx #H L#4 Q `'@r[ LLxcܖ@  􀠠$H>|LxP  2cx'@ C)opL L@3 ˒x'ݐ#<c H:c!<c $#H3Lc x cܔ#\#< L􀠠H@$x #H L#D c '@q }LLxcܔͤ @3W ˒x',G)<# $H:!<# $#&H3^L# x cܔT#\#L ͂L􀠠H@$x #|H L#T ҧ# '@q 8LLxcܖ_ x$`&L =R=LL4@ `H 4@ `Cct(8?@0@ `0 @ `0@`$H%L@@ ,@ ` L,@ `Ltc܂4`@ `=L"HLL L| #? a􀠠$H LL"HLL3F L  L(! ܀H'?a􀠠H#?DH?<Ԑ<LL|@ `H |؂@ `wc܂|ؔ @`? d@_<̒ '< $H;6%< $&H4vL w cܔ`#\# ̚L?􀠠H@#w ㈀H L# Ѿ `'@pȐ OLLwcܖv   @w@HwL$@- L< i@ (w' 'ݐ!Ȃ!h@`H:Hx8@@xxД@2+e|@b ` $!h @` },$!hx8@`@8@ | @ ` | @ `@ `@`8@%!Ȃ@!h@ xx @2q+l|@ ` |@ `@`$!hOj@8fȀ@ 8@`"O]@8YȂ8@@7e`Sȝx/>\% @x%Ȑ@ @x%\x| @Sm`#\h #` u H<  @`H `&``HQ`T  @@ `2H`( `("H1`T`(`2OQ`T-Ȅcta*%%;  +@x`@S,  ;w|#\ :+`@ᨀH 4@+?cH` 2@+?)#%㘔 @F``@@ < <؀`! !`H!< m%5@  w % H % ఀ2O!<x#x& #x q H3?զ `H#T q"H d"H    "@ 4  ! H@Bے?$  2OT H ?<?@Cx$  ?`H  H 1@ ` (&`& `@X`@ZT q@d2H    2OT Ja㠒 H*` h H$LH #\9њ,` @T T@ 8H  (    &`  #\L D ( 2OT T&` ): )2a`H  H 0 ` (&`&   @@eL< @@ xm@&`?㿠H0H-N`㠐!  h H$#\9x, @TT@ (H"H (   &  #\D(2OTT& 㿘4@  'xⰐ &  @(  H ?􀠠H`&T    q($:H @nU p@$@nM 㿠  );'<@E!  @E$ɒ 0@E @H @} @g`He@^H`@YH[ @͔ ?@?􀠠 HP@(xx  @뷔 ?@?􀠠 H:@(lxx   H+@띒 ?@$ @뗔 ?H H$@F!?x8 H ?􀠠 Hx4ξ @x㿠'D;DDH2HDDH@D'DDH@DH2ODDDH@DH:@DH2H DDH@ D'DDH2ODD H2HDDH@D(D'DDH@DH2ODDH:2@+D(D'DDH2HDDH@D'DDH@DH2ODDH"H@j@"@ D@. ˒x"h 㿘x@j-@2`Hx"ܐ !@8ې㸐 #\7-$  @< @ & "Hx"Hx"y@i@/`@y"y@i<@@ y@iH@@  y"P@ߐL ᔒ#@=a-@ݒ&y@i’p@=?$H`y"nx`Hy"h2Hy"`Hy"Y@髐!ȄL!@=-.@驒& 8K!#\ .7_y@i,@A?$H`y",0`H!y"&hHyy"y&@ia@y& @iVHy" 8#\ 7.,y@i:@)@!Hy;`H y!@ @Q  d@&DH y1M"(Hy!ǐ"@yH;"H&Hy!$&H'HH@  'I @2O @#' n@ r"@D& &H1 @&Hy!@!$H&D4@ ! !!$H6Hyh!zH@ yWH""" ?!j'HH@  'I @2O @'H t2@H&HH2@ ?W"H ? y y!9"y!3́㿠y@ht@w?$Hy! @y!4  ?7&  #\6*.y@hMX  ?6&  #\6.y@h3XHoy`@K ,H*  @h#@y @& @hh@y & @h p@y &  xOӐy@gH6z?$Hy Hy @ ;@z+2H @z  @Hz 8@ڐL ᔒ (@;\/#@ؒ& @ v\㿀@ "H z @z@=0 z  -z@=(  -z`H /@=  $@( @ @ zH  @@g@z @@ H zz@= C@< C !ԁ@ @ zH  @@gf@z @@ H zz@<۔ CԐ@<Ԕ CԐ $! 㺰'$#\4Dq"@@S"HOH@J@ z@g? @3Ȫ `h"H5ȰlN`hM@ "@,@<@LO?z ̀ H` ,,`2ON`h; <#<5<`HH`@ !$ @*?@ @ L @/@#  H /@渐?@?B(@fO#@HYz@榐$z@HNz@曐,z4@Mi HC%?@֔H8Hz ȀH zHzz8 z@Β`@ @o @ Hz(@3z@  d?@>ޖ(2OO@z xtz s`HH? 􀠠$H%z` %@<?@z Ȋ  R! ,8DP\ht㿠-? T@ P@+N @ 5 TN H7'N ;+\?@, H ,@, b9`H0 b9`H0 L9`8  ( ((( !@Oۀ? T H'@+c`'&` $,@!HGTH@@0@8TO@O TH)TH@e@@TO@exO THyT x@+l@ THh@+ H&`@+`,&`H0`ڈ( 1 T . T + T ( T % T " T  T  T  T  T  T 0 T  T`@$| Tz̐ T$| H`P`8@*`P @4  @@`X  @3 @%`` ?5`H$%` 㿠'.$pH-?̀@ TZHT@*@2O T*O㿠H:.'p$H3   0 ( za"@$ T 2H "H3l"H33"H  @H @@Ւ?2OT *O .'p$ H% `0 `0 * * ` `"@ R` 2H ``  "H` ``2OR`  *O 㿠@D ' $ @l T @"@ ! 6H\ $ 耠"H@ @6!u; 6HM $ "H1 @6!{, &H? 8$ 8 "H <@5! <$ <"H H@5! H$ H"H X@5ޔ! X"H @8 $ d$ X$ H@5̔! @5Ɣ!`2@$`$   2OT  &OX '''$ 'Ē ''''''''''''' ' "@`R 8  8 ` @(   2OR `g&O !z z" $@ Ǣ$ &`"Hz z "!@ ǐ`$ ` &O`c@#nH. rHg /@a`"H> @R`4*``">*`? `" >`">JȀ`@.#`"#BȒ#` "`<Ȁ`@. cӀ H2R 4?*   " #:R`4J *`20 @ : :" "@ `cdR 4ӕ*   " `#:R`4J *`20 @ : :" "@ Ȑ "`ȁ㿠. p@("t ȁ('Ȥ)7."H$N "H$ Ȁ"H$̀ 2H$ $̠.@nx<.< l"t0|!&p.  tH H " !@%@?􀠠 H @ Kzz8< ǖ@  $́p@A"t"t@W pԀtH8pHH H ' ' p 'p`'8'8`'' 't`'t'<`'<'     @& & &&&&@@ @ @ @'@@@ @'@@@ '@@'@@'@@O'@  & & && &&'''@A"t @⎔ @␔"t@  @"t% Ȇ $́$| (,4<DLT4D<̝㿠N 2@4 @5 K"@N  N ."H @ՐL H .@ L @.O @Ɛ`HO Eފ,` E HC Eފ(*  A C D @ E N H @ ( E"H& A H# E E G H EފL*  J K J L N E L E A E㿘@N @@ᚔ H@@f@/"""㿠N ;/ H  @ H @ !`0I * (@ @ @ O I @ @ 2O `-H&I   H  @ H @ !`0I * (@ @ @ O I @ @ 2O `. H@ I   H@ @ @@  !`0I * (@ @ 2O @ H # :H# @ 8H I /( `@ (O( I H,H H @  I @,@ @ 2O 㿠N @;,H9 H6 H3.@ L @*,@( @& @$.2O  I` ;?H!@ @!@ ! 0L ,`(?@ 2O `H!@ !@ !@@5ݐ@&ML H,H H @  L @,@ @ 2O 㿠/;@I HI`@,@ "H  @@ HJ 퀠~J 瀠 I 〠 x㿐9?' B H 9@% Cђ 9(T?C`( H  V` /H Hl`HA -``(H?C? @V` @&`PV`  > x 㘐#@ R@x @  H T H  4 2H?/@zsP H0//j6` >,&` A z?` | g@P☐@  &H: zH0 8:  "H@7`  <hH  $ ` @  C ԰ 5@L'(@\ B@<(@ ;@; 2@`.{;"@  ;C {"@;? "@ B`@ {" `D" ?@;p H@$ސaD$ >  (aP"@O'`@J'@\ B@<(@ ;@; 2@`.{;"@  ;C {"@;.? "@ B`@ {" `D" ?@; H@$aX$ >K 'ad(@\^ B@<(@ ;@; 2@`.$ {B;"@  ;C {"@:? "@ B`@ {" `D" ?@:ј $ &H$ @$?$ >  z? A` @ |"H@@Z @{z: H0 : 8 @ @ ` @$ ` 瀉Aؒ E@@A @lH* ` @C@^AԀ2H`?zxA N4 @a`@@ @@ &H!T "H 4 @a KAT H@0@a KAo T H@㿠z@UzH&@LH&㿠H@Ґ  H}z @$@z*  @]Hz Hh&@&@]"@Zz@]@z@&@]@z&@]@z&@]}@&z@]q@&z@]e(@&z@]Y0HH &@ޝ&@ &?B?㶘&H'@"'V`  K@@V` ࠁ`( @z<$H /@C@*`/` `@"@,  @@HTh@HNh HJh`HGh@$  (@<`zH@C\@`2h@H.hH)h@H%h@ @ @ @Hhd&`h Hhz`(T?;<`0@>? AhH6 "H@ܽ$  (H zt@C@ܮ@$ `8 (@` @ z#`@#@B@ܕ` ` @H0"H@܆$  @ z0@Bے@x``@H7 HH3 $  H- @9D"!@ HH N`@4H  R  R @ R N@ z`Hc`Lc@B@; 6` @ `P @`P/ !(O<2H  @$J>"H*   :@@ H`TI C`h#\Ԁ@H ,@h ``T@``>&` )?vz`  !@T@ @` K?S  K!@z K: H0 : 8 @@/ӳ/L??6 K@! @/L@`???" A")@L@`??? A"(@L@`?? "H5 E& E@@`??> E?􀠠$H @Ւ!z!R @` L L>Ҕ@ L㷘T "H-T  @5ɔ @% T@ɖ"H T T( #\#` TD T8  @$ T@5 OߒT  K@@T  ࠁ/ (HweH @H@&  @& @ H @2HC @` 2H= @z@0( @@z@0( Hz@0(@z@0w( Hz@0n(z@z@0e({@0^(@ڷ @"H@ڰ % H { @ @A@ڠ |@ 4 $ > ?{  8 @ @㿘V  K@@V ࠁ@'X@? 1@/ L@_/Lᔒ@-)y@]$`H@9$`D` @H Lᔔ@-̖)z@H$`D` H ($`P@z= H0 = 8 @@"&H"HP ,(`H @ (H 2O((&HP &P@ @b$`D@ Lᔔ@-)@$`D C"'@ @b$`D@ Lᔔ@-p)@$`D C")@ @b$`D@Ր Lᔔ@-Y)@$`D C@? EH@#!?{$  Hb L= L &D K& h'H K'L'DV` @@V`' '@`TH, `T& `T"H`T`Te `T#\#``T#DKH`T 0T`T8&`T2O`T& >&`   㘐'?6` {` L @\@ @'z: H0 : 8 @@@`P@ E`D@ K' E'''@:?!H /@wL{X @@/c ''L{̐'?$$` L%#ʐ{`   @@'d@  @' K' 4` !Ą?@'؄ K'7z: H0 8:   @ K''( @''!gH0 8 8I0 88 (( @ L''  @ E' L'2@'А'//ؐЪL;P` @ /PH  ' '@ŐL ᔒ#8@+G*@Ò${D$` ̐ %#_` Ԁ L@?'$H'@!{ ' &HT`@T`@ K' 㿠#<%@b!,@?BeH ) @  (@XY( Є $b Ѐ2H $/ $@֒ $㿘@'d@' @z K=`H0 ?8 K=` `@/"P$``@"P  ` LgH0 8 8I0 88 (( @ L`?`"H E`?@  H   ?@L ᔒ#L@*+$@&H:d?􀠠HLH @J!?{Ɛ 㿠V` +?)Ba#"HJ%a`(HC%a &`P%#V` @dH>  @6` @ @ %#U "H#%ai H$ {H2H@a$ a$ t%#%a㿠`(?2H C V` @@&`PV` ࠁ> x 㘐#@Δ@x @: HT H 4 㿠 (@ $> ? HCԄc"##!a@@ @ z: H0 : 8 HT`#\ H?@-L??BH;/@;/L(a؀"HT @-2?T @\@8H@-#?>(@ B@@ @$4@Z ؀H<@ېa$H > {#@;)@ 1@%"? T1 {L!TH  4@@@T? ࠁ \4 ϔT@? ࠁ!㿠'P1'TL('X'?@RP B@);<(@ ! @C2H`{!C "@ {@0?"@ B`@ {c" `D" ?@0H@؁㿠2@N   @ `H\@"H` 2O``@' 6 "*  N   \"H(\@"2H(((I  O\((㿠2@N   @9 \@ L``H,` @"@4 0?!`2H`)"@$ ("H<@`H` 2H `)@($`2H``L`Ò\0 0?㿠@Ȑ` N    @H``@^ `@`\ " @   `(@ H  `)@H    H  `"H 5 0? @ $8H `\H%$`"$@ `\L `Oƀ` H$`(H`"$$H $H$ H ) 2@),,H  ) 2@ "$,@$ )L)H,  4OL HL"2@ "  H  ", LH, HYJ   @S @`H  `\H \@H >(@ )"H \@"   `@   4H+"@  %@*!4H""@ H  "@"H 3` 2?2H`@ @JO 㿠@{ @Rǒ(@{ @R0?"H 㿠CРH   H@2H@Ȑ@ H@ 㿠 @ 2O 8-Ȇ !@&@ҝ`H`H@w  @%!@x $   O㿘"H$)Ȧ T T6H (! h@%"   d O $ ( ( 2OT T$B< 㻠"h$H ?􀠀H?"@@@{{<@  ? @{X@.<?@{`@.5?@(??􀠠 H @{ {d"h 㿘.08886`/  /a$#\ "a㿘Ȋ/? A( #\,/  "{㿠 )'?!4!4"H, 0 ,@@[4 @$@) !4%!4  ?@O]  ) !4%!4 @  !42O 0?@ $@ ) @OB ?@O?  ) !4%!4;؀㿠hH Ƞ@ @?%; h  %; h @ {x;h0@-? 0N ;;Ħ  \H { ^b & H ;h@-n? @ǀ`@{ @-b?LH @`@c`2H"Ob{@-O?  @$  @)  $ SL?@NȔ &NL)  $ HL@ @ {L2O  $`? @- $`8HLL@ {@-? L"H L?{@-L2@)L{ `@,? T @{@,?L {H@Ґ"H)L  @$  &@LL)   @$ L?@NW L@NQ? LL)  $ L@ ,{@,?L٢{?@,LϢ @W@) @$  @ (  @$ L?@N L?@NL ( $ L` @ ` "H  n` "@ r   t 2@ @{2@N {@,`? @ WHC @$  @  (  $ ?@MԔ \    (  $ @$  @)   @$ LX?@M LQ?@MLK)  $ LD@$  @  (  $ ?@M ^    (  $ @$  @`@)   @$ L?@Mt L`@@Mm?L `@)  $ LOa H {;hĐ@+̒?@&ԓ?㿠HN ;H2H  "H @й,  L O㿠@ϕ HH`J? "H" `2H( ((㿠@d@ 㿘  HN @ "H(J O#d #\  .#`  > &@Ф ;H #d "H `$C{@+N?`$ L{ @%@@L %.@X H @H` @ `  @  (` ?@L . `(` @ <  H  <@   @  ( q?@L| .l( eFHb{H^ԀHZ@ HT`$ HO` @ `  @  (` ?@LF > `(` @ <  H  <@   @  (  ?@L >( @@:` @# `  &@L L  (` @   ?@K ?@K `L (` @Y <  *O`` @ `  @  ! (`` !` ?@K ! ` !(`` !` @,?`$`@*7D?@%` @ `  @  (` ?@K  `(` @<  "H:`$@0  <@   &@L L  ( @   ?@K\  ?@KV  L  ( *OC@)?`$%@ L @ 4OnL L .HL @.@RH H` @ `  @  (` ?@K . `(` @<  H  <@   @  ( m?@J .h( aFH^{HZ쀦HV@g HP`$ HK` @ `  @  (` ?@J > `(` @#<  H   <@   @  (  ?@J >( @f"H,`  <@   &@L L  ( @  `?@J` `?@JZ `L ( ` @# `  &@L L  (` @   ?@J6 ?@J/ `L (` @<   *O "H\  <@   @? (@J\@J  \ (\` !`@dH <`$?`@({D?@i<  H^@@.   &@ &`@.??"H  11Ȉ&/<` 2H% @&@.|?& "H % H ?@4%  4H,$@!,@i%_@ʖH$`@4%c$,%` 2H X%X@&@.;?&@?@4` "H` @@&@.!?&O` 2@L H$,㿘@ˑ㿠@H@ |@0 2 0? J  "0 @  J*`@ "0 O  `  `# @@#`H   @6(O"HB @ ˠ@ x|<x✐ `@  J ; aH @ `W2H* HO 㿠2@N    H`;\@`  2@`W2H` H`O\`@5ȁ).@$H@ ܀"H&@j)1&%N  "HG,`$HD,; t n r \?2@ , W"H , \"H,,(  H $` "H, "@,|"H, \@|,      В$`@*Ȗ L @$``OȀ?,(x%@@i@2@ `"H @ų!2 $< @@   $ `"H$  $㿠+`` @   @ `@&O7<$H;d9?   "H-@t` |6H%!#L $H <x`&`@*"H d@` d &d &Od` d8(@ &d @M`@&O|߀@H` |@֒)`` ()Ӗ @(`H ` (@þ(@`)`` @6H!%*`!@  (@`     O  %    O %*` (%@s%` )@X @u`)"H@ C    H!< d&H  d||$@`) d$ d㿠Ȇ  `H+@ `@&O@% * @  @&,`* ( "H@ 㿠Ȉ  @Y @`  &OO<* `<(""H`d!``dH`d "`d@ 9 H:@B dH.<$ H% @?@ @H@T  ؁<dHd  dȚ ``  (H!<" @ ? " `?@"?" O(?`@ @ "?" `@ &O?<" d㿠+-<``  )?$H8d  "H+`@ |6H$`!#L $H <x7$*4"H d@ d %d`` @&Odd8(%d㿠57? NH2 L|l?"H ?H`s??@ `dH`a@#\#\?@N&O?㿠@Т@B" 1@B     H"H "H  2H @5 &OH`@B `@@B 㺐/?P \H @;@ @ $$ @ \&H, N@-4 N\?`HxH D,"H > @@@@@$   H <`I H B(H $`H$H$ $H ` 2H  H % 0 0? %@6@. /@ !H#\@̚ * #\@  /.H;``@@0H" \@ࠀHr@L" H"`@ /@ T#\@  * #\@  /. H`@ \H@B@xX@ @ "@p`2@m@Ò /@`2@* d @@D  "H5@B"H. "H*`@%;2H" @"H  "@ @@ O  2H  @"H \   \@ \H א h@  <H /- g$` @<`( H \&H!@! @<`  @ \&Hݸ!@ޒ!(@`ЀH  \&H̸! @͒! @ `H  \&H!@!@@` H @ \&H! @! @`0H  \&H! @! @ H"`P \IH "&H!@!"@`p \H &Hu!@v!@`2HA \ @= ; \"H9 \B"H4 \` "H/ \` = "H* \`@%;2H"= @$"@` @@@ O= `2H \= ` \=  \H``@%`@ "H `B"H` 2@ \`H \&H  @  H @ā)~`@# Z@M\#!<#d#h#lHE #`@J\ ? \|@8@H H #`&H #< \`dh#\@#< H !|@@`*@\ @  h  #x7< #p 9(#t / !"HL, L@@ /#|@J  *   HJ * |@@ߒ /@#|@ܒx"H||@Ւ|"H|? H\H|@n@| @x@@@ @`@x@#x@@$|@x@@$$@$@x@H`#/@a|@H`x@#@M"HN|@x@ HI @@ `O LH L"@l Z $Hn#\$  $Hj#\L/@"Hd#\L/"H_#\ H$ /@ O S#\$HQ#\L/"@  K#\L/2HF#\ C#\2HA#\2H=#\ Z|!@@1 /#@ )* x T@|@@] :@  )x@x@@Ɣ:@ ( )x#@x @@:@ )#\x@#dlhx2@?|@   ?@?@`@ "H\t<<@2HTt"HQt?|\@@% X@q @`@?\H<@c t@`<?\!H!H?@R l? @<($Ht#H#||@@`t2@r!!p?@2Hc| h?@gp2HX|@``@@`@2HL|d@@`2HB|l@4;H1@"@ @̐H% H! @@Bl@  @ O H @` "@   |@`2H|  ?O?@?\&H`@  z `@ ?\ Ha@aH~@`"@ !"H  "@! D@x#\>, @.!#\?; @\ !Ć@@ ?<g@ @H$2H  H dH@  ?@@x@lH |;@@! ?㿘`"@ H`"@ b|"@  @  `"@    ܐa'@+@?\` H Ð@%`Ȗ4?@F "@`?\ H @ژ@& %`<g@ @x6@ @xH?H?H ? @? ?\H@@@x  @@ @   5@ @>&@@"H  "H @+ ` O%&2H!&@x&H&< 2H& `H   2H&?@&㿠@@`ˤ@ $ ` H$ `@ 3l`@l&`@}@ ́30l`@} @> ́"@@$@ mH aHsH򀠠H38̘ܐ$@s @cx@3`3 8̘ ܒ$@` 3c8㿠@ } ?@H }?@@ɒ?@FȒ H H@@DH@@t @7@Ȑ!"aXȁ"!X 'H'LH 'P'T@8k'X @ 8'LȒ 'D 'Hh'''@ h2H DHXL"H6!ȀH}!h@ }}(ؒ ' '$!h}@P@ ''}T'2Hɢ@Ē?@͒@Ȓ?@!!h@ }}x ' 'H$!h@@ H@ڐ@@ȁ!\ȁ"a\㿠'HȔ\'L'P'TH'XH@%HȂ!\?@Ȑ?d`H"```2O"`"d㿠H `}}S ̀`H }}J  4@  "  " ?`" ad ` "H!ad!   2O! !ad㿠N @>,H<.@  L @3,@1.2O  I` ;?H)!@ @%!@ ! 0L ,`(?@ 2O `H!@ !@@,H}} Ȋ !@@H }}  4@ "  " ?`" ad ` "H!ad!   2O! !adL H ,@  L @,2O 㿠N @,@H|J 㿠 `H`@ @ Z`@``2O  & `& d& & d&  d 㿠 2H `@ @ 4@2O  $ $ d$ $ d$  d <`8 0?㿠 @/ ; %L`@|H}```%"@(` @$` ` @L`(` @$`A?@6 ;?@6L6L`(`$`.L@0%2@` @$` ` @ `(`$`?@6 %`(`$`  HDL@;` @$` ` @ `(`$` ` ?@6i %` `(`$`` @$` ` @`(` @$`?@6L ?@6I`(`$`@c 0:Ha` Hr6H re"H@ iH ol"@& oP` 8HM`  (H@?@ (  xH (?@@ (bH  xH (?@m{( @J a"H  }}P"   d` @$` ` @ `(`$` ?@5͔ % ` (`$`H$` @$` ` @`(` @$`` ?@5  ` @5?` `(`$`` @$` ` @L`(` @$`?@5 ?@5L L`(`$`L`O`%` @$` ` @ `(`$`?@5e %`(`$`㿠 @ }?@}?@'D  'H 'J'@ 'a H} '  }}LT ' @n' h '''@ h2H+Ȑ a T @@!' J"\!  D  a@,,'􀤀 @Y'`HrH e"H!Hi"HHl"@H@H's"@H9-  'H5 -  'H- -  'H% -  'H H}ᨀ@ }!"'H'H- `` 'H d '&O` '@6`Hr@s2H(( "H!@̐a @!;@͒( ("H @5)H( '&O`!!h"H耠H}@ }}!H' '$!h}@@ '||'||'耠2Hm"@1􀠠@-쀠@#'DHe@ r(@ ,@ H  !x,"@'&OD!|@2@.'DHr6H re"HHi"H Hl"@ H(@H'H'H @b'H'H'&OD!~@ْ@耠@!!h@ }}'!'l 'l$!h"H@e@ "H @Z@'㿠'HH'L'P'TS'X㿠@J a"H  }}DL! H$ 㿠@J }☀"H }֒! HH&    HH?e@ r?8H  !@\   }" "H  }␀"H ! @z@t%    HH`?e@ r?8HS !@. K "HD"H{!@7@1$  HH?e@ r?8H !@ w`HO造e?$!@ @!    `HOe?% !@ @Ӕ!       HO_e?$ !@ @!㿠@J  "H  }}А! @Ł㿠@ Ja"H  }}"   㿠@ Ja"H  }}LTے"  ` ?@$` ` @` (@2]?@2Z ` (`$`"al"h㿠9@!% Jl"H !h}}㠐"Rl!h2HK!h"H $l  "@ }}}"R!h2H4!hlH}$l }}LT{" ɐ  ? @$  @ @1(?@1  ( ! @ !h"H!hJ }☀"H }B! "H!h & 2H!h  HHe@ r8H ` !@` ` }" "H  }␀"H ! @z@t%    HH`e@ r8HS !@ K "HD"H!@7@1$  HHe@ r8H !@o  HO造e$!@[ @W!    `HOe% !@B @>!`  ` ` HO_e$`!@)` @%!!h @ۑ@7 &!h㿠'HH'L1'P'T'X@!# Jal"H !h}}㠐a"Ral!h2HK!h"H`$al `"@`}}}I"R!h2H4!halH}$al }}LT7"`ɐ ` ? @$` ` @` @0(?@0 ` `( ! @` !h"H!hJ`}☀"H`}!`"H!h &`2H!h⸬ `HHe@ r8H` !@`` }""H}␀"H̒!@z@t$  HH`e@ r8HS` !@UK` `"HD``"H`!`@7@1$`  `HHe@ r8H` !@+`` ` HO造e$`!@` @! ``` HOe$!@ @!` ``HO_e&`!@` @!!h @@ $!h㿠#?a$a"H @aH a $aHiȒ  @ 2  ` @ 2  ` @ 2  @ 㿠)/!t-ɢᨤ @@ Ȓ zp"H#?C?А HFᨀ@` @ @]H5?`H 0Ȋ@H5? 5?7Ȁ &"H @!tH  &HXȀ HUȀ@Ȓ 'pHLȆ 45#8 ` 5 5 ( @cl 2H  o   2O  @&쀠H  &2@" @&쀠(H  & " " " " " %ᜐ&ᜇ0!8 @! #?a쀦 $a"H @a쀠Ha $a㿠)+!tc  @@ pc"H#?C/Ѐ?7Ȭᨪ5? H@r@2HWᨀ*H @"H`2H Xᜆᜄ:H7& "H @A!tH  &@X *HYᜀ@Rp"HQȆ 45#8 ` 5 5 ( @cl 2H     2O  @&쀠H  &2H" @&쀠(H  & " " " " " %ɐ᠄&ᜅ0!8 @! ᠁#?a쀦 $a"H @ŐaH a $aHt㿠 @W@ Ȓ ̐pHKȀ 3?H ~~ :! 44 8 4 4 (`@l`2H`` ` ``2O`a @p&aa쀠H a &a2@"  "  " " " " % t㿠 @+% a@ opH%?a @ Ք Ȇ 46 #86 6 (@|@ C2OrЀ? Ha2@ ` @!@Ȭ $"H-?H ` ` @H-? -?쀦`%H @H  %@ȁ ` Ȑ 2 !!@  0"@8 "@!!`2$2%` %` (%`  6 %?쀦`$H @쀠H $ t㿠 @%ɀ@ Ȓ pH%? @  Ȇ 46 c86 6 (@@ C2OvЀ? HHH-- *H!-?@ȮY"H-?2H, H-?-?`%H @H  %H  !4 !@  0"@8 "@!!4 $4 $ $ ($ kԁ %?쀦`$H @ӒH  $H㿠HbȒ t @O@ՐpHI#?Ȇ 46 #8 `6  `6  `(@)@ 2O #? @ a! `@}$a@{a쀠Ha $a#?a@d$aa쀠Ha $at㿠 H5@ Ȓ opH* H'Ȇ 44 #8 `4  `4  `(@ @ 2Ot㿠 @{@ Ȓ 5pHq`Hn4 8     "@B`@`H) H' ~,? #\@ ?H~~@@  ?H~~H@ ~L@ ? @ @ @2O *O~P?@ ^~l?@ VȲ?~H@ K㿠N``?H `@ `*@pL "HL `["@+HiL L 0 0?"@f  HH@ ֐2@V L  "@P ˒"OL     !2HI` I` @4 ]2H `2H ` "@4 ` H) I` -@8I`]@  L O逡 ] 怡 ]@ L `&OI`4OI` I`L  2OI` I`L  @@H 㿠`@z ?  " $ 㿠`H W2@  "  & 㿠@X `H@ @@  $ @$  Jb"H  ~~Ȑr  @@Ȑ`@3 ?  " $  ~H~X   @ ?  " @ $ $ !$ 㿠@3 `H@ @@  $ $  Jb"H  ~~LD!! @@Ȑ`H W2@  "  $  ~ሀH~!  H W@     " $ 2@  $  $ 0'DP (!4 @'" r'h  h '@'2H D@ǔ$ "H0!ȀH~!h@ ~~Ȕ!=' '$!h~@ ''!>'2H X6ݐ@!!h@ ~~!@' '$!h"H@ "H J/!&  & & & & & & & & $㿠@H `~~,4L!g`H/& 2H & 3334 ̈́H0 0& 㿠@9 $` "H  @  "H   *O ! @/ @  ! O  H  & !$`$` 㿠@ Jb"H  ~~dl! /x@! $!"/$ $$ $ !  !     $  $ 㿠` &@ ,㿠@ ᔒ H@㿠@@  $H( J`("H ( @ I `)`2O (J@@@d@㿠@Z @@T& `$H.N`."H. @  `I )`2O.N@@@0@㿠@& @ @ @& `$HN@N`."HN@ @  `I )`2ON@@ @@.@"@ `$H.N."H. @  `I )`2O.N@@Ԑ㿠'P'TP&'X@ $@E@@$4O@6   @6HJ@ J`."HJ@`@@ ` H) 2O`J@@$4O.@$@.@$@@@% 4O.5 #8@㿈'D?'H@ '@ ' K`H~D ' ~z WD'?@@' ,?@@'  x@  x'H2HHH'HH@ @?'  @@’H'' H@'5@F8@ @?' H @)ՒX'D,H?'"HD@*D "H DD D\"HDl"HD D \D D D D '㿠@'H K`"H  ~~ݒ 4  `@@ ? @3 H?H @ 2HH H'HH@ H LH7H?H4H @? ?"@1? ?@7 ?"@)? X& LH!H LH LHH?HH @" ?"@? @ ?"@ ? X & LHH LH@㾈@ K`"H  ~~Xdr a  @( @   ( `2@    9@@ ?H ' ?@&     @&   (' @5x8 4H%@  @@ `@ 6H` @`@' `?H H$` @v?9 @oӐxH0  9 8 '(` ((!((@U'@ߔ   @$ @$&@Z?x@ &@Q?@4@| &@J? H" "''H !`'')``"g (@( $`8I@10 9 8!$`s`& \ /& `l[`*/k*/j*/&  ,1s`@& [`& \ & ` & ( &     & @@(H   !` H & &    l & d n . n & & h& \& `&  㿠@ &@&&K '? ''Ђ| @ 'V ?7 $' 8''''''''''''@m'&H ?2H?H $ `th0<<<<<<<<<4DD p L<8DDD8 T t \  PP  @ @ d@N@@ ? d$@ V HI' '''  #\ L #`#d@ #p%@   L O%d#pd#h"H%p  hd%@'%'&Hh`@ 'E' '@P  h\#\p  ?@6 /L  $`0$` X@j(+chO2OL  /L L L  ! 0 H $`- L`(! 0 (O` $@@ '@H`- ` "H`-`` 6OL L  +/L L *@/  0 @ (L  ("`0 O(`$@ H ?$` $@$` 2OL '@>}L L  ! 0 H $`-L`(! 0 (O` $@@ '@H`-` "H`-``6OF?CL @L  (L  ("`0 O(`$@ 2$` 2O)L '@!L @L L l2G  L  L #hHd-` `//d#lyh @ ( sx/[x@ "H-`#p`@@"H-`(8#d d"H-`#dd`#pp8sx[xh   -/ #pـ#p"H-`OU#d %/TH/UV#dHd #(#dHd -(#dHd 0(#dd *( xH@sx x(H# .T( *#([x(@ #(T#(@@Tp'%%'􀠠H`@' `'  @'`"H u' @' '` L @H\-`9 `0   L @"H`-``\ L @@"H`-``\0L "H`-``\ L  @ ( sx.[x@ "H-`#p`@@"H-`(0#d d"H-`#dd`#ppsx[x#p/H-` `#p#` x/#h"H-` H@ @"@#l #l$H `#l`@o#l`/h @ ( sx.[x@ "H-`#p`@@"H-`(0#d d"H-`#dd`#ppsx[x #pZ/#` 󀌠 #`@ ( sx.@ "H-`#p`@@"H-`(0#d d"H-`#dd`#ppsx [x#p"H/ ` /#h&@ #h&H p@#h p `@;p@&  100. 2o& "H,(80H'&  0. "@ `  0i H !& 0.  :oi  0.?& @`&  8H10 . 2o&  #lh@#l h`@ðd#h #l/dh/l8O:`!8 @"@#d #d"H#d#p2HMOd%#t$HGO@%Ʉ%`'  % '&Ht`@ ' '@  t #tOtɐ % @'%'&HO`@ _' '@j  O@!%` '  %'&H:p`@ 4p>' '@I  &p"H#p`' ' 0 /% %/&Hp`@ ' '@$  p2HMhd%#p$HGh@%Ʉ%`'  % '&Hp`@ ' '@  p #pOpɐ % @'%'&Hh`@ ˒' '@֐  hl `$HD%`@#Ʉ%`'  % '&H$``@ ' '@  $``O%Ɋ@' % '&H%`@ 턒' '@  % l@''%H`@ 'g' '@r  HE`d%`H@``@#Ʉ! `' !  '&H$``@ ?' '@J  $``O! @! ''􀠠H`@' ` '  @+'`d= \9 8 !#\"H ' ' @' ' L `@ ' '2H'󀠠"H  "H bdc# \2H?44\444   p|@   ( 4t|(4@LhXd㿀#` ' #\   '@% 1  L`  @%@`L`@%O` L``!` X@(L` !`0 H`$`,M`(!`0 (O``$@+&H@((̔$G'@ɒ' ($@@Ր'($O``L`&H@((ܢ$G'@ޟ' ($@'( $OL`L`L` *@ `! 0 GL`!`0 G`L`L` !`0 H`$`,M`(!`0 (O``$@+&H@((V$G'@S' ($@@_'($OH``EL`&H@((,$G'@Y)' ($@5'( $OL`L` !`0) L``(" 0` O)  $O!`  L`@L`L` L`&H%(@#d(d$G'@#h h'#hhd($@ '( $OL`L` @0&H$(@#d(d۴$G'@#h hݯ'#hhd($@ ' ( $OL`L`@1&H%(@#d(dۂ$G'@#h h}'#hhd($@ ' ( $ObL`_L`@@1&H%(@#h(hP$G'@}#d dK'#ddh($@T ' ( $O0L`-L`&H%(@#h(h!$G'@N#d d'#ddh($@% '( $OL`L`&H%(@#d(d$G'@#h h'#hhd($@ ' ( $OL`L` @1&H%(@#d(d$G'@#h hܻ'#hhd($@Ē ' ( $OL`L`@1&H%(@#d(dڎ$G'@#h h܉'#hhd($@ ' ( $OnL`kL`@@1&H%(@#h(h\$G'@#d dW'#ddh($@` ' ( $O ' ( $OL`L`&H%(@#d(d $G'@7#h h'#hhd($@ ' ( $OL`L` @/&H$(@#d(dה$G'@#h hҒ'#hhd($@ے '( $OL`L`@1&H%(@#d(dئ$G'@#h hڡ'#hhd($@ ' ( $OL`L`@@0&H%(@#h(ht$G'@#d do'#ddh($@x '( $OUL`RL`&H%(@#h(hF$G'@s#d dA'#ddh($@J '( $O'L`$L` @0&H%(@#d(d$G'@B#h h'#hhd($@ '( $OL`L`@1&H%(@#d(d$G'@#h hߒ'#hhd($@ ' ( $OL`L`@@0&H%(@#h(hײ$G'@#d d٭'#ddh($@ '( $OL`L`&H%(@#h(hׄ$G'@#d d'#ddh($@ '( $OeL`bL``2O_L`H  (ᔔ#ւ#\!`&HG2`L \   @8H5( . + ( % "             `$O\HHؔ$.㿠`(@( $G& @`` &  `($@&`8 !l@i$PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP@PPPPPPPPPPPPPPPPPP4PPPPPPP`LpPPPxP$PPP 8 8 l       T       Tdddddddddddddddddddddddddddddddddddddddddddd 'H'D'P''2HHH'HH@  ?'@ @8 @l@ @?' H8 @''w'#;a'@'@D4H?GG' $$D%2@Dw8' x@') ؄'؄'l@'''؄'܇(( 0'؄'؆ '? ''D'? ''D؄'؆ '? ''uD '?' 'lD؈ ?'Ȉ '''`D '\D 'XD@d؆ ''@'MD'@'GD؈ ?'Ȉ ' '';D؀2OG@ WP1 'P=@ P! 'P3! 'P,"H?@j?' ? ''䀈 "H'''D4H4?@؀@2H!@' @$$ ?@2OH "H܀"HL܀"@"H܀"@H '"@(P'ܐ?'̀@І!@'ܠ'$"O @x 'І!$$Є'?܄@ 'P@_''H?'@/'H@"̢'̐ $$܄@'4H 皒?"H`@1H2Ò@I;P'P''H@% $$('@'4H d?"H@H2O@'('̄' H?'"@+P'@̄'̐ $$܄@'4H(?@"Ō''P''@! $$('@'4H?@"O( ' ' '܀H倄!'ܢ''@k'9`!`+M@c'( H''؀"@'8'5؆ȅ(P <''*Ɇȅ(P@9'؄'耠 @0؄'؀@('؆"@ @ ' ='(' @$$ܐt?@܄'2O؀@Ux@'XH  'K?H? (  2`( P10 '@' 'P%@ P)p ! ! 'P@P 'P@P0'P 'P' '(H '?@瀀(H'؄"''آ܀@@'9 +:@8'(؄'؀@+'؀@$' ؄ %@ 9'(' @$$ܐŒ?@܄'2O؀!H+ $@$' 'eH EH 홒?$' '푒? @\ '?8ORH  @( @ P 'P  'P' 'GD 4H h?"H "H@z"@?'''@    $ $ '"H@W'"H@L' ``  `^H   *``*`*  O*`@ "  *@ @-"H ]@ ]@ @`@ G*@ `*`- -  *@  K?'''̄@7( H(  ( '  ''4'?'''''''''(㿘  @&   2@  @9@@ ?    @ as`"@[`?    $  $) @ H` @ Ds`[`H?B`㿠2H $  @$@@@? "H  \ "H  l"H& \HӦ 9& \  & o&  & &   HÐ @ & & @ &  &  HJ \@J*` "H *`` 2OJ㿘'HH'L!@'P'T@/'XH HJJ T6 㿘@!@H HJJ T 㿈;I a @ 2OJ -@ J   + HJ  @H! 0H J x"HJ X"@J  0@ J x"HJ X"HJ      @ < ( "k ` s`h    J #  `Hsh"@  < ?s`"`(@ ` hj H "shj  HQ`?(sp @ @E W"H  7 @ 0@@:`&H3J @[h `@2h[`@ @ @[`[h H<` shJ  " ?[pshJ `@2h[`@ @ @[`[h H<`shJ  " ?shJ  "O `[hH0 `2H" !`㿘;I a @ 2OJ -0 0?@+J  HJ  @H!< 0H< J x"HJ X"@J < 0@J  x"HJ X"HJ <   <  < ?j@ #`@`s``2h K "@s` @.  @ @( W"H  7  0@&HJ @`@hJ@ [`@@J@ 8 J  " ?J ? "O @H`@ 2p `H 2p @" !`2p !`2p  L `"/  @ @"@    @ O   @"  @L `/ `  @2@ #@ @2O `  ` @Ք ' '@iĀ&H?㿀@_@_@^ @?@Z㿀@H@H@G @?@CP%@ H "H "H H'"H @  @܆ ܐВ  @y B <'Ԓ'Д@  ' '  '@'$@㿐@@ @ @ @ @ @   H @ 㿠'?%8  D$2H  $ 쀠H $@㿀@/8 Q <ӄH0 8 < ,  3?( ($(@("@''@&H '!@'@@@ @2Oa&a?2@ ?a쀠(HP a &a `&?a쀠(Ha &a$`$`$`@~$` $`Ba<&a $`$ a쀠H a &a ' ''H !`'''䀡` @@'@H#'@+`Hѐ 㿐H; #8a@a@ ?O`!8"! !`&  !쀠H`! "!쀢`2Ha a"@'@~1@  ''  @'㿐' '  '%8@'H"g @ ?2O ?a!a $$a쀠H a !aH` 㿈' 3@' ` '1?@'@~ !&`@ H/8W/8%@@}Ѭ܀@&ܢ @ ܢ @ ܢ @ ܢ @ ܐ(@6$܀2Oܐ@~x @@2H@$Hs@p%! &! %!쀠H! &!@}x耦 2O"H=&` 2@ 4@ (' $@$' '''H ! '''  @@'H#'@~ &`' '  @~'&`@' ' '@~'@} "H#&` '''H ! '''  @@'H#'@~&`@}E  Dܝ㿠H8+8 a)?$.  !  D(%!a(2H !ؖ %aa !쀠CH ! %!ʔ 6 @@}O`H  8 "a㿠@| 8`H@}2H``H=@2H`@`$```2O``O㿠H !H&'@@~=&&@ࠒ @~9 ࠀ?@$6@  ?"H? @~* ?&$ࠄ 㿠?@ @~ H@ `H  @~ :   㿠H i d@|\ .@ @|BʢPP" @ P@|42H @|x 2H  @ 2H  p O E p @p@€ C㿠H! ` !j!`$ ` $ `H*HH"@7,"H,"H1,;"H.,`%"H*,@ &@$%D@|L,@{ǐM,M@,@;@ %O䀤 ,)!","`&!$` $㿠N *HH"@5,H ,"H.,;"H+,%"H(,@!&@$ &@|nL,@{~M , M @,@ ;@ %O䀤,, 㿠@ @{ِ@! C`H `i `aн!&` &`H*HH"@7,"H,"H1,;"H.,%"H*,@ &@$&`З@| L,@{N`,`N`@,@;@ %O䀤 ,|!","u$&$q  @{,\L<, |㿠E!`@8HD ( =b9bp5bL1b8-b )b%a!aaaahaP a0 a`2H H 8Ĕ  @TD4$t" @F 8HE * `<   =b9bp5bL1b8-b )b%a!aaaahaP a0 a` 2H  ht" @F H5* a  `aa0aPahaaaabb b8bLbpb H  "H @ @   "H  @   㿠@ K`"H  0$,֒ 3 0 @@  2@  8(@$&  %@z  & H H & & 2@&4O @y %%Kȝ '?'B 'Є "7  'x Q'@,' 'Ȕ''?''''''''̀?@  (i"@& ܀"H&  l& @? 㿠㿠@(#)$Id: main.c,v 8.887.2.22 2003/03/06 18:38:08 ca Exp $ ) F F F ) O O O @(#)$Id: alias.c,v 8.214 2002/05/24 20:50:16 gshapiro Exp $@(#)$Id: arpadate.c,v 8.30 2001/09/11 04:05:12 gshapiro Exp $@(#)$Id: bf.c,v 8.54.2.2 2002/06/21 19:58:40 gshapiro Exp $ ,89:;`6@8 9@(#)$Id: collect.c,v 8.242.2.4 2003/03/28 17:34:39 ca Exp $@(#)$Id: conf.c,v 8.972.2.35 2003/03/28 05:46:09 ca Exp $@(#)$Id: control.c,v 8.118.4.3 2002/11/14 00:15:56 ca Exp $@(#)$Id: convtime.c,v 8.39 2001/09/11 04:05:13 gshapiro Exp $@(#)$Id: daemon.c,v 8.613.2.14 2003/02/11 17:17:22 ca Exp $@(#)$Id: deliver.c,v 8.940.2.18 2003/03/28 17:34:39 ca Exp $@(#)$Id: domain.c,v 8.181.2.6 2003/01/15 19:17:15 ca Exp $ (with name server)@(#)$Id: envelope.c,v 8.282.2.2 2002/12/04 15:44:08 ca Exp $@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $@(#)$Id: headers.c,v 8.266.4.5 2003/03/12 22:42:52 gshapiro Exp $@(#)$Id: macro.c,v 8.86 2001/09/11 04:05:14 gshapiro Exp $@(#)$Id: map.c,v 8.645.2.7 2002/12/03 17:01:15 ca Exp $@(#)$Id: mci.c,v 8.205.2.3 2003/01/07 03:56:19 ca Exp $@(#)$Id: milter.c,v 8.197.2.7 2003/03/22 18:54:25 ca Exp $@(#)$Id: mime.c,v 8.130 2002/05/21 03:39:34 ca Exp $@(#)$Id: parseaddr.c,v 8.359.2.6 2003/03/27 02:39:53 ca Exp $@(#)$Id: queue.c,v 8.863.2.30 2003/03/20 00:20:16 ca Exp $0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwx@(#)$Id: readcf.c,v 8.607.2.8 2003/03/12 22:42:52 gshapiro Exp $@(#)$Id: recipient.c,v 8.330.2.1 2002/08/27 20:21:02 gshapiro Exp $@(#)$Id: sasl.c,v 8.19.2.2 2002/09/26 23:03:40 gshapiro Exp $@(#)$Id: savemail.c,v 8.299.2.1 2002/10/23 15:08:47 ca Exp $@(#)$Id: sfsasl.c,v 8.91.2.2 2002/09/12 21:07:50 ca Exp $@(#)$Id: shmticklib.c,v 8.14 2001/09/11 04:05:16 gshapiro Exp $$Id: sm_resolve.c,v 8.24.4.7 2003/03/22 22:55:37 ca Exp $@(#)$Id: srvrsmtp.c,v 8.829.2.22 2003/02/19 02:45:40 ca Exp $@(#)$Id: stab.c,v 8.86 2001/12/29 04:27:56 ca Exp $@(#)$Id: stats.c,v 8.55 2002/05/21 22:28:52 gshapiro Exp $@(#)$Id: sysexits.c,v 8.33.4.1 2002/09/09 02:42:37 gshapiro Exp $@(#)$Id: timers.c,v 8.24 2001/09/11 04:05:17 gshapiro Exp $@(#)$Id: tls.c,v 8.79.4.4 2003/03/20 00:03:42 ca Exp $@(#)$Id: trace.c,v 8.37.4.1 2002/12/05 17:28:05 ca Exp $@(#)$Id: udb.c,v 8.153.4.4 2002/12/03 17:57:41 gshapiro Exp $ (without USERDB)@(#)$Id: usersmtp.c,v 8.437.2.9 2003/03/15 23:57:52 gshapiro Exp $@(#)$Id: util.c,v 8.363.2.5 2002/12/12 22:50:41 ca Exp $@(#)$Id: version.c,v 8.104.2.15 2003/03/19 21:19:53 ca Exp $@(#)$Id: debug.c,v 8.9 2001/09/11 04:04:55 gshapiro Exp $@(#)$Id: safefile.c,v 8.124 2002/05/24 20:50:15 gshapiro Exp $@(#)$Id: snprintf.c,v 8.44 2001/09/11 04:04:56 gshapiro Exp $@(#)$Id: cf.c,v 8.18.2.1 2002/09/24 21:48:23 ca Exp $@(#)$Id: assert.c,v 1.25 2001/09/11 04:04:47 gshapiro Exp $@(#)$Id: debug.c,v 1.28 2001/09/25 19:57:05 gshapiro Exp $sm_debug@(#)$Id: exc.c,v 1.47 2002/01/09 18:51:43 ca Exp $sm_excsm_exc_type ) , 4# ) 8 D H@(#)$Id: heap.c,v 1.50 2001/09/11 04:04:48 gshapiro Exp $ )  @(#)$Id: match.c,v 1.10 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: rpool.c,v 1.24 2002/01/11 21:54:43 ca Exp $sm_rpool@(#)$Id: strdup.c,v 1.13 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: strl.c,v 1.31 2002/01/20 01:41:25 gshapiro Exp $@(#)$Id: fclose.c,v 1.42 2002/02/01 02:28:00 ca Exp $@(#)$Id: fflush.c,v 1.43 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fget.c,v 1.24 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fpos.c,v 1.37 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: findfp.c,v 1.66 2002/02/20 02:40:24 ca Exp $sm_file@(#)$Id: fopen.c,v 1.60 2002/01/07 21:41:35 ca Exp $@(#)$Id: fprintf.c,v 1.17 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fput.c,v 1.20 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fseek.c,v 1.45 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fvwrite.c,v 1.49 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fwalk.c,v 1.21 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: makebuf.c,v 1.26 2001/10/31 16:04:08 ca Exp $@(#)$Id: refill.c,v 1.49.2.1 2002/09/09 21:38:08 gshapiro Exp $@(#)$Id: rewind.c,v 1.18 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: setvbuf.c,v 1.32 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: smstdio.c,v 1.32 2002/02/23 20:18:36 gshapiro Exp $@(#)$Id: snprintf.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: sscanf.c,v 1.25 2002/02/01 02:28:00 ca Exp $@(#)$Id: stdio.c,v 1.56.2.10 2003/01/10 23:07:17 ca Exp $@(#)$Id: strio.c,v 1.42 2002/02/11 23:05:50 gshapiro Exp $@(#)$Id: ungetc.c,v 1.28 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: vfprintf.c,v 1.52 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: vfscanf.c,v 1.51 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: vsnprintf.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: wbuf.c,v 1.21 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: wsetup.c,v 1.20 2002/02/07 18:02:45 ca Exp $@(#)$Id: string.c,v 1.3 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: stringf.c,v 1.15 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: xtrap.c,v 1.5 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: strto.c,v 1.18 2001/12/30 04:59:37 gshapiro Exp $@(#)$Id: strcasecmp.c,v 1.15 2001/09/11 04:04:49 gshapiro Exp $  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@(#)$Id: signal.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: clock.c,v 1.35.2.3 2003/03/03 19:57:40 ca Exp $@(#)$Id: config.c,v 1.27.2.1 2003/03/06 02:16:24 ca Exp $@(#)$Id: shm.c,v 1.10 2001/12/14 00:22:58 ca Exp $@(#)$Id: mbdb.c,v 1.38.2.1 2002/11/20 22:59:06 gshapiro Exp $@(#)$Id: strexit.c,v 1.5 2001/09/11 04:04:49 gshapiro Exp $@(#)$Id: flags.c,v 1.20 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: fread.c,v 1.28 2001/09/11 04:04:48 gshapiro Exp $@(#)$Id: vasprintf.c,v 1.26 2001/09/11 04:04:49 gshapiro Exp $main: reentered!sendmailnewaliasesmailqsmtpdhoststatpurgestatA:B:b:C:cd:e:F:f:Gh:IiL:M:mN:nO:o:p:q:R:r:sTtV:vX:Frozen configurations unsupported Invalid operation mode %c option requires an argument -- '%c'A:B:b:C:cd:e:F:f:Gh:IiL:M:mN:nO:o:p:q:R:r:sTtV:vX:WARNING: Can not use -d with -q. Disabling debugging. Unknown UID %dTZAGENTsendmailNAME[%.100s]A:B:b:C:cd:e:F:f:Gh:IiL:M:mN:nO:o:p:q:R:r:sTtV:vX:WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q More than one "from" person<><>WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q %dBad hop count (%s)WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q neversuccessfailuredelayInvalid -N argumentWARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q Can not use -q with -b%cCan not use -q!GCan not use multiple -qG optionsInvalid -q valueWARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q Duplicate -R flaghdrsfullInvalid -R valueWARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q WARNING: Ignoring submission mode -%c option (not in submission mode) WARNING: Ignoring submission mode -%c option with -q Invalid syntax in -V flagcannot open %sA:B:b:C:cd:e:F:f:Gh:IiL:M:mN:nO:o:p:q:R:r:sTtV:vX:, stdin, stdout, stderr*~*File descriptors missing on startup: %s; %smain: setreuid(%d, %d) failedWARNING: SuperSafe=interactive should only be used with DeliveryMode=interactive Mail submission program cannot be used as daemonTZTZCan't initialize mailbox database "%s": %sMail submission program must have RunAsUser set to non root userProcessed by %s with -C %sProcessed from queue %s*~*user %d changed syslog labelIllegal body type %sWarning: .cf version level (%d) exceeds sendmail version %s functionality (%d)Warning: HostStatusDirectory disabled with ConnectionCacheSize = 0 Warning: HostStatusDirectory required for SingleThreadDelivery *~*user %d attempted to %sPermission denied (real uid not trusted)*~*user %d attempted to rebuild the alias mapPermission denied (real uid not trusted)User %d cannot rebuild aliases in mail submission programNotice: -bv may give misleading output for non-privileged user *~*daemon invoked without full pathname; kill -1 won't workWarning: .cf file is out of date: sendmail %s supports version %d, .cf file is version %dlocalhostlocalhostWARNING: local host name (%s) is not qualified; fix $j in config fileNo default queue (mqueue) definedNo local mailer definedNo prog mailer definedNo *file* mailer definedNo *include* mailer definedQueueDirectory (Q) option must be setWarning: Cannot use HostStatusDirectory = %s: %s .main: cannot stat %sYou do not have permission to process the queueQueue group %s unknownADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter
> > %s main.cSM_ASSERT(SmExcHandler == &_h) failed[!F]* main.cSM_ASSERT(SmExcHandler == &_h) failedQueue controldaemon: cannot fork+SMTP+debugging*~*starting daemon (%s): %sQueue control*~*persistent queue runner=%d core dumped, signal=%d*~*persistent queue runner=%d died, signal=%d*~*persistent queue runner=%d, exitedconnect from %s[%.100s]%d0%s set sender to %s using -%cRecipient names must be specified%ldmain.cSM_ASSERT(SmExcHandler == &_h) failedfinis, pid=%dmain.cSM_ASSERT(SmExcHandler == &_h) failedS:mta.interruptinterruptinterruptdisconnect level %d/dev/nulldisconnect: sm_io_reopen("%s") failed: %s/dev/nulldisconnect: open("%s") failed: %sin background, pid=%dA:B:b:C:cd:e:F:f:Gh:IiL:M:mN:nO:o:p:q:R:r:sTtV:vX:Authentication-Warning: %.400ssetuserenv: putenv(%s) failed--- dumping state on %s: $j = %s ---*** $j not in $=w ***CurChildren = %dNextMacroId = %d (Max %d)--- open file descriptors: ------ connection cache: ------ ruleset debug_dumpstate returns stat %d, pv: ---%s--- end of state dump ---drop_privileges: setgroups(1, %d) faileddrop_privileges: setregid(%d, %d) faileddrop_privileges: setgid(%d) faileddrop_privileges: Unable to set effective gid=%d to RunAsGid=%ddrop_privileges: setreuid(%d, -1) faileddrop_privileges: second setuid(%d) attempt faileddrop_privileges: setuid(%d) faileddrop_privileges: setuid(0) succeeded (when it should not)drop_privileges: Unable to drop non-root set-user-ID privilegesdrop_privileges: setgid(%d) succeeded (when it should not)fill_fd: %s: fd %d not open/dev/null!fill_fd: %s: cannot open %sUsage: .[DC]macro value(s) Unknown "." command %s Undefined ruleset %s Usage: =Sruleset or =M Unknown "=" command %s Usage: -d{debug arguments} Unknown "-" command %s Undefined Usage: /[canon|map|mx|parse|try|tryflags] quitmxUsage: /mx address getmxrr(%s) returns %d value(s): %s canonUsage: /canon address Name too long getcanonname(%s) returns %s mapUsage: /map mapname key No key specified Map named "%s" not found Map named "%s" not open map_lookup: %s (%s) no match (%d) returns %s (%d) try Usage: /try mailer address Unknown mailer %s Trying %s %s address %s for mailer %s Rcode = %d, addr = %s tryflagsUsage: /tryflags [Hh|Ee][Ss|Rr] parseUsage: /parse address Cracked address = Parsing %s %s address Cannot parse mailer %s, host %s, user %s mailer %s, user %s Unknown "/" command %s No address! Undefined ruleset %s == Ruleset %s (%d) status %d %s E:mta.quickabortiquick abort %0aliased to %salias %.100s => %sowner-owner-owner,:/|"Message delivered to mailing list %s postmasterToo many alias databases defined, %d maxaliases.files sequencesetalias: cannot create aliases.files mapAlias%d ,/:setalias: unknown alias class %ssetalias: map class %s can't handle aliases*~*alias database %s%s name too longalias database %s%s name too long*~*alias database %s out of dateWarning: alias database %s out of datenewaliases: cannot open %s: %swarning: cannot lock %s: %sAlias file %s is locked (maybe being rebuilt)*~*alias database %s %srebuilt by %sCannot create database for alias file %s554 5.3.0 alias line too long554 5.3.5 Non-continuation line starts with space554 5.3.5 missing colon554 5.3.5 %.40s... illegal alias name553 5.3.5 %s... bad address554 5.3.5 alias too long554 5.3.5 %s... cannot alias non-local namespostmaster554 5.3.5 %.40s... missing value for alias%s: %ld aliases, longest %ld bytes, %ld bytes total*~*%s: %ld aliases, longest %ld bytes, %ld bytes total554 5.3.0 forward: no homez/.forwardz/.forwardforward %s: transient error: %sforward %s: %sforward: %s: %stransient .forward open error: message queued%d%dNo recipient addresses found in header@Cannot create %s354 Enter mail, end with "." on a line by itselftimeout waiting for input from %s during message collect451 4.4.1 timeout waiting for input during message collect%05d <<< [EOF] collect.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) failedcollect.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) failedcollect.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) failedheaders too large (%d max) from %s during message collect552 Headers too large (%d max)From collect.cSM_ASSERT(bp > buf) failedunexpected closecollect: premature EOM: %scollect.cSM_ASSERT(df == NULL) failed@collect: bfcommit(%s): already on disk, size = %ldcollect: %s on connection from %.100s, sender=%s451 4.4.1 collect: %s on connection from %s, from=%s451 4.4.1 collect: %s on connection from %s, from=%s552 Message exceeds maximum fixed size (%ld)message size (%ld) exceeds maximum (%ld)554 Eight bit data not allowed8BITMIME@Cannot reopen %s *** Mail could not be accepted *** Mail of at least %llu bytes could not be accepted *** at %s due to lack of disk space for temp file. *** Currently, %ld kilobytes are available for mail temp files. 421 4.3.1 Out of disk space for temp file421 4.3.0 collect: Cannot write %s (%s, uid=%d, gid=%d)/dev/nulldferror: sm_io_reopen("/dev/null") failed: %s/var/run/sendmail.pid/var/run/sendmail.pidmqueue, P=/var/spool/mqueueprog, P=/bin/sh, F=lsouDq9, T=X-Unix/X-Unix/X-Unix, A=sh -c u*file*, P=[FILE], F=lsDFMPEouq9, T=X-Unix/X-Unix/X-Unix, A=FILE u*include*, P=/dev/null, F=su, A=INCLUDE uhost host -a. -Dfilesaliases.files nullaliases switch aliases554 5.3.0 Who are you?,;:/|"\%ddeferring connections on daemon %s: %d per second*~*deferring connections on daemon %s: %d per secondrejecting connections on daemon %s: load average: %d*~*rejecting connections on daemon %s: load average: %ddelaying connections on daemon %s: load average=%d >= %d*~*delaying connections on daemon %s: load average=%d >= %drejecting connections on daemon %s: %d children, max %d*~*rejecting connections on daemon %s: %d children, max %dsendmail: %s: %s%s/SENDMAIL/ANY/SHELL/cannot lockf(%s%s, fd=%d, type=%o, omode=%o, euid=%d)BerkeleyAccess deniednisfiles*~*Unsupported address family %d: %.100s*~*gethostbyaddr(%.100s) failed: %d[%s][%s]WARNING: interface %s is UP with %s address[%.*s]NOQUEUE*~*conf.cSM_ASSERT(n > 0) failed%s%s: %s%s[%d]: %s ...%s[%d]: log terminated, too many parts%s[%d]: %s*~*ownership change on %s to uid %d failed: %s050 ownership change on %s to uid %d failed: %s*~*Could not remove control socket: %scontrol cmd readtimeout waiting for input during control commandcontrol: %sOK OK %d/%d/%ld/%d Memory dump unavailable. To fix, run sendmail with -dsm_check_heap.4 Bad command (%s) nowwdhmsInvalid time unit `%c'%d+%02d:%02d:%02d, %d week%s, %d day%s, %d hour%s, %d minute%s, %d second%s*~*daemon could not open control socket %s: %s*~*accepting connections again for daemon %s*~*daemon process doesn't have $j in $=w; see syslog*~*daemon process $j lost dot; see syslogaccepting connectionsgetrequests: acceptdaemon: cannot fork%dstartup with %sstartup with %scannot open SMTP server channel, fd=%d%dcontrol socket server childSMTP server child for %s*~*rejecting new messages: min free: %ldrejecting new messages: min free: %ld*~*accepting new messages (again)opendaemonsocket: daemon %s: can't create server SMTP socketopendaemonsocket: daemon %s: optional socket disabled*~*daemon %s: problem creating SMTP socketopendaemonsocket: daemon %s: server SMTP socket (%d) too largeopendaemonsocket: daemon %s: setsockopt(SO_RCVBUF)opendaemonsocket: daemon %s: setsockopt(SO_SNDBUF)opendaemonsocket: daemon %s: failed to %s close-on-exec flag: %sopendaemonsocket: daemon %s: cannot bindopendaemonsocket: daemon %s: cannot listen!opendaemonsocket: daemon %s: server SMTP socket wedged: exitingsmtptcp554 5.3.5 service "smtp" unknown*~*getmodifiers too long, ignoredinet554 5.3.5 Unknown address family %s in Family=option554 5.3.5 PortOptions parameter "%s" unknown554 5.3.0 host "%s" unknown554 5.3.0 host "%s" unknown554 5.3.5 address= option unsupported for family %dtcp554 5.3.5 service "%s" unknown554 5.3.5 Port= option unsupported for family %d<%s,%s>Daemon%dClient%d553 Invalid numeric domain spec "%s"makeconnection: long sa_data: family %d len %dsmtptcp*~*makeconnection: service "smtp" unknownCan't connect to address family %dmakeconnection: cannot create socketmakeconnection: setsockopt(SO_SNDBUF)makeconnection: setsockopt(SO_RCVBUF)makeconnection: cannot bind socket [%s]makeconnection (%s [%s]) failed: %scannot open SMTP client channel, fd=%d%dSMTP outgoing connect on %.40smakeconnection_ds: unsafe domain socketmakeconnection_ds: domain socket name too longmakeconnection_ds: could not create domain socketCould not connect to socket %scannot open SMTP client channel, fd=%dinterrupt (%s)*~*could not restart: need full path*~*restarting %s due to %s*~*could not drop privileges: %s*~*could not exec %s: %slocalhost*~*My unqualified host name (%s) unknown; sleeping for retryMy unqualified host name (%s) unknown; sleeping for retry*~*unable to qualify my own domain name (%s) -- using short nameWARNING: unable to qualify my own domain name (%s) -- using short name%d,%d authtcpuseridotherIDENT: [%s@%.*s%c%.*s] [%.100s] (may be forged)851 %s: Name server timeouthost_map_lookup(%s): bogus NULL cache entry, errno = %d, h_errno = %d851 %s: Name server timeout[UNIX: %.64s][UNIX: localhost]Family %d: %02x:[%.200s]discarded554 5.4.6 Too many hops %d (%d max): from %s via %s, to %s[IPC]TCP%s: clone: owner=%sdeliver: fork 1deliver: fork 2sendenvelope, flags=0x%lxsendall(%.*s)deliverable: mailer %s, host %s, user %sdeliverable: mailer %s, user %s!dup_queue_file: can't commit %ssendall: link(%s, %s)!sendall: unlink(%s): permanent!sendall: link(%s, %s): permanentremotename: huge return path %s554 5.3.5 Too many parameters to %s before $uWarning: mailer %s: LMTP flag (F=z) turned off552 Message is too large; %ld bytes max[FILE]empty filename specification for mailer %s%s... Successfully delivered SUCCESS,FAILURE,DELAY,NEVER554 5.3.0 deliver: pv overflow after $u for %s%s... openmailer(%s)554 Cannot send 8-bit data to 7-bit destination[LPC][IPC]null destination for %s mailerFILEnull host signature for %s554 5.3.5 non-clever IPCtcpService %s unknown:,deliver: null host name in signatureUsing cached %sMTP connection to %s via %s...%s %s: %sConnecting to %s via %s...Connecting to %s via %s...Connecting to %s port %d via %s...Timeout.to_aconnect occurred before exhausting all addresses%05d === CONNECT %s deliver: no host nameUsing cached LMTP connection for %s...Connecting to %s...Connecting to %s via %s...%05d === EXEC %s %s... openmailer(%s): pipe (to mailer)%s... openmailer(%s): bogus mpvect %d %d%s... openmailer(%s): overlapping mpvect %d %d%s... openmailer(%s): overlapping mpvect %d %d, lockfp = %d%s... openmailer(%s): pipe (from mailer)%s... openmailer(%s): cannot forkopenmailer: initgroups(%s, %d) failedopenmailer: setgroups() failedopenmailer: initgroups(%s, %d) failedopenmailer: setgroups() failedopenmailer: insufficient privileges to change gid, RunAsUid=%d, new_gid=%d, gid=%d, egid=%dopenmailer: setgid(%ld) failedopenmailer: Cannot chroot(%s)/openmailer: cannot chdir(/)openmailer: setreuid(%d, %d) failedopenmailer: insufficient privileges to change uid, new_euid=%d, RunAsUid=%dopenmailer: seteuid(%ld) failedopenmailer: setuid(%ld) failedWarning: program %s unsafe: %s%s... openmailer(%s): cannot dup pipe %d for stdout%s... openmailer(%s): cannot dup stdout for stderr%s... openmailer(%s): cannot dup pipe %d for stdinCannot exec %sdeliver: cannot create mailer output channel, fd=%ddeliver: cannot create mailer input channel, fd=%d554 Server does not support Deliver By554 Message can't be delivered in time; %ld < %ldquoted-printablebase64text/plain554 5.3.5 deliver: mci=%lx rcode=%d errno=%d state=%d sig=%s%s mailer (%s) exited with EX_TEMPFAIL,deliver.cSM_ASSERT(strsize < tobufsize) failed%s... Successfully delivered %s... relayed; expect no further notifications %s... Deliver-by notify: relayed %s... Deliver-By trace: relayed deliver.cSM_ASSERT(SmExcHandler == &_h) failed%s... end of deliver(%s)deliver.cSM_ASSERT(SmExcHandler == &_h) failedX-UNIX%dendmailer %s: wait timeout (%ld)endmailer %s: wait451 4.3.0 mailer %s died with signal %d%sArguments: %s giveresponse: null envelope250 2.0.0 Sent%s (%s)554 5.3.0 unknown mailer error %d%s (%s)%s: %s%s (%s)%.*s%s%s %.*s %s%.3s %%s (%d/%d), pri=%ld [%s]queued, relay=%s..., stat=to=%.*s [more]%sto=%.*s%sFrom %.800s d remote from %.100s From %.800s d remote from %.100s Content-Type: text/plain; charset=%sFrom %05d >>> deliver.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) faileddeliver.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) faileddeliver.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) failed!%sdeliver.cSM_ASSERT(pbp < peekbuf + sizeof(peekbuf)) failedputbody: %s/%cf%s: read errorputbody: write error/dev/null554 Cannot send 8-bit data to 7-bit destinationmailfile: filename too long (%s/%s)/mailfile: filename too long (%s/%s)/mailfile: filename too long (%s)mailfile: Cannot open %s for %s from %smailfile: insufficient privileges to change uid, RunAsUid=%d, RealUid=%dmailfile: insufficient privileges to change gid, RealGid=%d, RunAsUid=%d, gid=%d, egid=%dmailfile: initgroups(%s, %d) failedmailfile: setgroups() failedmailfile: Cannot chroot(%s)/mailfile: cannot chdir(/)mailfile: setgid(%ld) failedmailfile: setuid(%ld) failed454 4.3.0 cannot open %s: %s554 5.3.0 cannot open %s: %s554 5.3.0 file changed after open554 5.3.0 cannot fstat %squoted-printablebase64text/plainmailfile: %s: waitmailfile: %s: child died on signal %d[IPC]TCP[IPC]FILE:,*~*hostsignature for host '%s' exceeds maxlen (%d): %d:,getmxrr: res_search (%s) failed with impossible h_errno (%d)domain.cSM_ASSERT(buflen > 0) failedMX list for %s points back to %sHost name %s too longbestmx_map_lookup: MX host %.64s includes map delimiter character 0x%02Xloop in ${HOSTALIASES} fileDNS failure: CNAME loop for %sDeferred: DNS failure: CNAME loop for %.100s%.*s%s%.*sHOSTALIASESdropenvelope, e_flags=0x%lx, OpMode=%c, pid=%ddelivery time expired %ldsCannot send message for %sDelivery time (%lds) expired Message could not be delivered for %s Message will be deleted from queue <>owner--requestWarning: Delivery time (%lds) exceededWarning: could not send message for past %sWarning: Delivery time (%lds) exceeded Warning: message still undelivered after %s Will keep trying until message is %s old <>done; delay=%s, ntries=%d!dropenvelope(%s): cannot commit data file %s, uid=%d%d%d%04d%02d%02d%02d%02dCan't create transcript file %s/dev/null!Can't open %s%.*s@%.*ssetsender: %s: invalid or unparsable, received from %s553 Invalid sender address553 5.3.0 setsender: can't even parse postmaster!/HOME/cannot prescan from (%s)>@%lx<%s,%s> !%sUID%dSYSERR(%s): %.900s550Postmaster warning: %.*s%.900s550Postmaster warning: %.*s%.900s05005045%s --- %s%s%s%s %s %05d >>> %s %3.3s%c%s: line %d: 050250252450550553Error %d with Connection reset by during %sHost %s is downOperation not permittedTimeout on file openSymbolic links not allowedHard links not allowedRegular files onlyExecutable files not allowedWorld writable directoryGroup writable directoryFile changed after openWorld writable fileGroup writable fileGroup readable fileWorld readable fileName server: Error %d553 5.3.0 header syntax error, line "%s"*~*Warning: redefined ruleset for header=%s, old=%s, new=%sWarning: truncated header '%s' before check with '%s' len=%d max=%d%d%durgentnormalnon-urgent8BITMIME;/%.80s (%.100s)from=%.200s, size=%ld, class=%d, nrcpts=%d, msgid=%.100s, bodytype=%.20s, proto=%.20s, daemon=%.20s%.850s, relay=%sDropped invalid comments from header addressTruncated MIME %s header due to field size (length = %ld) (possible attack)Truncated long MIME %s header (length = %ld) (possible attack)Fixed MIME %s header (possible attack)Truncated long MIME %s header (length = %ld) (possible attack)Content-Type: text/plain; charset=%s%.200s: %.*s%.*s%.200s: , , Fixed MIME %s header field (possible attack)expand: recursion too deep (%d max)Name required for macro/classInvalid macro/class character %cUnbalanced { on %sMacro/class name ({%s}) too long (%d chars max)Macro/class {%s}: too many long namesUnable to assign macro/class ID (mid = 0x%x)Illegal option %c map %sNo file name for %s map %sfilesdns.dns map %s: wrong type %sdns map %s: missing -R typedns %.100s => %sIllegal option %c map syslogLOG_EMERGALERTCRITERRWARNINGNOTICEINFODEBUGsyslog_map_parseargs: Unknown priority %s%stext map "%s": file name requiredtext map "%s": file name must be fully qualifiedtext map "%s": unsafe map file %stext map "%s", file %s: -k should specify a number, not %stext map "%s", file %s: -v should specify a number, not %s# Cannot rebuild aliases: no database format definednamepasswduidgidgecosdirshellUser map %s: unknown column name %s%d%d prog_map_lookup(%s) failed (%s) -- closingprog_map_lookup(%s): read error %sprog_map_lookup(%s): wait error %sprog_map_lookup(%s): child died on signal %dSequence map %s: unknown member map %sSequence map %s: too many member maps (%d max)Switch map %s: unknown member map %sseq_map_store(%s, %s, %s): no writable mapfield (%d) out of range, only %d substrings in patterntoo many fields, %d maxpattern-compile-error: %stoo many substrings, %d max*~*Warning: regex may cause prescan() failure map=%s lookup=%s*~*arith_map: unknown operator %c%ldmci_cache: caching %lx (%.100s) in slot %dmci_uncache: uncaching %lx (%.100s) from slot %d (%d)Closing connection to %s!negative mno %d (%s)MCI@%p: NULLflags=%lx,%serrno=%d, herrno=%d, exitstat=%d, state=%d, pid=%d,%smaxsize=%ld, phase=%s, mailer=%s,%sstatus=%s, rstatus=%s,%shost=%s, lastuse=%s%.1000s%s mci_lock_host: cannot create host lock file %smci_read_persistent: NULL fpmci_read_persistent: NULL mciUnknown host status version %d: %d max*~*%s: line %d: Unknown host status line "%s"V0 E%d H%d S%d D%.80s R%.80s U%ld . -------------- Hostname --------------- How long ago ---------Results--------- %s: could not read status file%c%-39s %12s %.*s Deferred: %.*s Unknown mailer error %d%.*s %.*s OK OK: %.*s *~*mci_purge_persistent: failed to unlink %s: %smci_generate_persistent_path: null hostmci_generate_persistent_path: null path/;;;mime8to7: Empty parameter in Content-Type header=;%.100s/%.100smultipartdigestboundarymime8to7: Content-Type: "%s": %s boundarymime8to7: multipart boundary "%s" too longmime8to7: multipart nesting boundary too deepmessagemime8to7: cannot sm_io_tell on %cf%smime8to7: cannot sm_io_fseek on %cf%sbinaryContent-Transfer-Encoding: %.200sX-MIME-Autoconverted: from 8bit to base64 by %s id %sX-MIME-Autoconverted: from 8bit to quoted-printable by %s id %s--mime7to8: unparsable CTE %sContent-Transfer-Encoding: %sX-MIME-Autoconverted: from %.200s to 8bit by %s id %sbase64*~*can't find queue group name %s, selection ignored*~*queue group name %s -> %d553 5.1.0 Address "%s" too long (%d bytes max)501 5.1.3 8-bit character in mailbox address "%s"501 5.1.7 8-bit character in mailbox address "%s"553 5.1.0 Address "%s" too long (%d bytes max)501 5.1.3 Syntax error in mailbox address "%s" (%s)501 5.1.7 Syntax error in mailbox address "%s" (%s)()<>,; 553 5.1.1 Address too long553 Unbalanced '"'553 Unbalanced '('553 Unbalanced '<'553 Unbalanced '<'553 Unbalanced ')'553 Unbalanced '>'553 Illegal character %c553 Illegal character 0x%02x553 5.1.0 prescan: too many tokens553 5.1.0 prescan: token too long554 5.3.5 rewrite: illegal ruleset number %d%d%s%-16.16s input:rewrite: excessive recursion (max %d), ruleset %s554 5.3.5 Infinite loop in ruleset %s, rule %d554 5.3.5 rewrite: ruleset %s: replacement $%c out of bounds554 5.3.0 rewrite: expansion too longrewrite: expansion too long, ruleset=%s, ruleno=%d554 5.3.0 rewrite: expansion too longrewrite: expansion too long, ruleset=%s, ruleno=%d554 5.3.0 rewrite: map %s not found%s%-16.16s returns:554 5.3.5 Unknown ruleset %s554 5.3.0 Too many subroutine calls (%d max)%.80s map: lookup (%s): deferred554 5.3.5 buildaddr: no mailer in parsed address554 5.3.5 buildaddr: no usererror553 5.3.0 %s554 5.3.5 buildaddr: unknown mailer %s554 5.3.5 buildaddr: no host:include:[NULL] %p=%s: mailer %d (%s), host `%s' user `%s', ruser `%s' state=OKDONTSENDBADADDRQUEUEUPRETRYSENTVERIFIEDEXPANDEDSENDERCLONEDDISCARDEDREPLACEDREMOVEDDUPLICATEINCLUDED%d, next=%p, alias %p, uid %d, gid %d flags=%lx<,%s> owner=%s, home="%s", fullname="%s" orcpt="%s", statmta=%s, status=%s finalrcpt="%s" rstatus="%s" statdate=%s <><>@@553 5.1.0 remotename: too many tokensparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedE:mta.quickabortparseaddr.cSM_ASSERT(SmExcHandler == &_h) failed%s%c%serrordiscarddiscard, arg2=%s, relay=%sruleset=%s, arg1=%s%s, discardruleset=%s, arg1=%s%s, reject=%sparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedparseaddr.cSM_ASSERT(SmExcHandler == &_h) failed%s%c%sparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedparseaddr.cSM_ASSERT(SmExcHandler == &_h) failedqueueup: cannot create %s, uid=%d: %squeueup: cannot lock %s: %s!queueup: cannot create queue temp file %s, uid=%d!queueup: cannot commit data file %s, uid=%dqueueup: fsync(e->e_dfp)!552 Error writing data file %s!452 Error writing data file %scommitting over bf file!queueup: cannot create data temp file %s, uid=%dqueueup: fsync(dfp)!552 Error writing data file %s!452 Error writing data file %s!queueup: cannot save data temp file %s, uid=%dV%d T%ld K%ld N%d P%ld d%s I%ld/%ld/%llu B%s M%s F%s S%s Z%s A%s !%c %ld M%s Q%s r%s %s H?${%s}$%c%s: %s %s: %s . !552 Error writing control file %s!452 Error writing control file %scannot rename(%s, %s), uid=%d!queueup: cannot fsync queue temp file %squeueup %squeueup %sC CC%s:%ld:%ld:%s *~*restart queue runner=%d due to signal 0x%x*~*ERROR: persistent queue runner=%d restarted too many times, queue runner lost%s*~*runqueue: %sSkipping %s/%s (sequence %d of %d) and flushing rest of queue*~*runqueue: Flushing queue from %s/%s (pri %ld, LA %d, %d of %d)Skipping %s/%s (sequence %d of %d)Running %s/%s (sequence %d of %d)*~*runqueue %s dowork(%s)458 %s *~*runqueue: %s458 %s (%d) *~*runqueue: %s (%d)Skipping queue run -- fork() failed458 %s: %s *~*runqueue: %s: %srunning queue: %s*~*runqueue %s, pid=%d, forkflag=%drun_work_group: cannot forkrunning queue: %smemdumpmemdumpmemdump.out---------------------- .gatherq: cannot open "%s"gatherq: %s too long, %d max characters *~*gatherq: %s too long, %d max characters*~*WorkList for %s maxed out at %dqueue.cSM_ASSERT(wn >= 0) failed*~*gatherq: can't stat %s/%sgatherq: %s/%s is not a regular file*~*grew WorkList for %s to %d*~*FAILED to grow WorkList for %s to %ddowork: cannot fork%s from queuedowork, pid=%ddoworklist: cannot forkdoworklist, pid=%d%s from queuereadqf: no control file %s%s: locked locked%s: changed changedreadqf: cannot stat directory %sbogus queue file, uid=%d, gid=%d, mode=%oSECURITY ALERT: extra or bogus data in queue file: %sFrom SECURITY ALERT: bogus qf line %s%s: too young (%s) too young (%s)queue file version %d not supported: %sVersion number in queue file (%d) greater than max (%d)readqf: %s: line %d: bad line "%s"readqf: %s: incomplete queue file readreadqf: cannot open %s%ld\%03oData unavailable: shared memory not updated %sNOTCONFIGURED:-1 %s%s:%d %s: unknown number of entries %s is empty %s: entries=%d Total requests: %d%s Total requests: %d ..Cannot stat %s510 You are not permitted to see the queue%s is empty %s (%d request%s, only %d printed) -----Q-ID----- --Size-- -Priority- ---Q-Time--- --------Sender/Recipient-------- ) -----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient----------- %13s (permission denied) (job completed) (%s) *-X %8ld %10ld%c%.12s %8ld %.16s %10.10s (%.*s) (---%.64s---) (%.100s) (no control file) %06dassigned idunlock:::::/cannot rename(%s, %s), uid=%dLosing %s: %s%.32s/%s.low on space (%s needs %ld bytes + %ld blocks in %s), max avail: %ld452 4.4.5 Insufficient disk space; try again laterQueuePath %s not absoluteQueuePath %.256s too long (%d max)QueuePath %s not subpath of QueueDirectory %sQueuePath %.256s too long (%d max)queue.cSM_ASSERT(cp != NULL) failedqueue.cSM_ASSERT(len >= blen - 1) failedQueueDirectory: can not wildcard relative pathqueue.cSM_ASSERT(off < sizeof relpath) failedcan not opendir(%s/%s)can not opendir(%s)..cannot stat queue directory %stoo many queue file systems (%d max)*~*filesys_update failed: %s, fs=%s, avail=%ld, blocksize=%ld*~*can't %s shared memory, key=%ld: %sQueueDirectory: path too long: %d, max %dqueue.cSM_ASSERT(len > 0) failedQueueDirectory: can not wildcard relative path "%s"queue.cSM_ASSERT(basedir[len - 1] == '/') failedcan not chdir(%s)Program mode requires special privileges, e.g., root or TrustedUser. .can not stat(%s)can not write to queue directory %s (RunAsGid=%d, required=%d)*~*dangerous permissions=%o on queue directory %squeue.cSM_ASSERT(!owner) failedfilesys_setup failed twice, result=%d*~*shared memory does not contain expected data, ignored*~*sm_shmstop failed=%sname required for queuequeue %s: `=' expectedqueue %s: empty path nameQ=%s: R=%d exceeds MaxQueueChildren=%d, set to MaxQueueChildren Q%s: unknown queue equate %c=too many queue groups defined (%d max)QueueDir must be defined before queue groupsWarning: Q=%s: R=%d: multiple queue runners specified but flag '%c' is not set *~*Adding %s to stab, path: %smqueue!cannot allocate memory for work queues, need %d bytesqueue.cSM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir)) failedqueue.cSM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir)) failed@can't commit %sdup_df: can't link %s to %s, error=%s, envelope splitting failedqueue.cSM_REQUIRE(ISVALIDQGRP(e->e_qgrp)) failed*~*queue group name %s -> %d*~*can't find queue group name %s, selection ignored; queue.cSM_ASSERT(j < l) failedsplit: maxrcpts=%d, rcpts=%d, count=%d, id%s=%s; queue.cSM_ASSERT(j < l) failedsplit: count=%d, id%s=%scannot opencannot fstatnot a plain file%s: WARNING: dangerous write permissions *~*%s: WARNING: dangerous write permissionsmissing valid ruleset for "%s"invalid rewrite line "%s" (tab expected)Inappropriate use of %s on LHSR line: null LHSR line: too many wildcardsreplacement $%c out of boundsInappropriate use of %s on RHSR line: null RHSWARNING: Ruleset %s has multiple definitions LDAPillegal filename '%s'invalid argument to V line: "%.20s"invalid V line vendor code: "%s"Warning: Filter usage ('X') requires Milter support (-DMILTER) unknown configuration line "%s"I/O read errordnstoo many %c lines, %d maxfileclass: missing file namefileclass: bogus map specificationLDAPlocalhost-k (&(objectClass=sendmailMTAClass)(sendmailMTAClassName=%s)(|(sendmailMTACluster=%s)(sendmailMTAHost=%s))) -v sendmailMTAClassValuefileclass: F{%s}: Default LDAP string too longfileclass: F{%s}: missing map classfileclass: F{%s}: class %s not availablefileclass: F{%s}: map open failedfileclass: F{%s}: map lookup failed fileclass: cannot open '%s'name required for mailermailer %s: `=' expectedmailer %s: null end-of-line stringmailer %s: null working directorymailer %s: null charsetmailer %s: null queuemailer %s: unknown queue %s-_mailer %s: null user namereadcf: mailer U= flag: unknown user %smailer %s: null group namereadcf: mailer U= flag: unknown group %smailer %s: null root directoryM%s: unknown mailer equate %c=M%s: A= argument requiredM%s: P= argument requiredtoo many mailers defined (%d max)[TCP]M%s: P=[TCP] must be replaced by P=[IPC][IPC]M%s: too few parameters for %s mailerTCPFILEM%s: Warning: first argument in %s mailer must be %s FILE[FILE]M%s: too %s parameters for [FILE] mailerFILEM%s: first argument in [FILE] mailer must be FILE ----Rule Set %d: LHS:RHS:mailer %d (%s): P=%s S=%d/%s/%d R=%s R=%d/%s/%d %s M=%ld U=%d:%d F= L=%d E= C=%s T=%s/%s/%s r=%d A= readcf: null option namereadcf: unknown option name %sreadcf: ambiguous option name %s (matches %s and %s)Option %s used as abbreviation for %sreadcf: unknown option name 0x%xUnknown 8-bit mode %cUnknown delivery mode %creadcf: option %c: unknown group %sHasWildcardMXWorkAroundBrokenAAAAreadcf: I option value %s unrecognizedtoo many daemons defined (%d max)readcf: Op line: %s unrecognizedreadcf: option u: unknown user %sreadcf: option u: uid value (%ld) > UID_MAX (%ld); ignoredInvalid queue sort order "%s"noneadd-toadd-apparently-toadd-bccadd-to-undisclosedInvalid NoRecipientAction: %s@,;:\()[]Warning: MustQuoteChars too long, ignored. Warning: OperatorChars is being redefined. It should only be set before ruleset definitions. readcf: option RunAsUser: unknown user %sWARNING: RunAsGid for MSP ignored, check group ids (egid=%d, want=%d) readcf: option RunAsUser: uid value (%ld) > UID_MAX (%ld); ignoredWARNING: RunAsGid for MSP ignored, check group ids (egid=%d, want=%d) readcf: option RunAsUser: unknown group %sWARNING: RunAsGid for MSP ignored, check group ids (egid=%d, want=%d) readcf: DontBlameSendmail option: %s unrecognizedloopbackreadcf: option ConnectOnlyTo: invalid IP address %sreadcf: option TrustedUser: unknown user %sreadcf: option TrustedUser: uid value (%ld) > UID_MAX (%ld)Warning: MaxMimeHeaderLength: header length limit set lower than 128 Warning: MaxMimeHeaderLength: field length limit set lower than 40 Warning: MaxHeadersLength: headers length limit set lower than %d Warning: Option: %s requires SASL support (-DSASL) Warning: Option: %s requires TLS support Warning: Option: %s requires LDAP support (-DLDAPMAP) Warning: Option: %s requires Milter support (-DMILTER) Warning: Option: %s requires Milter support (-DMILTER) readcf: config K line: no map namereadcf: config K line, map %s: no map classreadcf: map %s: class %s not availableinvalid ruleset name: "%.20s"bad ruleset %d (%d max)invalid ruleset name: "%.20s"bad ruleset definition "%s" (number required after `=')bad ruleset number %d in "%s" (%d max)%s: too many named rulesets (%d max)%s: ruleset changed value (old %d, new %d)settimeout: invalid timeout %ssettimeout: invalid timeout %ssendtolist: null listrecipient.cSM_ASSERT(SmExcHandler == &_h) failedrecipient.cSM_ASSERT(SmExcHandler == &_h) failedrfc822%s; %.800s%s; %.800s%s; %.800s%s; %.700s@%.100s554 aliasing/forwarding loop broken (%d aliases deep; %d max)550 Cannot mail directly to programs550 UID %d is an unknown user: cannot mail to programs550 User %s@%s doesn't have a valid shell for mailing to programs550 Address %s is unsafe for mailing to programsduplicate suppressedrecipient.cSM_ASSERT(pq != NULL) failed550 Cannot mail directly to :include:sincluding file %sinclude %s: transient error: %s451 4.2.4 Cannot open %s: %s550 Cannot open %s: %s550 Cannot mail directly to files550 UID %d is an unknown user: cannot mail to files550 User %s@%s doesn't have a valid shell for mailing to files550 Address %s is unsafe for mailing to files554 aliasing/forwarding loop for %s broken/554 aliasing/forwarding loop broken%s... expanded to multiple addresses %dinclude: initgroups(%s, %d) failedinclude: setgroups() failedsetgid(%d) failureseteuid(%d) failure (real=%d, eff=%d)%s: unsafe directory path, marked unsafe!seteuid(0) failure (real=%d, eff=%d)!setgid(%d) failure (real=%d eff=%d)451 4.4.1 open timeout on %sCannot fstat %s!%s: user %s has bad shell %s, marked %s%s: %s writable %s file, marked unsafe%s to %sforward %.200s => %sAttempt to forward to more than %d addresses (in %s)!553 5.3.5 Cannot parse Postmaster!554 5.3.0 savemail: bogus errormode x%x Message from %s... Errors occurred while sending mail. Transcript follows: Cannot open %sTranscript of session is unavailable. Original message will be saved in dead.letter. 553 5.3.0 cannot parse %s!Saved message in %sSaved message in %sSaved message in %s554 5.3.5 savemail: unknown state %d554 savemail: cannot save rejected email anywhere554 5.3.0 returntosender: infinite recursion on %s554 5.3.0 returntosender: cannot select queue for %s%s: %s: %s%s.%ld/%.100smultipart/report; report-type=delivery-status; boundary="%s"binaryWarning:Postmaster warning:Return receiptPostmaster notify: see transcript for detailsReturned mail: see transcript for detailsauto-generated (%s)553 5.3.5 Can't parse myself!errbody: null parentPostmaster The original message was received at %s (reason: %s) (expanded from: %s) (expanded from: %s)%s (%s) (expanded from: %s)Original-Envelope-Id: %.800sReporting-MTA: dns; %.800sReceived-From-MTA: %s; %.800sOriginal-Recipient: %.800srfc822%s; %.700s@%.100s%s; %.800sreturntosender: q_finalrcpt is NULLFinal-Recipient: %sX-Actual-Recipient: %sRemote-MTA: %s; %.800sDiagnostic-Code: %s; %.800sbinaryContent-Transfer-Encoding: %serrbody: I/O error!xtextify string too longbogus xtext: +%cbogus xtext: +%x%cANSCNAMEPTRMXTXTAFSDBSRV*~*ERROR: DNS RDLENGTH=%d > data len=%d*~*ERROR: DNS TXT record size=%d <= text len=%dserver %s startup*~*ERROR: srv_features=tempfail, relay=%.100s, access temporarily disabled%s not accepting messages%s %%.*s ESMTP%%s%s-%%.*s ESMTP%%sserver %s cmd read421 4.4.1 %s Lost input channel from %slost input channel from %s to %s after %s<<< %s <-- %s%s: %.80s%s %s: %.80s%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s421 4.7.0 %s Too many bad commands; closing connection550 5.0.0 %s452 4.4.5 Insufficient disk space; try again later%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s501 %s requires domain address501 Invalid domain nameinvalid domain name (too long) from %s[].-_#501 Invalid domain nameinvalid domain name (%s) from %.100s250 %s Hello %s, %s250-%s Hello %s, %s250 ENHANCEDSTATUSCODES250-ENHANCEDSTATUSCODES250-PIPELINING250-EXPN250-VERB250-8BITMIME250-SIZE %ld250-SIZE250-DSN250-ETRN250-DELIVERBY %ld250-DELIVERBY250 HELP%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s503 5.0.0 Polite people say HELO first503 5.5.0 Sender already specifiedSMTP MAIL command (%.100s) from %s tempfailed (due to previous checks)451 4.7.1 Please try again later%s didn't use HELO protocol%s %s: %.80s%s owned process doing -bs501 5.5.4 Too many parameters552 5.2.3 Message size exceeds fixed maximum message size (%ld)452 4.4.5 Insufficient disk space; try again later250 2.1.0 Sender oksrvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed[!F]*srvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s503 5.0.0 Need MAIL before RCPT452 4.5.3 Too many recipients%s: Possible SMTP RCPT flood, throttling.501 5.0.0 Missing recipient501 5.5.4 Too many parameters250 2.1.5 Recipient ok%s550 5.1.1 Addressee unknownsrvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed[!F]*srvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s451 4.0.0 Test failure250 2.0.0 Reset state%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80sSMTP %s command (%.100s) from %s tempfailed (due to previous checks)550 5.7.1 Please try again later252 2.5.2 Cannot VRFY user; try RCPT to attempt delivery (or try finger)502 5.7.0 Sorry, we do not allow this operation%s: %s [rejected]503 5.0.0 I demand that you introduce yourself first%s: %s501 5.5.2 Argument required554 5.5.2 Nothing to %ssrvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed[!F]*srvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s502 5.7.0 Sorry, we do not allow this operation%s: %s [rejected]SMTP ETRN command (%.100s) from %s tempfailed (due to previous checks)451 4.7.1 Please try again later500 5.5.2 Parameter required%s: ETRN %s459 4.5.4 Queue %s unknown250 2.0.0 Queuing for queue group %s started500 5.5.0 ETRN out of memory250 2.0.0 Queuing for node %s started%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s250 2.0.0 OK221 2.0.0 %s closing connection%s did not issue MAIL/EXPN/VRFY/ETRN during connection to %s%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s502 5.7.0 Verbose unavailable250 2.0.0 Verbose mode%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s"%s" command from %s (%.100s)421 4.7.0 %s Too many bad commands; closing connection500 5.5.1 Command unrecognized: "%s"%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s502 5.5.1 Command not implemented: "%s"%s: %s: delaying %s: load average: %ddelaying=%s, load average=%d >= %d%s %s: %.80s500 5.5.0 smtp: unknown code %dsrvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed[!F]*srvrsmtp.cSM_ASSERT(SmExcHandler == &_h) failed503 5.0.0 Need MAIL command503 5.0.0 Need RCPT (recipient)%u%ld250 2.0.0 %s Message accepted for delivery%s: possible SMTP attack: command=%.40s, count=%u*~*fcntl(inchfd, F_GETFL) failed: %s*~*fcntl(outchfd, F_GETFL) failed: %s*~*set automode for I (%d)/O (%d) in SMTP server501 5.5.2 Syntax error in parameters scanning "%s"size501 5.5.2 SIZE requires a value552 5.2.3 Message size exceeds maximum value552 5.2.3 Message size invalidbody501 5.5.2 BODY requires a value8bitmime7bit501 5.5.4 Unknown BODY type %senvid504 5.7.0 Sorry, ENVID not supported, we do not allow DSN501 5.5.2 ENVID requires a value501 5.5.4 Syntax error in ENVID parameter value501 5.5.0 Duplicate ENVID parameterret504 5.7.0 Sorry, RET not supported, we do not allow DSN501 5.5.2 RET requires a value501 5.5.0 Duplicate RET parameterhdrsfull501 5.5.2 Bad argument "%s" to RETby501 5.5.2 BY= requires a value501 5.5.2 BY=%s out of range501 5.5.2 BY= missing ';'501 5.5.4 mode R requires BY time > 0555 5.5.2 time %ld less than %ld501 5.5.2 illegal by-mode '%c'501 5.5.2 illegal by-trace '%c'555 5.5.4 %s parameter unrecognizednotify504 5.7.0 Sorry, NOTIFY not supported, we do not allow DSN501 5.5.2 NOTIFY requires a valueneversuccessfailuredelay501 5.5.4 Bad argument "%s" to NOTIFYorcpt504 5.7.0 Sorry, ORCPT not supported, we do not allow DSN501 5.5.2 ORCPT requires a value501 5.5.4 Syntax error in ORCPT parameter value501 5.5.0 Duplicate ORCPT parameter555 5.5.4 %s parameter unrecognized2522502.1.5 rfc822<%s@%s><%s>rfc822%s <%s@%s>%s <%s>tempsrvfeatures: unknown feature %s502 5.3.0 Sendmail %s -- HELP not implemented#vers #vers #vers %d214-2.0.0 This is Sendmail version %s 214-2.0.0 %s504 5.3.0 HELP topic "%.10s" unknown214 2.0.0 End of HELP info%s too old (require version %d)stab: unknown symbol type %d$%s%s *~*stab: total=%d (%d)*~*stab: type[%2d]=%2d (%d)*~*poststats: %s: %s451 4.4.0 smtpinit: state CLOSED (was %d)%s %s: %s%s %s: %s553 5.3.5 %s config error: mail loops back to me (MX problem?)ESMTP8BIT-OK =size8bitmimeexpndsnenhancedstatuscodespipeliningverbdeliverby SIZE=%ld BODY=%s%s does not support 8BITMIME ENVID=%s RET=%s AUTH=%s BY=%ld;%c%s%s %s: %s%.100s: SMTP MAIL protocol error: %s NOTIFY=SUCCESS,FAILURE,DELAYNEVER ORCPT=%s%s %s: %s%.100s: SMTP RCPT protocol error: %s%s %s: %s%.100s: SMTP DATA-1 protocol error: %s451 4.4.1 timeout writing message to %s.%s%05d >>> . >>> .%s %s: %s%s: %s%.100s: SMTP DATA-2 protocol error: %s%.100s: SMTP DATA-3 protocol error: %ssmtpquit: mailer%s%s exited with exit value %dQUITQUIT421 4.4.1 Connection reset by %s451 4.4.1 reply: read error from %s%s... reply(%.100s) during %sEHLO... while talking to %s: >>> %s <<< %s 050 %s>>> %s%05d >>> %s %s%s7BIT8BITMIME*~*unable to write %s: %s%ld %s *~*started as: %s%s%s%s%s$%s$=~&?{%s}%c%s$%c{%s}%c%sM-%s%s%05d >>> From ! %05d >>> From unlink %s%s: unlink-fail %dutil.cSM_REQUIRE(siz > 0) failedutil.cSM_REQUIRE(buf != NULL) failedtimeout waiting for input from %.100s during %s%05d <<< [TIMEOUT] %05d <<< [EOF] %05d <<< %sutil.cSM_REQUIRE(n > 0) failedutil.cSM_REQUIRE(buf != NULL) failedtTyYcheckfdopen(%d): %s not open as expected!%s: changed fds:%3d: CANNOT STAT (%s)CLOSEDfl=0x%x, mode=%o: SOCK (%s)%s/%d%s->(%s)%s/%d%sCHR: BLK: FIFO: DIR: LNK: dev=%d/%d, ino=%llu, nlink=%d, u/gid=%d/%d, size=%llu%.800s%s %s: cannot create pipe for stdout%s: cannot fork%s: cannot dup2 for stdout%s: cannot dup2 for stderrprog_open: cannot chroot(%s)/prog_open: cannot chdir(/)prog_open: setgid(%ld) failedprog_open: setuid(%ld) failed/tmp/Warning: prog_open: program %s unsafe: %s%s: cannot exec !cleanstrcpy: length == 0!#$%&'*+-./^_`{|}~POSSIBLE ATTACK from %.100s: newline in string "%s"%03outil.cSM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG) failedutil.cSM_ASSERT(CurChildren < INT_MAX) failedproc_list_probe: lost pid %d%s%d %s%s /../.051 WARNING: %s writable directory %s554 5.3.0 cannot open: file %s changed after open554 5.3.5 safefopen: unknown omode %o......%s:%d: %s %s assert.cSM_ASSERT(SmExcHandler == &_h) failed*exception raised by abort handler: assert.cSM_ASSERT(SmExcHandler == &_h) faileddebug.cSM_REQUIRE(pattern != NULL) faileddebug.cSM_REQUIRE(level >= 0) failed(null)%s: %s failed: %s%s failed: %sE:sm.osisrE:sm.errr%0exc.cSM_REQUIRE((etype) != NULL && (etype)->sm_magic == (SmExcTypeMagic)) failedexc.cSM_REQUIRE(etype->etype_argformat[i+1] == '\0') failedexc.cSM_ASSERT(SmExcHandler == &_h) failed*exc.cSM_ASSERT(SmExcHandler == &_h) failedexc.cSM_REQUIRE((exc) != NULL && (exc)->sm_magic == (SmExcMagic)) failedexc.cSM_REQUIRE(exc->sm_magic == SmExcMagic) failedexc.cSM_REQUIRE(exc->sm_magic == SmExcMagic) failedexc.cSM_REQUIRE((exc) != NULL && (exc)->sm_magic == (SmExcMagic)) failedexc.cSM_REQUIRE((exc) != NULL && (exc)->sm_magic == (SmExcMagic)) failedexc.cSM_REQUIRE((exc) != NULL && (exc)->sm_magic == (SmExcMagic)) failedF:sm.heapout of memoryheap.cSM_REQUIRE(ptr != NULL) failed%4d %*lx %7lu bytes %s:%d heap max=%lu, total=%lu, group 0=%lu, group 1=%lu, others=%lu BUG => SmHeapTotal: got %lu, expected %lu rpool.cSM_REQUIRE(rpool->sm_magic == SmRpoolMagic) failedrpool.cSM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize) failedrpool.cSM_REQUIRE(rpool->sm_magic == SmRpoolMagic) failedrpool.cSM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize) failedrpool.cSM_ASSERT(SmExcHandler == &_h) failed*rpool.cSM_ASSERT(SmExcHandler == &_h) failedrpool.cSM_REQUIRE(poolsize >= bigobjectsize) failedrpool.cSM_REQUIRE((rpool) != NULL && (rpool)->sm_magic == (SmRpoolMagic)) failedfclose.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfflush.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfflush.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfget.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfpos.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfindfp.cSM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write)) failedfindfp.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfindfp.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfopen.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfopen.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfopen.cSM_REQUIRE((fp2) != NULL && (fp2)->sm_magic == (SmFileMagic)) failedfopen.cSM_REQUIRE((fp1) != NULL && (fp1)->sm_magic == (SmFileMagic)) failedfopen.cSM_REQUIRE((fp2) != NULL && (fp2)->sm_magic == (SmFileMagic)) failedfprintf.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfput.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedfseek.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedrewind.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedsetvbuf.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedsmstdio.cSM_REQUIRE(fd >= 0) failedungetc.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failedmbdb.cSM_REQUIRE(mbdb != NULL) failedmbdb.cSM_REQUIRE(user != NULL) failedUnknown exit status %dfread.cSM_REQUIRE((fp) != NULL && (fp)->sm_magic == (SmFileMagic)) failed L00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t0000000000000~0{0x(0u40r@0oL0lX0id0fp0c|0`0]0Z0W0T0Q0N0K0H0E0B0? 0<09$06003<00H0-T0*`0'l0$x0!0000000 0 00000 0,080D0P0\0h0t000000000000000(040@0L0X0d0p0|000000000000 0|0y$0v00s<0pH0mT0j`0gl0dx0a0^0[0X0U0R0O0L0I0F0C0@0=0: 07,04801D0.P0+\0(h0%t0"0000000 ((()  W ) oboo oo t <@(#)$Id: sendmail.h,v 8.919.2.17 2003/03/12 22:42:52 gshapiro Exp $@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. All rights reserved. Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. Copyright (c) 1988, 1993 The Regents of the University of California. All rights reserved. )K (t ( ( ( ( ( ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < <$ <0 <@  >  > >$ >4 >D >L@ >T >d >p > > > > > > > ? ?, ?H ?d ?x ? ? ? ? @ @8 @P @h @| @ @ @ @ A A  A< AT At A A A A A! B" B# B4$ BL% Bh& B' B( B)2 D D @(#)$OrigId: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $ H H H H H H H H H I I I I$ I0 I@ IP I\ Id Ip I I I I I I I I I I J J J J( J0 J@ JT Jd Jp Jx J J J N@a NHb NPc N\h Ndf Nlr Ntu NA NC NE NS N NO N N e4 e@ eH eX ed ep e|@ e e e e e e e e@ e e e e f f f$ f,@ f4 f@ fH fP fX*+-=~#@:>?|.[]()& tvvvHv` wH wP wX w` wh@ wp w| w w w w w@ w w w w w@ w0123456789ABCDEFABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ | | | |>?456789:;<=  !"#$%&'()*+,-./0123   !"3$5 "3$555 !"3$ x @ C D E F K L NE      @     ( 4 @@ L )K  T \ d l t |@   7 8 A a B b C c 0d @E Le XF hf xG g H h I i J j k K l L m $M (n 8o HO \p lP |q Q R r S s T t U u V v w 0x 8X Dy TY `z lZ x   ć Ј   ( < P ` t   ̗ 8 D T \ p  Ч ܨ   , < L ` t ̷ ܸ   , < H X h x        , 4 < D L T \ h p |          0 < P h     ! " #        ! D L T \ d l t |          )K AB@DELPRSVX )K @ H8.12.9 )K  )K D X )K ɘ ɨ )K  %0 )K ) * )K  ,GM wUVfAP `N~ @x!2ͧcIҽ0]6Ս')X_h?n[}R^OB\-bjdqJ>L|Ksgĩ%v1Y/ (.ClQ :&T tpE+o8ؕ*i3H;z,D{e95ryԒSW<k=$maZF7"4u# ,A<p\X ̰ ,A<pX ̸ ,D0,Lp8 ,D(4  , $<p\X ," %0<p\X ,$ %<p\X ,(4 ,$(4 ,$(4  $ $ 0000000000000000   )K d p )K ϰ   ( 8 D P d x Є Д Ш и    (Pno_persistent_restart@(#)$Debug: no_persistent_restart - don't restart, log only $pwafter openlog0-99.1,*_trace_*.1main.cVersion %s Non-set-user-ID binary: RunAsUid = RealUid = %d main: e/ruid = %d/%d e/rgid = %d/%d main: RunAsUser = %d:%d main.cmain.cmain.cVersion %s Compiled with: OS Defines:Kernel symbols: %s /dev/ksyms Conf file: %s (default for MSP) Conf file: %s (default for MTA) Pid file: %s (default) libsm Defines: FFR Defines:main.cTZ=main.cmain.cCanonical name: %s main.cmain.cmain.c a.k.a.: %s uname failed (%s) UUCP nodename: %s main.c a.k.a.: %s a.k.a.: %s main.cmain.cmain.cmain.cmain.cmain.cmain.c{dsn_notify}main.cmain.cmain.cmain.cmain.cmain.cmain.cmain.cmain.cmain.cmain.cmain.c{dsn_ret}main.cmain.c{dsn_envid}main.cTT{daemon_flags}{daemon_flags}CC fmain.c{daemon_flags}{daemon_flags}c umain.cbefore readcfChanging real uid to %d Now running as e/ruid %d:%d TZmain.cm Conf file: %s (selected) Pid file: %s (selected) ============ SYSTEM IDENTITY (after readcf) ============ (short domain name) $w = (canonical domain name) $j = (subdomain name) $m = (node name) $k = ======================================================== HOSTALIASESstart a queue runner daemonpurge host statusrun daemonDeny user %d attempt to %s Drop privs for user %d attempt to expand (RestrictExpand) Faking DontBlameSendmail=NonRootSafeAddr Failed to drop privs for user %d attempt to expand, exiting Deny user %d attempt to rebuild the alias map Dropping verbosity for user %d (RestrictExpand) main.cmain.cFmain.cj Sendmail v ready at bmain.cFrom g djmain.cmain.cmain.cmain.cmqueuelocalprog*file**include*multipart/signedrfc8227bit8bitbinary{checkMIMEFieldHeaders}content-disposition{checkMIMEFieldHeaders}content-type{checkMIMETextHeaders}content-description{checkMIMEHeaders}content-disposition{checkMIMEHeaders}content-id{checkMIMEHeaders}content-transfer-encoding{checkMIMEHeaders}content-type{checkMIMEHeaders}mime-version{persistentMacros}r{persistentMacros}s{persistentMacros}_{persistentMacros}{if_addr}{persistentMacros}{daemon_flags}before main() initmaps{dsn_notify}main.c{dsn_envid}main.c{dsn_ret}main.c{addr_type}e rmain.c/quitSendmail SMTP Agent+persistent-queueing@+queueing@{daemon_info}main.c{queue_interval}main.cQueue runner@ for main.c{client_name}main.c{client_name}main.c{client_addr}main.c{client_port}main.cmain.c{ntries}0main.c{nrcpts}0main.cmain.c@main.c=main.c=main.cmain.c{msg_size}main.cFrom person = "%s" main[%d]: QS_SENDER ====finis: stat %d e_id=%s e_flags=NOQUEUExtrap count = %d signalsignaldisconnect: In %d Out %d, e=%p don't /dev/null/dev/nulldisconnectmain.c-Csendmail.cf-q0-d0-99.1: X-Authentication-Warningmain.c=debug_dumpstateuser signaldrop_privileges(%d): Real[UG]id=%d:%d, get[ug]id=%d:%d, gete[ug]id=%d:%d, RunAs[UG]id=%d:%d drop_privileges: e/ruid = %d/%d e/rgid = %d/%d drop_privileges: RunAsUser = %d:%d drop_privileges: rval = %d startup/dev/null %s -btmain.cheaderenvelopesenderrecipient{addr_type}main.cheaderenvelopesenderrecipientalias(%s) alias database unavailablealias database unavailable%s (%s, %s) aliased to %s alias: QS_EXPANDED owner-alias.caliasespostmastersetalias(%s) implicit map %s:%s %s aliaswait(%s:%s) @aliaswait: sleeping for %u seconds (loopcount = %u) @aliaswait: not rebuildable aliaswait: no source file Can't open %s: %s autoCan't create database for %s: %s forward(%s) /no/such/directoryalias.calias.calias.calias.cforward: trying %s forward: transient error on %s bf.cbf.cbf.cbf.cbf.cbf.csm_bfopen(%s) SendmailBufferedFilebf.cbf.cbf.csm_bfread(%s): to disk bfcommit(%s): to disk bfcommit(): filemode %o flags %ld bf.cbf.ccollect: rscheck("check_eoh", "%s $| %s") check_eohreturn-receipt-totoccapparently-tobccApparently-ToToBcc Toundisclosed-recipients:;Adding %s: %s collect localtop, istate=%d, mstate=%d istate=%d, c=%c (0x%x) collect.ccollect.clocal5.6.0nextstate, istate=%d, mstate=%d, line = "%s" EOH collect: premature EOM: %s sm_io_flush||sm_io_errorbfcommitfsyncsm_io_closelocalhostunexpected closeI/O errorread timeout5.2.35.6.17BITSunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDeceatfrom(%s) collect.cresent-senderresent-fromresent-reply-tosenderfromreply-toerrors-tofull-namereturn-receipt-todisposition-notification-totoresent-toccresent-ccbccresent-bccapparently-tomessage-idresent-message-idmessagetextdateresent-datereceivedx400-receivedviamail-fromcommentsreturn-pathcontent-transfer-encodingcontent-typecontent-lengthsubjectx-authentication-warningpublicneedmailheloneedexpnheloneedvrfyhelonoexpnnovrfyrestrictexpandrestrictmailqrestrictqrunnoetrnnoverbauthwarningsnoreceiptsnobodyreturngoawaysafeassumesafechowngroupwritabledirpathsafegroupwritableforwardfilesafegroupwritableincludefilesafegroupwritablealiasfileworldwritablealiasfileforwardfileinunsafedirpathincludefileinunsafedirpathmapinunsafedirpathlinkedaliasfileinwritabledirlinkedclassfileinwritabledirlinkedforwardfileinwritabledirlinkedincludefileinwritabledirlinkedmapinwritabledirlinkedserviceswitchfileinwritabledirfiledeliverytohardlinkfiledeliverytosymlinkwritemaptohardlinkwritemaptosymlinkwritestatstohardlinkwritestatstosymlinkforwardfileingroupwritabledirpathincludefileingroupwritabledirpathclassfileinunsafedirpatherrorheaderinunsafedirpathhelpfileinunsafedirpathforwardfileinunsafedirpathsafeincludefileinunsafedirpathsaferunprograminunsafedirpathrunwritableprogramnonrootsafeaddrtruststickybitdontwarnforwardfileinunsafedirpathinsufficiententropygroupreadablesasldbfilegroupwritablesasldbfilegroupwritableforwardfilegroupwritableincludefileworldwritableforwardfileworldwritableincludefilegroupreadablekeyfilemailnullsendmaildaemonconf.csetdefaults: DefUser=%s, DefUid=%d, DefGid=%d <1:1>/etc/mail/service.switch/etc/hostsconf.c@,;:\()[].'postmasternobodysetdefuser: DefUid=%d, DefUser=%s dnsdnsbestmxbestmxhosthosttexttextstabstabimplicitimplicituseruserdequotedequoteregexregexprogramprogramsequencesequenceswitchswitchnullnullsyslogsyslogmacromacroaritharithbogusbogushostaliasesaliases.filesaliasesfilessendmailpostmasterconf.ccheckcompat(to=%s, from=%s) getla: pset_getloadavg failed: %sgetla: %d {load_avg}conf.cshouldqueue: CurrentLA=%d, pri=%ld: false (CurrentLA < QueueLA) %s (by calculation) truefalseconf.cconf.cenoughdiskspace: no threshold lockfile(%s%s, action=%d, type=%d): SUCCESS (%s) SUCCESS FAIL BerkeleySunHPIBMSendmailUnknownvalidate_connection(%s, %s) check_relay*~* ... validate_connection: BAD (rscheck) ... validate_connection: OK sm_gethostbyname(%s, %d)... failure hostssm_gethostbyname(%s, %d)... failure %s alias: %s addr: %s a.k.a.: %s a.k.a.: %s (already in $=w) a.k.a.: %s a.k.a.: %s (already in $=w) SIOCGIFNUM failed: %s system has %d interfaces conf.cSIOCGIFCONF failed: %s scanning for interface specific names, ifc_len=%d %s flags: %lx a.k.a.: %s conf.cconf.cconf.cDNSMAPLOGMAP_REGEXMIME7TO8MIME8TO7NAMED_BINDNETINETNETUNIXPIPELININGSCANFXDEBUGHASFCHOWNHASFCHMODHASGETUSERSHELLHASINITGROUPSHASLSTATHASNICEHASRANDOMHASRRESVPORTHASSETREGIDHASSETREUIDHASSETRLIMITHASSETSIDHASSETVBUFHASURANDOMDEVHASSTRERRORHASULIMITHASUNAMEHASWAITPIDIP_SRCROUTESAFENFSPATHCONFSYS5SETPGRPSYSTEM5USE_DOUBLE_FORKUSE_SA_SIGACTIONUSE_SIGLONGJMPUSESETEUIDhelprestartshutdownstatusmemdumpcontrolzero secondstoo longsssssgetrequests: daemon %s: port %d jSendmail daemongetrequests: daemon %s: %d jdaemon lost $jdaemon $j lost dot{daemon_family}unspecdaemon.c{daemon_family}inetdaemon.c{daemon_name}daemon.c{daemon_flags}daemon.c{daemon_flags}daemon.cgetrequests: forking (fd = %d) {daemon_addr}daemon.c{daemon_port}daemon.cconsole socket childdaemon childdaemon.c{client_resolve}TEMPFAILdaemon.c{client_resolve}OKdaemon.cgetreq: got name %s {if_name}daemon.c{if_addr}daemon.c{if_family}daemon.cgetreq: got addr %s and family %s {if_addr}daemon.c{if_family}daemon.cgetreq: getsockname failed {if_name}daemon.c{if_addr}daemon.c{if_family}daemon.cgetreq: returning opendaemonsocket(%s) getsetdaemon.cAUTHREQBINDIFCANONREQIFNHELOFQMAILFQRCPTUNQUALOKNOAUTHNOCANONNOETRNNOTLSETRNONLYOPTIONALDISABLEISSETdaemon.cdaemon.cDaemon %s flags: Daemon0daemon.cdaemon.caddr_family(%s): INET addr_family(%s): UNSPEC {daemon_flags}{if_addr}initial connection5.1.25.1.24.4.35.1.25.1.25.1.2makeconnection (%s [%s].%d (%d)) 4.4.5makeconnection: fd=%d Connect failed (%s); trying again... Connect failed (%s); trying new address.... Connect failed (%s) 4.4.14.4.5{client_flags}daemon.c{client_flags}daemon.c{if_addr_out}daemon.c{if_family_out}daemon.c{if_name_out}daemon.cdaemon.c{if_name_out}daemon.c{if_addr_out}daemon.c{if_family_out}daemon.c4.3.55.3.54.4.54.4.14.4.5implicit callimplicit call@localhostgetauthinfo: %s daemon.cgetauthinfo: sent %sgetauthinfo: got %s @localhostgetauthinfo: NULL !{client_resolve}FORGEDdaemon.cgetauthinfo: %s host_map_lookup(%s) => CACHE %s NULL4.4.3host_map_lookup(%s) => DEFERRED host_map_lookup(%s) => FAILED daemon.cdaemon.cFOUND %s FAIL (%d) 4.4.3daemon.cdaemon.cNULLADDR0localhostsendall: discarding id %s discarded ===== SENDALL: mode %c, id %s, e_from e_flags = sendqueue: (nobody)localhost5.4.6554 5.4.6 Too many hopssendall: QS_SENDER After first owner pass, sendq = owner = "%s", otherowners = %d Checking ... QS_IS_DEAD Checking ... First owner = "%s" ... Same owner = "%s" ... Another owner "%s" ... Same owner = "%s" ... Null owner ... QS_IS_BADADDR ... FallBackMX deliver.c ... QS_IS_QUEUEUP ... expensive ... hold ... deliverable deliver.csendall: split %s into %s, owner = "%s", otherowners = %d sendall(split): QS_SENDER ... stripping %s from original envelope ... dropping %s from cloned envelope ... moving %s to cloned envelope sendall(owner): QS_SENDER No deliveries: auto-queuing after envelope splittingsendall: final mode = %c ================ Final Send Queue(s) ===================== *** Envelope %s, e_from=%s *** *** Envelope %s, e_from=%s *** ========================================================== sendenvelope(%s) e_flags=0x%lx [NOQUEUE]{envid}deliver.c{bodytype}deliver.cend of sendenvelope --deliver, id=%s, mailer=%s, host=`%s', first user=`%s' {client_name}deliver.c{client_addr}deliver.c{client_port}deliver.c{client_resolve}deliver.cdeliver.cdeliver.cdeliver.c-f-rdeliver.c send to ctladdr=5.2.35.3.4check_compatdeliver: discarding recipient deliver.cdeliver.c2.1.5[CHAIN]deliver.cdeliver.c{dsn_notify}deliver.c{dsn_notify}deliver.cdeliver.cdeliver.cdeliver.c,deliver.copenmailer:5.6.3before deliverylocalhostopenmailer: LESS4.4.5user openopenmailer: makeconnection => stat=%d, errno=%d before creating mail pipeopenmailer: NULL openmailer: NULL mpvect[0]mpvect[1]openmailer: NULL rpvect[0]rpvect[1]openmailer: NULL openmailer: chroot %s openmailer: running as r/euid=%d/%d, r/egid=%d/%d openmailer: trydir %s 5.4.75.4.7Content-Transfer-EncodingContent-Typeopenmailer: after delivery2.1.5NO-TO-LISTdeliver.cdeliver.cdeliver.c5.5.45.5.25.1.15.1.25.3.05.5.04.5.04.2.0deliver.cdeliver.cDraining InputDraining Input (core dumped) (stopped): : giveresponse: status=%d, dsn=%s, e->e_message=%s, errnum=%d deliver.cdeliver.cdeliver.c, ctladdr=, delay=, xdelay=, mailer=, relay=, dsn=NO-TO-LISTgk!putbody: Cannot open %s for %s from %s<<< No Message Collected >>>MIME-VersionMIME-Version: 1.0Content-Typemailfile %s ctladdr=5.6.3mailfile: ignoring set-user-ID/set-group-ID bits mailfile: chroot %s mailfile: deliver to %s mailfile: running as r/euid=%d/%d, r/egid=%d/%d mailfile: trydir %s Content-Transfer-EncodingContent-Type hostsignature(%s) localhosthostsignature(): stab(%s) found %s deliver.c5.1.2550 Host unknownhostsignature(): getmxrr() returned %d, mxhosts[0]=%s deliver.cdeliver.chostsignature(%s) = %s domain.cdomain.cgetmxrr(%s, droplocalhost=%d) getmxrr: res_search(%s) failed (errno=%d, h_errno=%d) unexpected answer type %d, size %d found localhost (%s) in MX list, pref=%d mxrand(%s) = %d dns_getcanonname(%s, trymx=%d) dns_getcanonname: trying %s.%s (%s) AMX??? NO: errno=%d, h_errno=%d YES qdcount failure (%d) domain.c.dns_getcanonname: %s dropenvelope %p: id=, flags=sendq=envelope.c5.4.74.4.7envelope.cfailure_return=%d delay_return=%d success_return=%d queueit=%d dropenvelope(%s): sending return receipt Return receiptdropenvelope(%s): saving mail dropenvelope(%s): sending postmaster copy to %s postmasterdropenvelope(%s): at simpledrop, queueit=%d ===== Dropping queue files for %s... queueit=%d, e_flags=dropenvelope(%s): unlocking job dropenvelope(%s): unlocking job envelope.cenvelope.cenvelope.cenvelope.cenvelope.cenvelope.cenvelope.cenvelope.c/dev/nullopenxscript(%s): setsender(%s) envelope.c{addr_type}e senvelope.c5.1.7nenvelope.cpostmastersetsender: QS_SENDER envelope.cenvelope.cenvelope.cenvelope.cenvelope.c{addr_type}envelope.cenvelope.cenvelope.c{addr_type}e senvelope.c{addr_type}envelope.cSaving from domain: OLDSTYLEINQUEUENO_BODY_RETNCLRQUEUESENDRECEIPTFATALERRSDELETE_BCCRESPONSERESENTVRFYONLYWARNINGQUEUERUNGLOBALERRSPM_NOTIFYMETOOLOGSENDERNORECEIPTHAS8BITNL_NOT_EOLCRLF_NOT_EOLRET_PARAMHAS_DFIS_MIMEDONT_MIMEDISCARDTOOBIGSPLITUNSAFE4214.0.05545.0.04514.0.0err.cerr.csyserr: ExitStat = %d *~*5.0.04.0.02.0.0err.cerr.cerr.c5.0.04.0.02.0.0err.cerr.cerr.cerr.cerr.cerr.cerr.c--- %s%s%s (hold) (held) (hold) (held)... : Connection refused by host not foundhost name lookup failurenon-recoverable errorno data known: chompheader: headers.cno header flags match header match, flags=%lx, ruleset=%s *{currHeader}headers.c{hdr_name}headers.c{hdrlen}headers.c{addr_type}hheaders.cresent-fromcomparing header from (%s) against default (%s or %s) headers.cheaders.cheaders.cheaders.cheaders.cheaders.cheaders.cheaders.cheaders.cfull-nameheaders.c----- collected header ----- %s: () headers.c resent-message-id---------------------------- headers.cprecedencepriorityposted-datedateheaders.cMIME-Version8BITMIMEContent-Typeeatheader: setsender(*%s == %s) [RESPONSE]localhost{daemon_name}crackaddr(%s) crackaddr=>`' --- putheader, mailer = %s --- %s: {checkMIMEFieldHeaders} truncated MIME %s header due to field size (length = %ld) (possible attack) {checkMIMETextHeaders} truncated long MIME %s header (length = %ld) (possible attack) {checkMIMEHeaders} fixed MIME %s header (possible attack) truncated long MIME %s header (length = %ld) (possible attack) (skipped (content-transfer-encoding)) (skipped) (skipped (resent)) (skipped (receipt)) (skipped -- null value) (skipped -- bcc) : MIME-VersionMIME-Version: 1.0Content-TypeContent-Transfer-EncodingContent-Transfer-Encoding: 8bitcommaize(%s: %s) headers.c fixed MIME %s header field (possible attack) macro.cmacro.cMAILER-DAEMONmacro.copModeopModeexpand() expand ==> %sdefine(%s as re) macro.cmacro.cmacro.cmacset(%s as ) ***UNDEFINED MACRO***macid() => NULL %c NULL 0x%x map.cmap.cmap.cmap.cmap.cmap.cmap_rewrite(%.*s), av = (nullv) %s map.cmap.cmap_rewrite => %s entering initmapsexiting initmapsmap_init(%s:%s, %s) NULLNULLNULL not rebuildable openmap() %s:%s %s: valid NULLNULLNULLopenmap() %s:%s %s: invalid%s%s NULLNULLNULL: closemaps: closing %s (%s) NULLNULLhostsgetcanonname(%s), trying %s getcanonname(%s), found getcanonname(%s), failed, status=%d dns_map_open(%s, %d) map.cmap.cmap.cdns_map_lookup(%s, %s) T_NST_CNAMET_AFSDBT_SRVT_PTRT_TXTT_MXT_A skipping type %s (%d) value %s found type %s (%d) value %s no match found syslog_map_lookup(%s (priority %d): %s text_map_open(%s, %s, %d) unsafe map file: %d text_map_open(%s, %s): delimiter = (white space) %c text_map_lookup(%s, %s) text_getcanonname(%s) stab_lookup(%s, %s) map.cstab_map_open(%s, %s, %d) impl_map_lookup(%s, %s) impl_map_store(%s, %s, %s) impl_map_open(%s, %s, %d) impl_map_close(%s, %s, %lx) user_map_open(%s, %d) user_map_lookup(%s, %s) xprog_map_lookup(%s, %s) %s prog_open: %s prog_map_lookup(%s) failed (%s) -- closingprog_map_lookup(%s): empty answer seq_map_parse(%s, %s) switch_map_open(%s, %s, %d) switch_map_find => %d %s . map_stack[%d] = %s:%s seq_map_lookup(%s, %s) seq_map_store(%s, %s, %s) bogus-mapmacro_map_lookup(%s, %s) NULLmap.cmap.cregex_map_init: mapname '%s', args '%s' map.cmap.cregex_map_init: compile '%s' 0x%x map.cmap.cmap.cmap.cmap.cregex_map_init: nr of substrings %d map.cmap.cregex_map_init: subfields %d regex_map_lookup: key '%s' regex_map_lookup: arg '%s' arith_map_lookup: key '%s' arith_map_lookup: arg '%s' TRUEFALSEmci_cache: caching %p (%s) in slot %d mci.cmci_uncache: uncaching %p (%s) from slot %d (%d) mci.cmci.cmci.cmci_get(%s %s): lock failed mci_get(%s %s): mci_state=%d, _flags=%lx, _exitstat=%d, _errno=%d mci.cmci.cmci.cmci.cmci.cmci.cVALIDCACHEDESMTPEXPNSIZE8BITMIME7BITINHEADERCVT8TO7DSN8BITOKCVT7TO8INMIMEAUTHAUTHACTENHSTATPIPELINEDDLVR_BY ,NULLmci_lock_host: NULL mci mci_lock_host: attempting to lock %s mci_lock_host: Failed to generate host path for %s mci_lock_host: couldn't get lock on %s mci_lock_host: Sanity check -- lock is good mci_unlock_host: NULL mci mci_unlock_host: stat file already locked mci_unlock_host: store prior to unlock mci_load_persistent: NULL mci mci_load_persistent: Attempting to load persistent information for %s mci_load_persistent: Couldn't generate host path mci_load_persistent: open(%s): %s mci_read_persistent: fp=%lx, mci=mci.cmci.cmci.cmci.cincomplete (missing dot for EOF) mci_store_persistent: NULL mci mci_store_persistent: Storing information for %s mci_store_persistent: no statfile mci_traverse: pathname is %s mci_traverse: Failed to stat %s: %s mci_traverse: opendir %s: %s mci_traverse: path "%s" too longmci_traverse: path %s: ret %d removed %d left %d mci_print_persistent: cannot open %s: %s mci_purge_persistent: purging %s mci_purge_persistent: Failed to stat %s: %s mci_purge_persistent: failed to unlink %s: %s mci_purge_persistent: dpurge %s mci_purge_persistent: rmdir %s: %s mci_generate_persistent_path(%s): FAILURE %d SUCCESS %s SYNTAXNOTSEPINTERMEDFINALmime8to7: flags = %x, boundaries = %s Content-Transfer-Encodingmime.cContent-Typemessage/rfc822text/plainpvp[%d] = "%s" -none--none-missingbogus---mime8to7: multipart boundary "%s" ...%s-- ...%s +++after collect+++after putheader---- ...%s ...%s mime8to7=>%s (multipart) +++after collect+++after putheaderMIME-VersionMIME-Version: 1.0mime8to7: %ld high bit(s) in %ld byte(s), cte=%s, type=%s/%s [none][none][none] ...%s ...Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64!"#$@[\]^`{|}~ ...Content-Transfer-Encoding: quoted-printable Content-Transfer-Encoding: quoted-printableFrom mime8to7=>%s (basic) mimeboundary: line="%s"... %s unknown-8bitContent-Transfer-Encodingmime.cContent-Transfer-Encoding: 8bit mime7to8 => %s to 8bit done --parseaddr(%s) parseaddr-->NULL parseaddr-->bad address parseaddr.cparseaddr-->bad q_user queuegroupTransient parse error -- message queued for future deliveryDeferring message until queue runparseaddr: queuing message parseaddr.c4.4.3parseaddr-->too longnon-printable charactertrailing \ character8-bit characterunbalanced quoteallocaddr(flags=%x, paddr=%s) parseaddr.cparseaddr.cparseaddr.c.:@[]prescan: c=%c, s=%d; ns=%02o tok= prescan==>prescan: null leading token rewrite: ruleset %s%-16.16s input:-----trying rule (line %d):-----trying rule:workspace: ADVANCE rp=, ap= EXTEND rp=, ap= CLMATCH rewrite: LHS $&{%s} => "%s" (NULL)BACKUP rp=, ap= ----- rule fails -----rule matches:$%c: %p="%s" rewrite: RHS $&{%s} => "%s" (NULL)parseaddr.cparseaddr.c ... %s parseaddr.c ... DONE hostparseaddr.crewritten as:%s%-16.16s returns:-----skip subr %s (%d) map_lookup(%s, %s) => DEFERRED map_lookup(%s, %s, %%%d=%s) => %s (%d) NOT FOUNDmap_lookup(%s, %s) tempfail: errno=%d parseaddr.cparseaddr.cparseaddr.cmap_lookup tempfail: returning "%s" DISCARDERROR*discard*DISCARD*error*ERRORusagenousernohostunavailablesoftwaretempfailprotocolconfigbuildaddr, flags=%x, tv=parseaddr.cparseaddr.cparseaddr.cparseaddr.c %sparseaddr.cparseaddr.cparseaddr.cparseaddr.cbuildaddr => QGOODUIDQPRIMARYQNOTREMOTEQSELFREFQBOGUSSHELLQUNSAFEADDRQPINGONSUCCESSQPINGONFAILUREQPINGONDELAYQHASNOTIFYQRELAYEDQEXPANDEDQDELIVEREDQDELAYEDQTHISPASSQRCPTOKNULL(none)(none)(none)(none)(none)(none)(none)(none)(none)remotename(%s) {addr_type}parseaddr.cgremotename => `%s' maplocaluser: maplocaluser: cannot prescan %s parseaddr.cparseaddr.cparseaddr.c{addr_type}e rparseaddr.cmaplocaluser: rewrite tempfail 4.4.3maplocaluser: doesn't resolve maplocaluser: address unchanged parseaddr.cmaplocaluser: QS_REPLACED parseaddr.cparseaddr.crscheck(%s, %s, %s) (NULL)parseaddr.cparseaddr.crscheck: cannot prescan input rscheck: discard mailer selected parseaddr.crscap(%s, %s, %s) (NULL)parseaddr.cparseaddr.crscap: cannot prescan input parseaddr.cleak_q@(#)$Debug: leak_q - trace memory leaks during queue processing $ >>>>> queueing %s/%s%s >>>>> (new id) e_flags= sendq= tfp= lockfp=NULL SendmailBufferedFile{persistentMacros}queuedqueueing fqueue.c<<<<< done queueing %s <<<<< runqueue() heap group #%d run_queue_group() heap group #%d Aborting queue run: load average too highqueue.cqueue.cqueue.cSkipping queue run -- load average too highSkipping queue run -- too many childrenQueue runnerQueue runner child processQueue child runner process/qfgatherq: QueueLimitId = %s%s ! QueueLimitSender = %s%s ! QueueLimitRecipient = %s%s !gatherq: checking %s.. skipping /queue.cgatherq: cannot open %s: %s queue.cskipping %s (%x) queue.cqueue.cqueue.cqueue.cqueue.cqueue.cqueue.cqueue.c%22s: pri=%ld %s %32s: pri=%ld grow_wlist: WorkListSize=%d queue.cgrow_wlist: WorkListSize now %d queue.cdowork(%s/%s) readqf(%s) failed doworklist() readqf(%s) failed readqf(%s): sm_io_open failure (%s) %s: locked readqf(%s): [f]stat failure (%s) %s: changed ..readqf(%s): bogus file bogus file uid/gid in mqueuequeue.c+++++ %s bogus queue linequeue.cqueue.cbogus queue file directorybogus queue line%s: too young (%s) {ntries}queue.cqueue.cqueue.cqueue.csendmail not compiled with _FFR_QUEUEDELAYunsupported queue file versionqueue.c{dsn_envid}queue.cqueue.cqueue.cunrecognized linequeue.c{dsn_ret}hdrsqueue.c{dsn_ret}fullqueue.c{msg_size}queue.c (about)/qf/dfs////df//qf//xf/queuename: bad queue file type %dqueuename: %s assign_queueid: random_offset = %ld (%d) queue.cqueue.cassign_queueid: assigned id %s, e=%p unlockqueue(%s) NOQUEUEqueue.cqueue.cqueue.cqueue.cqueue.cqueue.c//dfSMTP-DAEMONsetnewqueue: called setnewqueue: e_qdir already assigned (%s) setnewqueue: Assigned queue directory %s chkqdir: stat("%s"): %s chkqdir: stat("%s"): %s chkqdir: "%s": Not a directory chkqdir: "%s": Not safe: %s multiqueue_cache: called queue.cqueue.cmultiqueue_cache: "%s*": Can not wildcard relative path. /multiqueue_cache: prefix="%s%s" queue.cmultiqueue_cache: "%s": Not safe: %s multiqueue_cache: opendir("%s/%s"): %s multiqueue_cache: "%s", skipped queue.c/qf/df/xfqueue.cqueue.cmultiqueue_cache: %d: "%s" cached (%x). queue.cmultiqueue_cache: opendir("%s"): %s /qf/df/xfqueue.cqueue.cinitializeattach tosetup_queues: "%s": Can not wildcard relative path. setup_queues: "%s": %s setup_queues: "%s": %s queue.cqueue.cqueue.cqueue.cqueue.cqueue.cqueue.cWorkgroup[%d]=%s, queue.cqueuegroupqueue.cqueue.cqueue.cqueue.cqueue.csqueue.cqueue.cqueue.csqueue.creadcf.creadcf.creadcf.c$0-$9$:$>$?$.$[$]$($)$*$+$-$=$~WARNING: Ruleset %s has multiple definitions readcf.c %s%sreadcf.creadcf.creadcf.chostsfileclass(%s, fmt=%s) readcf.creadcf.cj{sendmailMTACluster}ldapreadcf.creadcf.creadcf.cfileclass: F{%s}: map class %s, key %s, spec %s readcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.cdnsrfc822smtpreadcf.cTCP or FILEdnsrfc822x-unixsmtpfewmany readcf.creadcf.creadcf.cdebugaaonlyusevcprimaryigntcrecursedefnamesstayopendnsrchuse_inet6trueSevenBitInputEightBitModeAliasFileAliasWaitBlankSubMinFreeBlocksCheckpointIntervalHoldExpensiveDeliveryModeErrorHeaderErrorModeTempFileModeSaveFromLineMatchGECOSHelpFileMaxHopCountResolverOptionsIgnoreDotsForwardPathSendMimeErrorsConnectionCacheSizeConnectionCacheTimeoutUseErrorsToLogLevelMeTooCheckAliasesOldStyleHeadersDaemonPortOptionsPrivacyOptionsPostmasterCopyQueueFactorQueueDirectoryDontPruneRoutesTimeoutStatusFileSuperSafeQueueTimeoutTimeZoneSpecUserDatabaseSpecDefaultUserFallbackMXhostVerboseTryNullMXListQueueLARefuseLARecipientFactorForkEachJobClassFactorRetryFactorQueueSortOrderHostsFileMinQueueAgeDefaultCharSetServiceSwitchFileDialDelayNoRecipientActionSafeFileEnvironmentMaxMessageSizeColonOkInAddrMaxQueueRunSizeMaxDaemonChildrenDontExpandCnamesMustQuoteCharsSmtpGreetingMessageUnixFromLineOperatorCharsDontInitGroupsSingleLineFromHeaderAllowBogusHELOConnectionRateThrottleUnsafeGroupWritesDoubleBounceAddressHostStatusDirectorySingleThreadDeliveryRunAsUserRrtImpliesDsnPidFileDontBlameSendmailDontProbeInterfacesMaxRecipientsPerMessageDeadLetterDropMaxAliasRecursionConnectOnlyToTrustedUserMaxMimeHeaderLengthControlSocketNameMaxHeadersLengthProcessTitlePrefixDefaultAuthInfoAuthMechanismsClientPortOptionsDataFileBufferSizeXscriptFileBufferSizeLDAPDefaultSpecServerCertFileServerKeyFileClientCertFileClientKeyFileCACertFileCACertPathDHParametersInputMailFiltersMilterAuthOptionsQueueFileModeRandFileTLSSrvOptionsBadRcptThrottleDeliverByMinMaxQueueChildrenMaxRunnersPerQueueDirectSubmissionModifiersNiceQueueRunSharedMemoryKeyAuthMaxBitsMailboxDatabaseUseMSPDelayLAFastSplitsetoption: %s does not support suboptions, ignoring .%s setoption %s (%c)%s%s=setoption %s (0x%x)%s%s=. (ignored) (unsafe) aliasesreadcf.chelpfilereadcf.c_res.options = %x, HasWildcardMX = %d readcf.creadcf.creadcf.creadcf.cmqueuereadcf.cstatisticsreadcf.cqueuewarnqueuereturnreadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf: RunAsUser = %d:%d readcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.creadcf.c{daemon_flags}readcf.creadcf.cWarning: option %c unknown Warning: option 0x%x unknown setclass(%s, $=%s) setclass(%s, %s) readcf.cmap %s, class %s, flags %lx, file %s, app %s, domain %s, rebuild %s readcf.creadcf.cinitialmailrcptdatainitdatablockdatafinalcommandrsetheloquitmiscidentfileopenconnecticonnectqueuewarnqueuewarn.*queuewarn.normalqueuewarn.urgentqueuewarn.non-urgentqueuereturnqueuereturn.*queuereturn.normalqueuereturn.urgentqueuereturn.non-urgenthoststatusresolver.retransresolver.retrans.normalresolver.retrans.firstresolver.retryresolver.retry.normalresolver.retry.firstcontrollhloauthstarttlsaconnectsettimeout(%s = %s) (ignored) inittimeouts(%s) Timeouts: connect = %ld aconnect = %ld initial = %ld helo = %ld mail = %ld rcpt = %ld datainit = %ld datablock = %ld datafinal = %ld rset = %ld quit = %ld nextcommand = %ld miscshort = %ld ident = %ld fileopen = %ld lhlo = %ld control = %ld sendto: %s ctladdr=recipient.c{addr_type}e rrecipient.csendtolist: QSELFREF sendtolist: QSELFREF sendtolist: QS_DONTSEND recipient.c{addr_type}recipient.c recipient (%d): rfc822recipient.c5.4.6recipient.c5.7.15.7.15.7.1550 Unsafe for mailing to programs%s in sendq: at trylocaluser: 5.7.15.2.45.7.15.7.15.7.1550 Unsafe for mailing to filesrecipient: testing local? cl=%d, rr5=%p 4.5.25.1.1550 5.1.1 User unknownrecipient.c5.4.6recipient.crecipient.crecipient.ctestselfdestruct: SENDQ: ---- 5.4.6recipient.c{nrcpts}recipient.cfinduser(%s): %s (non-fuzzy) %s (lower case) not found (fuzzy disabled) writable(%s, 0x%lx) include(%s) ruid=%d euid=%d ctladdr include: old uid = %d/%d include: not safe (euid=%d, RunAsUid=%d) include: new uid = %d/%d include: not safe (uid=%d): %s include: open: %s include: file changed after open include: reset uid = %d/%d include: parent of %s is %s, chown is %ssafe safedangerousunrecipient.c/SENDMAIL/ANY/SHELL/bogusunsafeinclude: %s is %s writable, marked unsafe worldgroupworldgroupforward:include:forwardingsendinginclude: read error: %s include: QS_DONTSEND self_reference(%s) ... no self ref %s ... getpwnam(%s)... found failed ... local match (%s) ... cannot break loop for "%s" savemail, errormode = %c, id = %s, ExitStat = %d e_from=NONEPostmaster state %d npostmastersavemail.csavemail.cz/dead.lettersavemail.csavemail.csavemail.c savemail.csavemail panicUnable to deliver mail *** Return To Sender: msg="%s", depth=%d, e=%p, returnq=Sendq=savemail.csavemail.cbsavemail.csavemail.clocalhostsavemail.clocalhostsavemail.cToreturn to sendersender notifypostmaster notifyDSNMIME-Version1.0savemail.cContent-TypeContent-Transfer-Encoding8bitContent-Transfer-EncodingSubjectwarning-timeoutSubjectpostmaster-warningSubjectreturn-receiptSubjectpostmaster-notificationSubjectfailureAuto-Submittednnsavemail.cMail Delivery Subsystemsavemail.c ----- Original message lost ----- This is a MIME-encapsulated message--subject ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** **********************************************from _with id ----- The following addresses had permanent fatal errors ----- ----- The following addresses had transient non-fatal errors -----Deliver-By notify: relayedDeliver-By trace: relayedrelayed to non-DSN-aware mailersuccessfully delivered to mailing listsuccessfully delivered to mailboxexpanded by alias ----- The following addresses had successful delivery notifications ----- ----- Transcript of session is unavailable ----- ----- Transcript of session follows ----- --Content-Type: message/delivery-statusdnsArrival-Date: Deliver-By-Date: faileddelivered (to mailing list)delivered (to mailbox)relayed (to non-DSN-aware mailer)expanded (to multi-recipient alias)delayedrelayed (Deliver-By trace mode)delayed (Deliver-By notify mode)relayed (Deliver-By notify mode)rfc822savemail.cAction: 5.0.04.0.02.0.0Status: dnssmtpLast-Attempt-Date: Will-Retry-Until: ----- Original message follows ----- ----- Message header follows ----- --Content-Type: message/rfc822text/rfc822-headersContent-Transfer-Encoding8bit ----- Message body suppressed ----- ----- No message was collected ----- ----4.4.24.2.04.3.04.3.15.5.25.5.45.5.15.5.15.5.45.2.05.1.65.2.25.1.05.0.02.0.04.0.05.0.0savemail.csavemail.c0123456789ABCDEF0123456789ABCDEFsavemail.csavemail.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.csm_resolve.cdns_lookup(%s, %d, %s) dns_lookup(%s, %d, %s) --> %d mailrcptdatarsetvrfyexpnhelpnoopquitheloehloetrnverbsendsamlsomlturnshowqdebugwizleak_smtp@(#)$Debug: leak_smtp - trace memory leaks during SMTP processing $220smtp() heap group #%d localhost450 4.3.0 Please try again later.-%s %ssrvrsmtp.cserver cmd read{daemon_name}stdinstartupETRNETRNEHLOEHLOESMTPserver EHLOSMTPserver HELOHELO/EHLOpleased to meet yousrvrsmtp.caccepting invalid domain name{nrcpts}0srvrsmtp.cserver MAILMAILMAILfromsmtp() heap group #%d SMTPsrvrsmtp.csrvrsmtp.c{ntries}0srvrsmtp.c{nrcpts}0srvrsmtp.csrvrsmtp.c{mail_mailer}srvrsmtp.c{mail_mailer}srvrsmtp.c{mail_host}srvrsmtp.c{mail_host}localhostsrvrsmtp.c{mail_addr}srvrsmtp.c{mail_addr}srvrsmtp.cMAIL: got arg %s="%s" {addr_type}e ssrvrsmtp.ccheck_mail{addr_type}srvrsmtp.cRCPTRCPTserver RCPTto{addr_type}e rsrvrsmtp.c{addr_type}srvrsmtp.c{rcpt_mailer}srvrsmtp.c{rcpt_mailer}srvrsmtp.c{rcpt_host}srvrsmtp.c{rcpt_host}localhostsrvrsmtp.c{rcpt_addr}srvrsmtp.c{rcpt_addr}srvrsmtp.cRCPT: got arg %s="%s" {addr_type}e rsrvrsmtp.ccheck_rcpt{addr_type}srvrsmtp.c{rcpt_mailer}srvrsmtp.c{rcpt_host}srvrsmtp.c{rcpt_addr}srvrsmtp.c{dsn_notify}srvrsmtp.c (will queue)DATADATA{nrcpts}0srvrsmtp.cVRFYEXPNVRFYEXPNVRFYEXPNVRFYEXPNcheck_vrfycheck_expn*~*VRFYEXPNETRNETRNETRNcheck_etrn*~*srvrsmtp.csrvrsmtp.cHELPHELPNOOPNOOPNOOPaborted by sender{daemon_name}stdinVERBVERBVERBBogusBogusUnimplUnimpldefaultdefaultserver DATAcheck_datacollect{msg_size}srvrsmtp.cdeliverysrvrsmtp.c{msg_size}srvrsmtp.csrvrsmtp.csrvrsmtp.c{dsn_envid}srvrsmtp.c{dsn_ret}srvrsmtp.c{dsn_notify}srvrsmtp.csrvrsmtp.csrv_featuressmtpSTAB: %s %d (hfunc=%d) not found type %d val %lx %lx %lx %lx entered size of stab entry: %d stab.cstab.cstabapply: trying %d/%s stab.cstab.cstab.cstab.cstab.cstab.cstab.csmtpinit client greetingLHLO %sclient LHLOEHLO %sclient EHLOHELO %sclient HELO5.3.5553 5.3.5 system config errorVERB4.4.24.5.05.5.0smtpmailfrom: CurHost=%s 8BITMIME5.6.35.6.3HDRSFULLTgMAIL From:<%s>%sMAIL From:<@%s%c%s>%sclient MAIL4.4.25.5.25.1.35.3.45.0.05.5.1RCPT To:<%s>%sclient RCPTusersmtp.cusersmtp.c5.1.1usersmtp.c5.1.6usersmtp.c5.1.3usersmtp.c5.5.1DATAclient DATA 3545.5.14.4.24.4.2client DATA statususersmtp.cidleusersmtp.cclient QUITQUIT client RSETRSETclient probeRSETreply locallocal4.4.2locallocal smtpmessage: NULL mci_out util.cutil.cutil.cutil.c{deliveryMode}util.cutil.c %08lx=ANSI@(#)$Debug: ANSI - enable reverse video in debug output $localutil.cutil.cutil.cutil.c[UNKNOWN]util.cutil.cutil.cutil.cutil.cutil.cutil.cutil.ccontrol socketcontrol socketutil.c(unknown) safefile(%s, uid=%d, gid=%d, flags=%lx, mode=%o): pathname too long . %s . %s ./ [final dir %s uid %d mode %lo] %s [slink mode %lo] E_SM_NOSLINK [non-reg mode %lo] E_SM_REGONLY [write bits %lo] E_SM_GWFILE [write bits %lo] E_SM_WWFILE [read bits %lo] E_SM_GRFILE [read bits %lo] E_SM_WRFILE [exec bits %lo] E_SM_ISEXEC] [link count %d] E_SM_NOHLINK [uid %d, nlink %d, stat %lo, mode %lo] OK EACCES /safedirpath(%s, uid=%ld, gid=%ld, flags=%lx, level=%d, offset=%d): [dir %s] / [dir %s] mode %lo FATAL WARNING WorldGroup [dir %s] %s OKsafeopen: fn=%s, omode=%x, cmode=%x, sff=%lx safefopen: safeopen failed: %s safefopen: fdopen(%s, %d) failed: omode=%x, sff=%lx, err=%s File changed after opening: nlink = %ld/%ld dev = %ld/%ld ino = %llu/%llu uid = %ld/%ld gid = %ld/%ld /opt/MSP/etc/submit.cf/opt/MSP/etc/submit.cfsm_check_assert@(#)$Debug: sm_check_assert - check assertions $sm_check_require@(#)$Debug: sm_check_require - check function preconditions $sm_check_ensure@(#)$Debug: sm_check_ensure - check function postconditions $sm_abort_stop@(#)$Debug: sm_abort_stop - stop process on fatal error $debug.c%o%x%d%lo%lx%ldexc.cexc.csm_exc_vnew_x: bad argformat '%c'exc.cexc.cexc.cexc.cexc.cexc.cexc.csm_check_heap@(#)$Debug: sm_check_heap - check sm_malloc, sm_realloc, sm_free calls $sm_heap_limit@(#)$Debug: sm_heap_limit - max # of bytes permitted in heap $sm_heap_register: ptr %p is already registered (%s:%d)reallocsm_realloc: bad argument (%p)reallocsm_realloc_x: bad argument (%p)sm_free: bad argument (%p) (%s:%d)sm_heap_checkptr(%p): bad ptr (%s:%d)rpool.crpool.crpool.crpool.crpool.crpool.crpool.crpool.cstrdup.csm_strdupfclose.cfclose.cstdiostdiofdstringrealstdiosmioinsmiooutsmioerrsmiostdinsmiostdoutsmiostderrfindfp.cfindfp.cfindfp.cfindfp.cfseek.cfseek.cfseek.cmakebuf.crefill.csetvbuf.csetvbuf.csetvbuf.csetvbuf.crwaa+r+fp->f_ival=%d: out of range (0...2)sm_io_stdioopen: mode '%s' is badsm_snprintf:fakesm_io_sscanf:fakesm_io_fopen: bad flags 0%ostrio.cstrio.cstrio.cstrio.cstrio.cstrio.cungetc.csm_bprintf:fake0123456789abcdef0123456789abcdef(null)0123456789ABCDEF0123456789abcdefbug in sm_io_vfprintf: bad basevfprintf.cvfprintf.cvfprintf.cvfprintf.csm_vsnprintf:fakewsetup.csm_vasprintfsm_xtrap@(#)$Debug: sm_xtrap - raise exception at N'th xtrap point $sm_xtrap_report@(#)$Debug: sm_xtrap_report - report xtrap count on exit $clock.cSM_CONF_GETOPTSM_CONF_LONGLONGSM_CONF_MEMCHRSM_CONF_MSGSM_CONF_SEMSM_CONF_SETITIMERSM_CONF_SIGSETJMPSM_CONF_SHMSM_CONF_SSIZE_TSM_CONF_STDDEF_HSM_CONF_UID_GIDSM_HEAP_CHECKSM_OS=sm_os_sunosSM_VA_STDpw 500 5.0.0 Command line usage error 501 5.6.0 Data format error:550 5.3.0 Cannot open input 550 5.1.1 User unknown 550 5.1.2 Host unknown 554 5.0.0 Service unavailable:554 5.3.0 Internal error:451 4.0.0 Operating system error:554 5.3.5 System file missing:550 5.0.0 Can't create output:451 4.0.0 I/O error 450 4.0.0 Deferred 554 5.5.0 Remote protocol error:550 5.0.0 Insufficient permission 554 5.3.5 Local configuration errorvasprintf.csm_vasprintf:fakevasprintf.ccg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)ttychars.h 1.6 92/07/14 SMI@(#)ttydev.h 1.7 92/07/14 SMI@(#)ttold.h 1.11 93/12/15 SMI@(#)filio.h 1.29 00/05/22 SMI@(#)ioccom.h 1.14 97/10/22 SMI@(#)sockio.h 1.28 01/04/16 SMI@(#)inet.h 1.18 01/01/04 SMI@(#)nsswitch.h 1.20 00/10/09 SMI@(#)statvfs.h 1.24 99/05/04 SMI@(#)if.h 1.25 02/03/07 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMI@(#)in_systm.h 1.7 01/09/25 SMI@(#)ip.h 1.9 01/09/25 SMI@(#)ip_var.h 1.5 01/10/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMI@(#)regex.h 1.21 99/06/08 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMI@(#)dirent.h 1.31 01/07/29 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)dirent.h 1.31 01/07/29 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMI@(#)inet.h 1.18 01/01/04 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)unistd.h 1.60 01/07/29 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.72 02/03/23 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.27 01/04/05 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)netdb.h 1.25 01/04/03 SMI@(#)in.h 1.34 01/10/29 SMI@(#)stream.h 1.91 01/08/08 SMI@(#)vnode.h 1.95 02/06/18 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)uio.h 1.30 01/03/19 SMI@(#)seg_enum.h 1.7 00/05/22 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.21 01/08/31 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.14 98/04/19 SMI@(#)socket.h 1.57 01/09/28 SMI@(#)netconfig.h 1.20 99/04/27 SMI@(#)un.h 1.9 96/07/12 SMI@(#)if_dl.h 1.7 98/01/06 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)grp.h 1.18 96/03/12 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)nameser.h 1.26 01/06/29 SMI@(#)nameser_compat.h 1.8 01/12/17 SMI@(#)resolv.h 1.20 01/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)param.h 1.77 02/01/22 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.10 92/07/14 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stat.h 1.3 01/07/29 SMI@(#)stat_impl.h 1.2 01/07/29 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)fcntl.h 1.15 01/07/29 SMI@(#)fcntl.h 1.48 01/12/17 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)signal.h 1.39 01/11/07 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.2 01/04/05 SMI@(#)signal.h 1.56 01/05/28 SMI@(#)siginfo.h 1.55 01/04/05 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)utsname.h 1.26 98/12/03 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)ipc.h 1.22 97/09/09 SMI@(#)shm.h 1.48 01/10/24 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)pwd.h 1.19 96/03/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.60 01/07/29 SMI@(#)limits.h 1.52 02/01/08 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)loadavg.h 1.1 97/12/22 SMI@(#)pset.h 1.4 01/08/07 SMI@(#)processor.h 1.8 02/02/11 SMI@(#)procset.h 1.20 00/01/11 SMI@(#)sysmacros.h 1.40 01/05/20 SMI@(#)utsname.h 1.26 98/12/03 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)file.h 1.63 01/12/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.22 01/10/31 SMI@(#)privregs.h 1.5 99/06/05 SMI@(#)psr.h 1.3 96/09/12 SMI@(#)fsr.h 1.3 97/02/11 SMI@(#)param.h 1.77 02/01/22 SMI@(#)unistd.h 1.39 01/07/29 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/01/29 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16cg: Sun WorkShop 6 update 1 Compiler Common 6.1 Patch 109505-10 2002/01/02@(#)types.h 1.72 02/03/23 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.17 01/08/15 SMI@(#)time.h 2.70 02/01/28 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.7 01/09/06 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.48 00/04/13 SMI@(#)stdlib_iso.h 1.3 01/03/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)stdio.h 1.79 01/04/16 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.13 01/02/08 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.13 01/11/16 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)setjmp.h 1.36 99/08/10 SMI@(#)setjmp_iso.h 1.1 99/08/09 SMIacomp: Sun WorkShop 6 update 1 C 5.2 Patch 109513-10 2002/04/16ld: Software Generation Utilities - Solaris Link Editors: 5.9-1.373.interp.hash.dynsym.dynstr.SUNW_version.rela.data.rela.bss.rela.plt.text.init.fini.rodata.rodata1.got.dynamic.data1.symtab.strtab.stab.index.comment.shstrtab.stab.indexstr  9"WW)o-B  8Bl BB LR  X  ^ f 5@5@/o p pG t t t L L2 T} (t (tt= =H  pm0707010000477a000041ed0000000000000001000000033edc9da1000000000000007600000005000000000000000000000005ff27088droot0707010000477b000041ed0000000000000001000000033edc9da1000000000000007600000005000000000000000000000009ff27088droot/var0707010000477c000041ed0000000000000001000000033edc9da100000000000000760000000500000000000000000000000fff27088droot/var/spool0707010000477e000041ed0000000000000001000000033edc9da1000000000000007600000005000000000000000000000014ff27088droot/var/spool/cron07070100004780000041ed0000000000000001000000023edc9da100000000000000760000000500000000000000000000001dff27088droot/var/spool/cron/crontabs07070100004782000081ff0000000000000001000000013ed6ad720000006f0000007600000005000000000000000000000023ff27089croot/var/spool/cron/crontabs/smmsp30 0-23 * * * [ -x %%BASEDIR%%/MSP/lib/msp -a -f %%BASEDIR%%/MSP/etc/submit.cf ] && %%BASEDIR%%/MSP/lib/msp -q 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!