6210/.-,+*)('&%$#"edcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!  $_4GinstalNET1.5Wh~ $WMh$WMh$WMhA@$WMh$WN,$WN,A0$WM$WM$WMAP$WM$WM$WMA0$U$_4C$_4CA`$WM$WM$WMAP$V%f$WN*$WN*A$W0$_4&$_4&$<$_0$_0$_4!$$WL$U$WM$*$WL$U$WM$  !$WL$U$WM$A"#$%&'()*+,$_1$_1$_4#$4$WL$U$WM5$WL$WM$WM$76$_4C$_1$_4C789:;<=>?@A$U'$U'$WMefghijklmno$UI$UI$WMW$U!$U!$WM@$U$U$WMρ$;<=>?@ABCDE$V$$U$WMȒ$V$V$WN$.E$V$V$WN,...newinstall...usr...optionsbinlib...win.name...ruptimerwhotelnettftp...libnet.asendmailsendmail.cf... INSTALL UNINSTALL Rlist mknodes setupunsetupORDER # SCCS_ID - "@(#)INSTALL (TWG) 3.3 88/11/16 " # # @(#) Copyright (c) 1985 The Wollongong Group, Inc. All Rights Reserved # if u3b2 then INSPATH="/install/new" PKGNAME="`cat ${INSPATH}/usr/options/win.name`" else PKGNAME="Wollongong Integrated Networking WIN/3B: Release 3.0.1" DRIVE=/dev/rmt/0mn fi echo "Installing ${PKGNAME}." echo "Copyright (c) 1985 The Wollongong Group, Inc." echo "All Rights Reserved" if u3b2 then # # Verify that the NSU package has been installed. # if [ ! -f /usr/options/nsu.name ] then echo "**ERROR** ${PKGNAME} cannot be installed --" echo "It requires the Networking Support Utilities package to be installed first." exit 1 fi # # Verify that the Directory and File Management Utilities have been installed. # if [ ! -f /usr/options/dfm.name ] then echo "**ERROR** ${PKGNAME} cannot be installed --" echo "It requires the Directory and File Management Utilities to be installed first." exit 1 fi # # Verify that the User Environment Utilities have been installed. # if [ ! -f /usr/options/usrenv.name ] then echo "**ERROR** ${PKGNAME} cannot be installed --" echo "It requires the User Environment Utilities to be installed first." exit 1 fi else # # Verify that the NI hardware has been installed. # if [ "`/etc/getmajor ni5`" = "" ] then echo "*** ERROR *** The NI5 peripheral hardware must be installed" echo " prior to the installation of WIN/3B software." exit 1 fi fi # # Determine space requirements for WIN3B # ROOTneeds=650 USRneeds=6500 # # How much space is available in the necessary filesystems? # USRspace=`expr "\`df /usr 2>/dev/null\`" : '.*: *\([0-9]*\)'` ROOTspace=`expr "\`df / 2>/dev/null\`" : '.*: *\([0-9]*\)'` fatal=0 if [ "${USRspace}" -lt "${USRneeds}" ] then fatal=1 echo "**ERROR** ${PKGNAME} cannot be installed --" echo "Not enough space on the hard disk." echo "There are $USRspace blocks available" echo "on the /usr file system --" echo "$USRneeds blocks are needed." fi if [ "${ROOTspace}" -lt "${ROOTneeds}" ] then if [ $fatal -eq 0 ] then echo "**ERROR** ${PKGNAME} cannot be installed --" echo "Not enough space on the hard disk." fi echo "There are $ROOTspace blocks available" echo "on the / (root) file system --" echo "$ROOTneeds blocks are needed." exit 1 fi if [ $fatal -eq 1 ] then exit 1 fi if u3b2 then expect=1 while true do if [ "`cat /install/install/ORDER`" != "$expect" ] then echo "**WARNING** Floppy out of sequence." echo "Expecting floppy diskette number $expect." echo "Try another floppy diskette." else cd ${INSPATH} find . -print | cpio -pdumv / if [ $expect = 6 ] then sh /install/install/setup echo "\n" echo "The WIN/3B network has been installed." echo "\nReboot the system with the 'reboot' option of" echo "the sysadm 'machinemgmt' menu." exit 0 fi expect=`expr $expect + 1` fi cd / while true do /etc/umount /dev/diskette > /dev/null 2>&1 echo "Insert floppy number $expect" echo "Press when ready: \c" read ans /etc/mount /dev/diskette /install -r 2>/dev/null if [ $? = 0 ] then if [ -f ${INSPATH}/usr/options/win.name ] then break fi echo "ERROR:The floppy you have inserted does not belong" echo " to $PKGNAME package. Please" echo " insert the correct floppy\n" continue fi echo "ERROR: Unable to mount diskette. Either the diskettte" echo " is not inserted correctly or a wrong diskette" echo " is inserted. Try again." done done else # At this point the install scripts should have been # read in via sysadm installpkg. # first read in the BOOT files cd /install/install cpio -icdBumv < $DRIVE # now read in the rest cd / cpio -icdBumv < $DRIVE # # Installation of WIN/3B files is complete # Peform the setup # sh /install/install/setup echo "\n" echo "The WIN/3B network has been installed." echo "\nReboot the system with the 'reboot' option of" echo "the sysadm 'machinemgmt' menu." exit 0 fi # SCCS_ID - "@(#)UNINSTALL (TWG) 3.1 88/08/22 " # # @(#) Copyright (c) 1985 The Wollongong Group, Inc. All Rights Reserved # # # Save package name (PKGNAME) # if u3b2 then PKGNAME=`cat /install/new/usr/options/win.name` else PKGNAME=`cat /usr/options/win.name` fi DRVINSTALL=/etc/drvinstall echo "Removing the ${PKGNAME}." # # Shutdown the network. # /bin/sh /etc/rc0.d/K76win3b stop $DRVINSTALL -u -f -m /etc/master.d/tty_pts -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/tty_ptc -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/ip -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/tcp -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/udp -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/loop -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/arp -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/w_ -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/raw -v1.0 > /dev/null $DRVINSTALL -u -f -m /etc/master.d/circ -v1.0 > /dev/null # # Save /.rhosts, /etc/hosts, /etc/hosts.equiv and /etc/networks # mv /.rhosts /.rhosts.SAVE 2>/dev/null mv /etc/hosts /etc/hosts.SAVE 2>/dev/null mv /etc/hosts.equiv /etc/hosts.equiv.SA 2>/dev/null mv /etc/resolv.conf /etc/resolv.conf.SA 2>/dev/null mv /etc/networks /etc/networks.SAVE 2>/dev/null mv /etc/protocols /etc/protocols.SAVE 2>/dev/null mv /usr/etc/inetinit.cf /usr/etc/inetinit.cf.SA 2>/dev/null mv /etc/named.boot /etc/named.boot.SAV 2>/dev/null cd /usr/local/domain; ls | cpio -oc > /etc/named.files 2>/dev/null # # Remove the files found in the Rlist file from the hard disk. # echo "The following files and directories are being removed:" cd / for i in `cat /install/install/Rlist` do echo $i rm -fr $i done # # remove sendmail entry from mailx.rc # grep -v /usr/lib/sendmail /usr/lib/mailx/mailx.rc > /tmp/mailx$$ cp /tmp/mailx$$ /usr/lib/mailx/mailx.rc rm -f /tmp/mailx$$ # # Remove all nodes from /dev and other extraneous files # rm -f /dev/tty[pqrs]? /dev/pty[pqrs]? /dev/tcp* /dev/ip* /dev/udp* /dev/loop /dev/win-net /dev/arp* /dev/raw* /dev/circ* # # remove /usr/etc directory if it is empty # rmdir /usr/etc 2>/dev/null sh /install/install/unsetup echo "The ${PKGNAME} has been removed." /usr/bin/finger /usr/bin/rlogin /usr/bin/hostid /usr/bin/hostname /usr/bin/nslookup /usr/bin/rcp /usr/bin/tftp /usr/bin/remsh /usr/bin/ruptime /usr/bin/rwho /usr/bin/telnet /usr/bin/netstat /usr/bin/ftp /usr/options/win.name /usr/etc/arpbypass /usr/etc/fingerd /usr/etc/ftpd /usr/etc/named /usr/etc/netlogin /usr/etc/rlogind /usr/etc/route /usr/etc/remshd /usr/etc/gettable /usr/etc/telnetd /usr/etc/rwhod /usr/etc/htable /usr/etc/routed /usr/etc/rexecd /usr/etc/inetinit /usr/etc/inetinit.cf /usr/etc/tftpd /usr/etc/tcplisten /usr/etc/rfsaddr /usr/etc/ping /usr/etc/ifconfig /usr/lib/libnet.a /usr/lib/sendmail /usr/bin/newaliases /usr/bin/mailq /usr/lib/sendmail.cf /usr/lib/aliases /usr/lib/aliases.dir /usr/admin/menu/packagemgmt/win3bmgmt /usr/local/nslookup.help /usr/local/domain /usr/include/lastlog.h /usr/include/netdb.h /usr/include/resolv.h /usr/include/routed.h /usr/include/sigbsd.h /usr/include/win_hook.h /usr/include/arpa /usr/include/netimp /usr/include/sys/arp.h /usr/include/sys/icmp.h /usr/include/sys/win_if.h /usr/include/sys/in.h /usr/include/sys/in_var.h /usr/include/sys/inet.h /usr/include/sys/inetioctl.h /usr/include/sys/ip.h /usr/include/sys/raw.h /usr/include/sys/route.h /usr/include/sys/socket.h /usr/include/sys/socketvar.h /usr/include/sys/tcp.h /usr/include/sys/time.h /usr/include/sys/tty_pty.h /usr/include/sys/udp.h /usr/include/sys/un.h /etc/named.pid /etc/master.d/ip /etc/master.d/loop /etc/master.d/arp /etc/master.d/tcp /etc/master.d/udp /etc/master.d/tty_ptc /etc/master.d/tty_pts /etc/master.d/w_ /etc/master.d/raw /etc/master.d/circ /etc/rc2.d/S??win3b /etc/rc3.d/S??win3b /etc/rc0.d/K??win3b /etc/init.d/win3b /etc/hosts /etc/hosts.equiv /etc/networks /etc/protocols /etc/resolv.conf /etc/services /etc/ftpusers /etc/gateways /etc/HostName /etc/HostId /usr/spool/rwho /usr/spool/mqueue # SCCS_ID - "@(#)mknodes (TWG) 2.3 88/06/13 " # # @(#) Copyright (c) 1985 The Wollongong Group, Inc. All Rights Reserved # SHELL=/bin/sh MASTER=/etc/master.d MKBOOT=/etc/mkboot DRVINSTALL=/etc/drvinstall if u3b2 then BOOTDIR=/install/BOOT else BOOTDIR=/install/install/BOOT fi nptys=${1:-8} CLONE=`/etc/drvinstall -d /boot/CLONE -v 1.0 -nb` ################################################# ## Install network drivers and make device files $MKBOOT $BOOTDIR/ip.o $MKBOOT $BOOTDIR/tcp.o $MKBOOT $BOOTDIR/tty_pts.o $MKBOOT $BOOTDIR/tty_ptc.o $MKBOOT $BOOTDIR/loop.o $MKBOOT $BOOTDIR/udp.o $MKBOOT $BOOTDIR/raw.o $MKBOOT $BOOTDIR/arp.o $MKBOOT $BOOTDIR/W_.o $MKBOOT $BOOTDIR/circ.o # # TCP=`$DRVINSTALL -m $MASTER/tcp -v1.0` IP=`$DRVINSTALL -m $MASTER/ip -v1.0` UDP=`$DRVINSTALL -m $MASTER/udp -v1.0` RAW=`$DRVINSTALL -m $MASTER/raw -v1.0` PTS=`$DRVINSTALL -m $MASTER/tty_pts -v1.0` PTC=`$DRVINSTALL -m $MASTER/tty_ptc -v1.0` LOOP=`$DRVINSTALL -m $MASTER/loop -v1.0` W=`$DRVINSTALL -m $MASTER/w_ -v1.0` ARP=`$DRVINSTALL -m $MASTER/arp -v1.0` CIRC=`$DRVINSTALL -m $MASTER/circ -v1.0` /bin/rm -f /dev/ip /dev/ip? /dev/arp* /dev/loop /dev/tcp* /dev/udp* /dev/raw* /dev/win-net /dev/circ /etc/mknod /dev/tcp c $CLONE $TCP /etc/mknod /dev/udp c $CLONE $UDP /etc/mknod /dev/raw c $CLONE $RAW /etc/mknod /dev/circ c $CLONE $CIRC /etc/mknod /dev/win-net c $W 0 /etc/mknod /dev/tcp0 c $TCP 0 /etc/mknod /dev/udp0 c $UDP 0 chmod 666 /dev/tcp* /dev/udp* /dev/circ /etc/mknod /dev/ip c $CLONE $IP /etc/mknod /dev/arp c $CLONE $ARP /etc/mknod /dev/loop c $CLONE $LOOP /etc/mknod /dev/ip0 c $IP 0 /etc/mknod /dev/arp0 c $ARP 0 /etc/mknod /dev/raw0 c $RAW 0 chmod 600 /dev/ip* /dev/loop /dev/arp* /dev/raw* chmod 644 /dev/win-net ################################## #### Makes nodes for pseudo ttys NODES="p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 pa pb pc pd pe pf q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 qa qb qc qd qe qf r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 ra rb rc rd re rf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 sa sb sc sd se sf" j=0 rm -f /dev/pty[pqrs]? /dev/tty[pqrs]? for i in $NODES do if [ $j -ge $nptys ] then break fi /etc/mknod /dev/pty$i c $PTC $j /etc/mknod /dev/tty$i c $PTS $j j=`expr $j + 1` done chmod 666 /dev/pty[pqrs]? # 600 chmod 622 /dev/tty[pqrs]? # 622 ################ END ################ # SCCS_ID - "@(#)setup (TWG) 3.10 89/04/25 " # # @(#) Copyright 1986. The Wollongong Group, Inc. All Rights Reserved. # # # ****** customize WIN/3B network ******************************************** # RCFILE=/etc/rc2.d/S86win3b mkdir /etc/rc3.d 1>/dev/null 2>&1 chown root /etc/init.d/win3b /etc/rc2.d /etc/rc3.d /etc/rc0.d chgrp sys /etc/init.d/win3b /etc/rc2.d /etc/rc3.d /etc/rc0.d ln /etc/init.d/win3b /etc/rc0.d/K76win3b ln /etc/init.d/win3b /etc/rc2.d/S86win3b ln /etc/init.d/win3b /etc/rc3.d/S86win3b ln /usr/local/domain/named.kill /usr/local/domain/named.reload ln /usr/local/domain/named.kill /usr/local/domain/named.restart ln /usr/local/domain/named.kill /usr/local/domain/named.stats ln /usr/local/domain/named.kill /usr/local/domain/named.dump ln /usr/local/domain/named.kill /usr/local/domain/named.debug ln /usr/local/domain/named.kill /usr/local/domain/named.undebug ln /usr/lib/sendmail /usr/bin/mailq ln /usr/lib/sendmail /usr/bin/newaliases mkdir /usr/spool/rwho /usr/spool/mqueue chmod 777 /usr/spool/rwho /usr/spool/mqueue # # SETUP NAMESERVER # domain="" while true do echo "do you wish to run the nameserver on this host? [y, n]: \c" read nameserver if [ "$nameserver" = "" ] then continue fi if [ "$nameserver" = "n" -o "$nameserver" = "y" ] then break fi done resolver="n" if [ "$nameserver" = "n" ] then while true do echo "do you wish to run this host as a resolver? [y, n]: \c" read resolver if [ "$resolver" = "" ] then continue fi if [ "$resolver" = "n" -o "$resolver" = "y" ] then break fi done if [ "$resolver" = "n" ] then # # install using /etc/hosts # nameuse="n" echo "the default setup is to use /etc/hosts" lname=`uname -n` echo "removing /etc/resolv.conf" rm /etc/resolv.conf > /dev/null 2>&1 echo "removing named from startup scripts" found=`grep "ETC/named" /etc/rc2.d/S86win3b` if [ "${found}" = "" ] then ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /netstat/ i NONAMESERVER=1; export NONAMESERVER # . w q DONE else ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /ETC\/named/ d i NONAMESERVER=1; export NONAMESERVER . w q DONE fi echo "setting environment variable NONAMESERVER in /etc/profile" found=`grep NONAMESERVER /etc/profile` if [ "${found}" = "" ] then ed - /etc/profile < /dev/null 2>&1 $ a NONAMESERVER=1; export NONAMESERVER . w q DONE fi else # # install as a resolver host # nameuse="y" found=`grep "ETC/named" /etc/rc2.d/S86win3b` if [ "${found}" = "" ] then : else ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /ETC\/named/ d w q DONE fi rsave="n" if [ -r /etc/resolv.conf.SA ] then while true do echo "do you wish to use the previously saved /etc/resolv.conf ? [y, n]: \c" read rsave if [ "$rsave" = "" ] then continue fi if [ "$rsave" = "n" -o "$rsave" = "y" ] then break fi done fi if [ "$rsave" = "y" ] then mv /etc/resolv.conf.SA /etc/resolv.conf > /dev/null 2>&1 domain=`awk ' /domain/ {print $2; exit} ' /etc/resolv.conf` fi if [ "$rsave" = "n" ] then while true do echo "enter the name of your domain> \c" read domain if [ "$domain" = "" ] then continue fi echo "your domain is: ($domain) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi done lname=`uname -n`.$domain rm /etc/resolv.conf > /dev/null 2>&1 echo "domain $domain" > /etc/resolv.conf fi ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /uname/ d i /usr/bin/hostname \`uname -n\`.$domain > /dev/null 2>&1 . w q ! if [ "$rsave" = "n" ] then echo "enter the addresses of nameservers you wish to resolve to: (type q when done)" while true do echo "> \c" read naddr if [ "$naddr" = "" ] then continue fi if [ "$naddr" = "q" -o "$naddr" = "quit" ] then break fi echo "the address of the nameserver is: ($naddr) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" -o "$ans" = "n" ] then continue fi if [ "$ans" = "y" ] then echo "entering $naddr into /etc/resolv.conf " ed - /etc/resolv.conf< /dev/null 2>&1 $ a nameserver $naddr . w q ! fi done fi # # end of if rsave = n # found=`grep NONAMESERVER /etc/profile` if [ "${found}" = "" ] then : else ed - /etc/profile < /dev/null 2>&1 /NONAMESERVER/ d w q DONE fi fi # # end of if resolver = n # else # # install as a nameserver host # echo "removing /etc/resolv.conf" rm /etc/resolv.conf > /dev/null 2>&1 nameuse="y" namesave="n" if [ -r /etc/named.boot.SAV ] then while true do echo "do you wish to use the previously saved NAMESERVER files? [y, n]: \c" read namesave if [ "$namesave" = "" ] then continue fi if [ "$namesave" = "n" -o "$namesave" = "y" ] then break fi done if [ "$namesave" = "y" ] then echo "restoring /etc/named.boot and directory /usr/local/domain " while true do echo "enter the name of your domain> \c" read domain if [ "$domain" = "" ] then continue fi echo "your domain is: ($domain) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi done lname=`uname -n`.$domain ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /uname/ d i /usr/bin/hostname \`uname -n\`.$domain > /dev/null 2>&1 . w q ! cp /etc/named.boot.SAV /etc/named.boot > /dev/null 2>&1 if [ -r /etc/named.files ] then rm /usr/local/domain/* cd /usr/local/domain; cpio -ic /dev/null fi fi fi if [ "$namesave" = "n" ] then while true do echo "enter the name of your domain> \c" read domain if [ "$domain" = "" ] then continue fi echo "your domain is: ($domain) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi done lname=`uname -n`.$domain hname=`uname -n` while true do echo "enter the network number your host is on> \c" read netnum if [ "$netnum" = "" ] then continue fi echo "your net number is: ($netnum) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi done ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /uname/ d i /usr/bin/hostname \`uname -n\`.$domain > /dev/null 2>&1 . w q ! ed - /usr/local/domain/named.local < /dev/null 2>&1 1,\$s/twg\.com/$domain/g 1,\$s/vax2/$hname/g w q ! munten=`echo $netnum | awk -F\. '{ if ($3 != "") printf "%s.", $3 if ($2 != "") printf "%s.", $2 if ($1 != "") printf "%s", $1 }'` ed - /etc/named.boot < /dev/null 2>&1 /twg\.com/s//$domain/ /89/s//$munten/ w q ! found=`grep "ETC/named" /etc/rc2.d/S86win3b` if [ "${found}" = "" ] then ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /Domain Name/ +1 a pids=`/bin/ps -e | /usr/bin/egrep "named" | /usr/bin/cut -c1-6` if [ "${pids}" = "" ] then : $ETC/named fi . w q DONE fi found=`grep NONAMESERVER /etc/rc2.d/S86win3b` if [ "${found}" = "" ] then : else ed - /etc/rc2.d/S86win3b < /dev/null 2>&1 /NONAMESERVER/ d w q DONE fi found=`grep NONAMESERVER /etc/profile` if [ "${found}" = "" ] then : else ed - /etc/profile < /dev/null 2>&1 /NONAMESERVER/ d w q DONE fi echo "Consult your Administrator's Guide for Domain setup" echo "for the database files named.rev and named.hosts" fi # end of if namessave = n fi # end of if nameserver = n # # SETUP SPECIAL NETWORK FILES # /ETC/HOSTS # /ETC/HOSTS.EQUIV # /ETC/NETWORKS # /ETC/PROTOCOLS # /.RHOSTS hostssave="n" if [ -r /etc/hosts.SAVE ] then while true do echo "do you wish to use the previously saved NETWORK and HOST database files? [y, n]: \c" read hostssave if [ "$hostssave" = "" ] then continue fi if [ "$hostssave" = "n" -o "$hostssave" = "y" ] then break fi done case $hostssave in [yY]) echo "restoring: " hostssave=y; echo "/etc/hosts " mv /etc/hosts.SAVE /etc/hosts if [ -r /etc/hosts.equiv.SA ] then echo "/etc/hosts.equiv " mv /etc/hosts.equiv.SA /etc/hosts.equiv else echo "me" > /etc/hosts.equiv echo "$lname" >> /etc/hosts.equiv fi if [ -r /etc/networks.SAVE ] then echo "/etc/networks " mv /etc/networks.SAVE /etc/networks fi if [ -r /etc/protocols.SAVE ] then echo "/etc/protocols " mv /etc/protocols.SAVE /etc/protocols fi if [ -r /.rhosts.SAVE ] then echo "/.rhost " mv /.rhosts.SAVE /.rhosts else echo "me" > /.rhosts echo "$lname" >> /.rhosts fi if [ -r /usr/etc/inetinit.cf.SA ] then echo "WARNING: if you are installing WIN/3B 3.0.1 on a host that previosly saved " echo "WIN/3B 2.1 inetinit.cf you must use the new inetinit.cf from WIN/3B 3.0.1 " echo "are you installing 3.0.1 on a old 2.1? (default y) [y, n]: \c" read ans if [ "$ans" = "n" ] then echo "restoring saved /usr/etc/inetinit.cf " mv /usr/etc/inetinit.cf.SA /usr/etc/inetinit.cf else echo "using the installed version of inetinit.cf " fi fi break ;; [nN]) hostssave=n break ;; esac fi if [ "$hostssave" = "n" ] then if [ "$nameuse" = "y" ] then lname=`uname -n` fi while true do if [ $netnum ] then num=$netnum break else echo "enter host's network number> \c" read num if [ "$num" = "" ] then continue fi echo "your host's net number is: ($num) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi fi done while true do echo "enter name of network host is on> \c" read network if [ "$network" = "" ] then continue fi echo "your host's net name is: ($network) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "y" ] then break fi done echo "enter aliases your network is known by> \c" read aliases while true do echo "ente-./0123r host's internet address> \c" read lnetaddr if [ "$lnetaddr" = "" ] then continue fi nladdr=`expr $lnetaddr : "\($num\).*"` if [ "$nladdr" = "" ] then echo "the network number portion of your address ($lnetaddr) doesn't match $num " echo "do you wish to enter the address this way? (default n) [y, n]: \c" read ans if [ "$ans" = "" -o "$ans" = "n" ] then continue elif [ "$ans" = "y" ] then break fi fi echo "your host's address is: ($lnetaddr) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" -o "$ans" = "n" ] then continue fi if [ "$ans" = "y" ] then break fi done echo "\nHost's official name is $lname\n" echo "enter alias names host will be known by> \c" read laname ed - /etc/networks < /.rhosts echo "me" > /etc/hosts.equiv echo "$lname" >> /.rhosts echo "$lname" >> /etc/hosts.equiv while true do echo "do you want to enter other hosts into your /etc/hosts file? [y, n]: \c" read ans if [ "$ans" = "" ] then continue fi if [ "$ans" = "n" -o "$ans" = "y" ] then break fi done if [ "$ans" = y ] then echo "enter internet address, official host name, and aliases (type q when done)" while true do echo "> \c" read netaddr name aname if [ "$netaddr" = "" ] then continue fi if [ "$netaddr" = "q" -o "$netaddr" = "quit" ] then break fi oladdr=`expr $netaddr : "\($num\).*"` if [ "$oladdr" = "" ] then echo "the network number portion of your address ($netaddr) doesn't match ($num) " echo "do you wish to enter the address this way? (default n) [y, n]: \c" read ans if [ "$ans" = "" -o "$ans" = "n" ] then continue fi fi echo "($netaddr $name $aname) is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "" -o "$ans" = "n" ] then continue fi if [ "$ans" = "y" ] then if [ "$name" = "" -o "$netaddr" = "" ] then echo "Host name and address must be specified !" else ed - /etc/hosts<> /etc/hosts.equiv fi fi done fi fi while true do echo "do you wish to have TFTP daemon enabled? [y, n]: \c" read answer if [ "$answer" = "" ] then continue fi if [ "$answer" = "n" -o "$answer" = "y" ] then break fi done if [ "$answer" = "y" ] then ed - $RCFILE < /dev/null /\$ETC\/tftpd s/#// w q EOF fi while true do echo "do you wish to have ROUTE daemon enabled? [y, n]: \c" read answer if [ "$answer" = "" ] then continue fi if [ "$answer" = "n" -o "$answer" = "y" ] then break fi done if [ "$answer" = "y" ] then ed - $RCFILE < /dev/null /\$ETC\/routed s/#// w q EOF fi # # Add logging facility to FTPD # while true do echo "do you wish to have FTP daemon logging enabled? [y, n]: \c" read answer if [ "$answer" = "" ] then continue fi if [ "$answer" = "n" -o "$answer" = "y" ] then break fi done if [ "$answer" = "y" ] then ed - $RCFILE < /dev/null /\bin\/echo s/#// w q EOF fi # # Find out whether /usr/net/nls directory is created for RFS # if [ -d /usr/net -a ! -s /usr/net/nls ] then mkdir /usr/net/nls chmod 775 /usr/net/nls chown root /usr/net/nls chgrp sys /usr/net/nls fi # # Start up RFS # if [ -s /usr/options/rfs.name ] # RFS installed ? then while true do echo "do you wish to have RFS enabled ? [y, n]: \c" read answer if [ "$answer" = "" ] then continue fi if [ "$answer" = "n" -o "$answer" = "y" ] then break fi done if [ "$answer" = "y" ] then if [ ! -s /usr/net/nls/tcp ] # Not initialized yet ? then /usr/bin/nlsadmin -i tcp /usr/bin/nlsadmin -a 105 -c "/usr/net/servers/rfs/rfsetup" \ -y "RFS server" tcp /usr/etc/rfsaddr -h `uname -n` > /usr/net/nls/tcp/addr else pids=`grep 105 /usr/net/nls/tcp/dbf` if [ "${pids}" = "" ] then /usr/bin/nlsadmin -a 105 -c"/usr/net/servers/rfs/rfsetup" \ -y"RFS server" tcp fi # should use nlsadmin -l, but we do what it does, assuming # the nodename has been set. /usr/etc/rfsaddr -h `uname -n` > /usr/net/nls/tcp/addr fi fi fi # # ADD PTY's # nptys=8 while true do echo 'how many pseudo ttys do you wish to have? (default 8) [1-64]: \c' read answer if [ "$answer" ] then if [ "$answer" -le 64 ] && [ "$answer" -gt 0 ] then nptys=$answer echo "creating $answer pseudo ttys, is this what you want? (default n) [y, n]: \c" read ans if [ "$ans" = "y" ] then break fi else echo "($answer) is out of range!, try again! " fi else echo "using default value of 8 pseudo ttys " break fi done ed - /etc/master.d/tty_ptc < /dev/null 2>&1 /^NPTY[ ]*=/d a NPTY=$nptys . w q EOF echo "\nSetting up the WIN/3B network. Please wait.......\n" # SETUP SENDMAIL AND SENDMAIL.CF ed - /usr/lib/sendmail.cf <> /usr/lib/mailx/mailx.rc set sendmail=/usr/lib/sendmail ! if [ -r /usr/lib/aliases ] then cat < /usr/lib/aliases MAILER-DAEMON:root postmaster:root #ADD USERS HERE TO BE ALIASED # eg: joe: bob@3b2B ! cp /dev/null /usr/lib/aliases.dir cp /dev/null /usr/lib/aliases.pag chmod 644 /usr/lib/sendmail.cf /usr/lib/aliases* /usr/lib/mailx/mailx.rc fi # set up hostid to default value /usr/bin/hostid 0 ############################################################################ # # Install the drivers in /boot file and make nodes in /dev # sh /install/install/mknodes $nptys if [ "$nameuse" = "y" -a "$resolver" = "n" ] then echo "Edit the nameserver files named.rev and named.hosts" echo "before the system is rebooted. \n" fi echo "The default broadcast address for WIN/3B release 3.0.1 is 1's as per RFC919" echo "See ifconfig(1M) to change the broadcast value \n" # # fix signal.h # FILE=/usr/include/signal.h if grep sigbsd $FILE 1>/dev/null 2>&1 then : else cat >> $FILE << ! #include ! fi # # fix if.h # FILE=/usr/include/sys/if.h if grep IFF_UP $FILE 1>/dev/null 2>&1 then cat > $FILE << ! #include ! else if grep win_if $FILE 1>/dev/null 2>&1 then : else cat >> $FILE << ! #include ! fi fi # SCCS_ID - "@(#)unsetup 3.3 (TWG) 88/11/30" # # @(#) Copyright 1988. The Wollongong Group, Inc. All Rights Reserved. # FILE=/usr/include/signal.h if grep sigbsd $FILE 1>/dev/null 2>&1 then /bin/ed - $FILE << ! > /dev/null 2>&1 /sigbsd/ d w q ! fi # # fix if.h # FILE=/usr/include/sys/if.h if grep win_if $FILE 1>/dev/null 2>&1 then /bin/ed - $FILE << ! > /dev/null 2>&1 /win_if/ d w q ! fi 5 Wollongong Integrated Networking WIN/3B: Release 3.0.1 p$U# T&0؀HX.fk8008B.fk800a 6|".textHHTH .dataXX&UX@.bss;耈;0.comment4{.libzIppOpO$pONpOKpOOpOpO$pOQpO pO/pO,;pL IpZt@@(Pp@{@@Xp@,\H,\S,;,,@,HU@A0axppC_LLtGO;HWFpDOE$W@WpP@<@-r<@oa#<@ol&<@or2<@ot#<@ouw4OE{K@Cp{BOE{9OE{0p{"O9OF,$,HUG@+pv{G(Wpwl@@,-O,(@CO, ,HUO,`#@;p$rO, ,HU$r(Wpw$r O ,/(@$rwJ<SD,;p,,Q ,,Q ,,Q@L IZ@@DC@<Pw ,;p{Z@@,(@KZ@@DC@<PZ@@DC@<P$<}Z@@DC@@w$Ct@ZAADCAPpp p p,,Q ,,Q ,,Q@L I_TYp,;v),;pz<~t@(pwt@@w_,;pzhpzIO-,1)L IpILtp(DCpw ,\. (ZpK <HCZO ,;p@L IOX,Q @-pOX,Q @-pOX,Q@-pO-,((@D-,Q -,Q -,Q,;p@L I<_>wJ<SD,;p-,Q -,Q -,Q@L IZ@@DC@<Pw ,;p{Z@@,(@K_TYp<,;w_,;pz(<,; <>,;v,;pz <#t@(pwt@@w_,;pzhp-,Q -,Q -,Q@L Ippp@ A0aS$Ww <D$>W >W$H@@DC@<Pw,;p@L H G F E D IH@@DC@+pw.H, (@C _,;p@L H G F E D IP@H_S_ Txp<|pp@px@@,K(@CN{8,\<4w(H,0 @lp<@<l _,;p@L H G F E D ICB{GABG@AO6F@A@@G,L@GA@DFAOAdp(pAH(EO#lEG@@,L@A{ 0pA{+w8; oDv&H,HXpCG@@H,{@pGPp; @L H G IG@L H G IGZHBBGBp; oDXp{ @:Xp(XpC@{X@ A:A<@AC4 @:@pHA@@C @:p{ $_$$$ǀ$Ѐ$ـ$ $뀈$$%%%%!%*%3%=%G%Q%[%e%o%y%%%%%%%%ɀ%Ӏ%݀%瀈%%&&&&#&-&7&A&K&U&_&i&s&}&&&&&&&À&̀&׀&ဈ&뀈&&' '''''1';'E'O'Y'c'm'w''''''''ǀ'р'ۀ'倈''(( ((!(+(5(?(I(S(](g(q({((((((((ˀ(Հ(߀(逈(())))1)K)i))))Հ)逈***<*Z****Ѐ*瀈+ +,+E+_+{+++ɀ+܀+Error 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachable,P€Ӏ €Ӏ.ӀӀ$ @(#)inet.h (TWG) 2.11.1.4 88/10/26 ,Ā, ----V-t @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 -..#.I.r. @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 ./!/J/h// @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 0060[000 @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 ,,--,!!AaaaXXXXXX/usr/tmp//usr/tmp/1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1܀1ǀ1ǀ1䀀1ǀ8퀀1ǀ1ǀ1ǀ1ǀ11̀1ǀ1Ԁ1쀀1ǀ2'2121212121212121211ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ41ǀ8&1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ3Ѐ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ8怀2x46䀀8.12x1ǀ1ǀ11ǀ1ǀ31ǀ1ǀ1ǀ91ǀ31ǀ1ǀ3܀1ǀ1ǀ1ǀ1ǀ1ǀ1ǀ1 000000000000000000000000000000000000000001234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999-+0123456789ABCDEF0X0123456789abcdef0xnan0xNAN0XinfINF ((((( H   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~CHRCLASSascii/lib/chrclass/@:'i _;U?3RE)?9p8)5D}[ % /-I /w5b6,6)d>a<M*N5[!kj@g#*)3)5T?=D=)3+DZ^?* n#%9XVY'A H0n:?vr'"Q"`(d+42M;C~:<q(Ff"7&>nG 978 5q5& 1Z$.H+tj']!6$J !w5%_^LKzaN } dP@ff&f&hQ!G+ A D )K m5\W?Y U?}F^ z!%ph]( Z(J9H/9!Y,K|K|:KL@(#)/lib/crt1.o.sl 1.6 4.2 05/14/87 424 AT&T-SF@(#)ruptime.c 2.2 13:18:49 - 88/06/10 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/dirent.h.sl 1.3 4.2 04/20/87 37866 AT&T-SF@(#)/usr/include/sys/dirent.h.sl 1.2 3.0 12/06/85 57703 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/dir.h.sl 1.1 3.0 09/25/85 13771 @(#)/usr/include/sys/fs/s5dir.h.sl 1.2 3.0 11/06/85 10453 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3@(#)win_read.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/read.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_write.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/write.s 1.3@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/lib/libnsl_s.a/t_sync.o.sl 1.7 3.1 11/07/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_snd.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcv.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvuderr..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_bind.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_connect.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_conn_util..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getinfo.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_look.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_close.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getstate..sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_utility.o.sl 1.7 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__calloc_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__fcntl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__free_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ioctl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__memcpy_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__getmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__putmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__sigset_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__close_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ulimit_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_errlst.o.sl 1.2 3.0 01/13/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__errno_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data2.o.sl 1.2 3.1 08/06/86 0 AT&T-SF@(#)/lib/libc.a/chdir.o.sl 1.2 4.2 04/20/87 37805 AT&T-SF@(#)/lib/libc.a/getmsg.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/calloc.o.sl 1.4 4.2 05/25/87 36619 AT&T-SF@(#)/lib/libc.a/fdivd.o.sl 1.4 4.2 05/25/87 29184 AT&T-SF@(#)/lib/libc.a/fltod.o.sl 1.4 4.2 05/25/87 18580 AT&T-SF@(#)/lib/libc.a/opendir.o.sl 1.5 4.2 05/25/87 41427 AT&T-SF@(#)/lib/libc.a/fcntl.o.sl 1.2 4.2 04/20/87 26317 AT&T-SF@(#)/lib/libc.a/printf.o.sl 1.4 4.2 05/25/87 25448 AT&T-SF@(#)/lib/libc.a/putmsg.o.sl 1.2 4.2 04/20/87 26193 AT&T-SF@(#)/lib/libc.a/fprintf.o.sl 1.4 4.2 05/25/87 62983 AT&T-SF@(#)/lib/libc.a/qsort.o.sl 1.7 4.2 05/25/87 3086 AT&T-SF@(#)/lib/libc.a/readdir.o.sl 1.5 4.2 05/25/87 25288 AT&T-SF@(#)/lib/libc.a/getdents.o.sl 1.2 4.2 04/20/87 26113 AT&T-SF@(#)/lib/libc.a/setjmp.o.sl 1.4 4.2 05/25/87 38006 AT&T-SF@(#)/lib/libc.a/sprintf.o.sl 1.4 4.2 05/25/87 19303 AT&T-SF@(#)/lib/libc.a/strcmp.o.sl 1.5 4.2 05/25/87 44085 AT&T-SF@(#)/lib/libc.a/dround.o.sl 1.4 4.2 05/25/87 62856 AT&T-SF@(#)/lib/libc.a/dspecial.o.sl 1.4 4.2 05/25/87 7979 AT&T-SF@(#)/lib/libc.a/fpstart1.o.sl 1.5 4.2 05/25/87 61035 AT&T-SF@(#)/lib/libc.a/time.o.sl 1.4 4.2 05/25/87 39659 AT&T-SF@(#)/lib/libc.a/tmpnam.o.sl 1.4 4.2 05/25/87 58797 AT&T-SF@(#)/lib/libc.a/mktemp.o.sl 1.6 4.2 05/25/87 16073 AT&T-SF@(#)/lib/libc.a/access.o.sl 1.2 4.2 04/20/87 25853 AT&T-SF@(#)/lib/libc.a/strlen.o.sl 1.4 4.2 05/25/87 64518 AT&T-SF@(#)/lib/libc.a/strncmp.o.sl 1.5 4.2 05/25/87 63690 AT&T-SF@(#)/lib/libc.a/fstat.o.sl 1.2 4.2 04/20/87 22233 AT&T-SF@(#)/lib/libc.a/stat.o.sl 1.2 4.2 04/20/87 22223 AT&T-SF@(#)/lib/libc.a/strcat.o.sl 1.4 4.2 05/25/87 22679 AT&T-SF@(#)/lib/libc.a/ulimit.o.sl 1.2 4.2 04/20/87 26333 AT&T-SF@(#)/lib/libc.a/umask.o.sl 1.2 4.2 04/20/87 26285 AT&T-SF@(#)/lib/libc.a/unlink.o.sl 1.2 4.2 04/20/87 37773 AT&T-SF@(#)/lib/libc.a/doprnt.o.sl 1.4 4.2 05/25/87 55259 AT&T-SF@(#)/lib/libc.a/ctype.o.sl 1.6 4.2 05/25/87 18739 AT&T-SF@(#)/lib/libc.a/ecvt.o.sl 1.5 4.2 05/25/87 19908 AT&T-SF@(#)/lib/libc.a/dtop.o.sl 1.5 4.2 05/25/87 46978 AT&T-SF@(#)/lib/libc.a/biglitpow.o.sl 1.4 4.2 04/20/87 58018 AT&T-SF@(#)/lib/libc.a/frexp.o.sl 1.4 4.2 05/25/87 14207 AT&T-SF@(#)/lib/libc.a/fwrite.o.sl 1.8 4.2 05/25/87 64556 AT&T-SF@(#)/lib/libc.a/flsbuf.o.sl 1.5 4.2 05/25/87 23439 AT&T-SF@(#)/lib/libc.a/data.o.sl 1.1 4.0 01/16/86 48837 AT&T-SF@(#)/lib/libc.a/getenv.o.sl 1.4 4.2 05/25/87 35181 AT&T-SF@(#)/lib/libc.a/isatty.o.sl 1.5 4.2 05/25/87 23069 AT&T-SF@(#)/lib/libc.a/ioctl.o.sl 1.2 4.2 04/20/87 26189 AT&T-SF@(#)/lib/libc.a/ltostr.o.sl 1.6 4.2 05/25/87 35354 AT&T-SF@(#)/lib/libc.a/m32_data.o.sl 1.3 4.2 04/20/87 49169 AT&T-SF@(#)/lib/libc.a/malloc.o.sl 1.6 4.2 05/25/87 41056 AT&T-SF@(#)/lib/libc.a/memchr.o.sl 1.4 4.2 05/25/87 2435 AT&T-SF@(#)/lib/libc.a/memcpy.o.sl 1.4 4.2 05/25/87 41010 AT&T-SF@(#)/lib/libc.a/memset.o.sl 1.4 4.2 05/25/87 32680 AT&T-SF@(#)/lib/libc.a/open.o.sl 1.2 4.2 04/20/87 10730 AT&T-SF@(#)/lib/libc.a/sbrk.o.sl 1.4 4.2 05/25/87 32178 AT&T-SF@(#)/lib/libc.a/strcpy.o.sl 1.4 4.2 05/25/87 10565 AT&T-SF@(#)/lib/libc.a/signal.o.sl 1.8 4.2 05/25/87 60416 AT&T-SF@(#)/lib/libc.a/fpstart.o.sl 1.2 4.2 04/20/87 31329 AT&T-SF@(#)/lib/libc.a/getflth0.o.sl 1.4 4.2 05/25/87 27494 AT&T-SF@(#)/lib/libc.a/getflts0.o.sl 1.5 4.2 05/25/87 50749 AT&T-SF@(#)/lib/libc.a/fpsetmask.o.sl 1.4 4.2 05/25/87 38940 AT&T-SF@(#)/lib/libc.a/kill.o.sl 1.2 4.2 04/20/87 5824 AT&T-SF@(#)/lib/libc.a/getpid.o.sl 1.2 4.2 04/20/87 18967 AT&T-SF@(#)/lib/libc.a/cerror.o.sl 1.4 4.2 05/25/87 56106 AT&T-SF@(#)/lib/libc.a/cuexit.o.sl 1.2 4.2 04/20/87 28151 AT&T-SF@(#)/lib/crtn.o.sl 1.2 4.2 04/20/87 0 AT&T-SF/shlib/libnsl_sp$UE R<'TЀ؀H.fk8008B.fk800a 6|".textHHR<H .data'TS@.bss:؀:.comment3z.libIppO@pO@ pOMpOJpONpOpO pOOpOpO.pO:pL IpZt@@(Pp@{@@p@,\H,\pR,:,,@,tS@A0axppD_ LtFZGO:H{/wJ<SD:pL*,O L*,O P*,O@L IZ@@@<Pw :p{Z@@,(@KZ@@@<PZ@@@<P$<}Z@@@@w$t@ZAAAPpp p pL*,O L*,O P*,O@L I_TYp:v):pz<~t@(pwt@@w_:pzhpzIOp+,Y%L IpILtp(pw ,\J (ZpK <ZO :p@L IO,O @h+pO,O @h+pO,O@l+pOp+, %(@Dh+,O h+,O l+,O:p@L I<_>wJ<SD:ph+,O h+,O l+,O@L IZ@@@<Pw :p{Z@@,(@K_TYp<:w_:pz(<: <>:v:pz <#t@(pwt@@w_:pzhph+,O h+,O l+,O@L Ippp@ A0aS$hSpppIO,,Y%L IpD_LxDtGZHpGFophpWE(pw ,\J (HK <HO :p@L H G F E D I(Gw$<DW$>Ww <D$>W >W$H@@@<Pw:p@L H G F E D IH@@@+pw.H, (@C _:p@L H G F E D IP@H_S_ Txp<|pp@px@@,J(@CN{8,\ <4w(H,0 @lp<@<l _:p@L H G F E D I/AC/pA/pB/p/pO/@L IB@@pqrstuvwxyz{|}~ _mA{_nABB@@ _m@{_n@<@ACzOpIO0,J@@w$(@/,@@w$(@Ox/,@@w$(_x/|/p/p//p/p@/,Z@@./p+Pp!?;P#@O|/,@@#?;P L IO/O/,L IHZHtAX@B;3Bw @L H IXQpABO@pH;3w{HX@;3w{ QpABCH@L H IGLZBpAHYp(xp?-Rw@{@@Hw?+RwBYGR@;3w@{$Wp Wp0R@@Wp@pB;3wB@@Bw$w*YA_A?:R$w*YG@pB;3w@{$Wp Wp0R@@Wp@pB;3wB@@BQY@<@@A?:RwCYG@pB;3w@{$Wp Wp0R@@Wp@pB;3wB@@BYAp(HApB@L H G IAp{IZAQ@;3w @L Ip p0Q@@p@pA;3wA@L IppILZ@lp@lhpY@@,Ϣ@@~Yp?/Pwh@@,Z@@a?,PwedB@AQ@;3w@{$Rp Rp0Q@@Rp@pA;3wA@@@dp?/Pwl@@,(@w @L IY@OQ@h@pd@OQ@l@|/x/AA@p@L IppHxHpBBA ACB{GABG{+w8; oDv&H,HXpCG@@H,{@pGPp; @L H G IG@L H G IGZHBBGBp; oDXp{ @9Xp(XpC@{X@ A9A<@AC4 @9@pHA@@C @9p{ Ocwˀဈ$?Rnڀ(BKT]uƀӀ逈   $ 6 D \ z π 뀈 ! !,!?!O!a!t!}!!!!Հ!""7"["""""""""ǀ"Ѐ"ـ" "뀈""# ###'#1#;#E#O#Y#c#m#w########ǀ#р#ۀ#倈##$$ $$!$+$5$?$I$S$]$g$q${$$$$$$$$ˀ$Հ$߀$逈$$%%%%%%/%9%C%M%W%a%k%u%%%%%%%%ŀ%π%ـ%〈%퀈%&& &&&)&3&=&G&Q&[&e&o&y&&&&&&&&ɀ&Ӏ&逈''!'@']'n''''Ҁ'((B(Y(x(((À(䀈())3)K)l)))Error 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachable*   & 5   r   F F W h @(#)inet.h (TWG) 2.11.1.4 88/10/26 *|***倈++, @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 +++ۀ,,*,H @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 ,,ـ-- -F-d @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 -Ѐ-..9.W. @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 Day Mon 00 00:00:00 1900 SunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDec: option requires an argument -- : illegal option -- --0 0W`/Lw/K:/JMFw/GMT TZaaaXXXXXX/usr/tmp//usr/tmp/00000000000000000000000000000000000007ŀ00000Ѐ0000Ā001 1 1 1 1 1 1 1 1 000000000003g0600000000000000002000000000071P3g5701P0000020007ڀ020020000000 000000000000000000000000000000000000000001234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999-+0123456789ABCDEF0X0123456789abcdef0xnan0xNAN0XinfINF ((((( H   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~CHRCLASSascii/lib/chrclass/@:'i _;U?3RE)?9p8)5D}[ % /-I /w5b6,6)d>a<M*N5[!kj@g#*)3)5T?=D=)3+DZ^?* n#%9XVY'A H0n:?vr'"Q"`(d+42M;C~:<q(Ff"7&>nG 978 5q5& 1Z$.H+tj']!6$J !w5%_^LKzaN } dP@ff&f&hQ!G+ A D )K m5\W?Y U?}F^ z!%ph]( Z(J9H/9!Y,!!9""@(#)/lib/crt1.o.sl 1.6 4.2 05/14/87 424 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/dirent.h.sl 1.3 4.2 04/20/87 37866 AT&T-SF@(#)/usr/include/sys/dirent.h.sl 1.2 3.0 12/06/85 57703 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/dir.h.sl 1.1 3.0 09/25/85 13771 @(#)/usr/include/sys/fs/s5dir.h.sl 1.2 3.0 11/06/85 10453 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3@(#)win_read.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/read.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_write.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/write.s 1.3@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/lib/libnsl_s.a/t_sync.o.sl 1.7 3.1 11/07/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_snd.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcv.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvuderr..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_bind.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_connect.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_conn_util..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getinfo.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_look.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_close.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getstate..sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_utility.o.sl 1.7 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__calloc_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__fcntl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__free_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ioctl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__memcpy_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__getmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__putmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__sigset_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__close_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ulimit_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_errlst.o.sl 1.2 3.0 01/13/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__errno_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data2.o.sl 1.2 3.1 08/06/86 0 AT&T-SF@(#)/lib/libc.a/chdir.o.sl 1.2 4.2 04/20/87 37805 AT&T-SF@(#)/lib/libc.a/ctime.o.sl 1.9 4.2 05/14/87 7115 AT&T-SF@(#)/lib/libc.a/getmsg.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/getopt.o.sl 1.5 4.2 05/25/87 34146 AT&T-SF@(#)/lib/libc.a/calloc.o.sl 1.4 4.2 05/25/87 36619 AT&T-SF@(#)/lib/libc.a/opendir.o.sl 1.5 4.2 05/25/87 41427 AT&T-SF@(#)/lib/libc.a/opt_data.o.sl 1.2 4.1 08/29/86 63087 AT&T-SF@(#)/lib/libc.a/fcntl.o.sl 1.2 4.2 04/20/87 26317 AT&T-SF@(#)/lib/libc.a/printf.o.sl 1.4 4.2 05/25/87 25448 AT&T-SF@(#)/lib/libc.a/putmsg.o.sl 1.2 4.2 04/20/87 26193 AT&T-SF@(#)/lib/libc.a/fprintf.o.sl 1.4 4.2 05/25/87 62983 AT&T-SF@(#)/lib/libc.a/qsort.o.sl 1.7 4.2 05/25/87 3086 AT&T-SF@(#)/lib/libc.a/readdir.o.sl 1.5 4.2 05/25/87 25288 AT&T-SF@(#)/lib/libc.a/getdents.o.sl 1.2 4.2 04/20/87 26113 AT&T-SF@(#)/lib/libc.a/setjmp.o.sl 1.4 4.2 05/25/87 38006 AT&T-SF@(#)/lib/libc.a/sprintf.o.sl 1.4 4.2 05/25/87 19303 AT&T-SF@(#)/lib/libc.a/strchr.o.sl 1.4 4.2 05/25/87 5003 AT&T-SF@(#)/lib/libc.a/strcmp.o.sl 1.5 4.2 05/25/87 44085 AT&T-SF@(#)/lib/libc.a/time.o.sl 1.4 4.2 05/25/87 39659 AT&T-SF@(#)/lib/libc.a/time_comm.o.sl 1.11 4.2 05/25/87 1632 AT&T-SF@(#)/lib/libc.a/tmpnam.o.sl 1.4 4.2 05/25/87 58797 AT&T-SF@(#)/lib/libc.a/mktemp.o.sl 1.6 4.2 05/25/87 16073 AT&T-SF@(#)/lib/libc.a/access.o.sl 1.2 4.2 04/20/87 25853 AT&T-SF@(#)/lib/libc.a/strlen.o.sl 1.4 4.2 05/25/87 64518 AT&T-SF@(#)/lib/libc.a/strncmp.o.sl 1.5 4.2 05/25/87 63690 AT&T-SF@(#)/lib/libc.a/fstat.o.sl 1.2 4.2 04/20/87 22233 AT&T-SF@(#)/lib/libc.a/stat.o.sl 1.2 4.2 04/20/87 22223 AT&T-SF@(#)/lib/libc.a/strcat.o.sl 1.4 4.2 05/25/87 22679 AT&T-SF@(#)/lib/libc.a/ulimit.o.sl 1.2 4.2 04/20/87 26333 AT&T-SF@(#)/lib/libc.a/umask.o.sl 1.2 4.2 04/20/87 26285 AT&T-SF@(#)/lib/libc.a/unlink.o.sl 1.2 4.2 04/20/87 37773 AT&T-SF@(#)/lib/libc.a/doprnt.o.sl 1.4 4.2 05/25/87 55259 AT&T-SF@(#)/lib/libc.a/ctype.o.sl 1.6 4.2 05/25/87 18739 AT&T-SF@(#)/lib/libc.a/ecvt.o.sl 1.5 4.2 05/25/87 19908 AT&T-SF@(#)/lib/libc.a/dtop.o.sl 1.5 4.2 05/25/87 46978 AT&T-SF@(#)/lib/libc.a/biglitpow.o.sl 1.4 4.2 04/20/87 58018 AT&T-SF@(#)/lib/libc.a/frexp.o.sl 1.4 4.2 05/25/87 14207 AT&T-SF@(#)/lib/libc.a/fwrite.o.sl 1.8 4.2 05/25/87 64556 AT&T-SF@(#)/lib/libc.a/flsbuf.o.sl 1.5 4.2 05/25/87 23439 AT&T-SF@(#)/lib/libc.a/data.o.sl 1.1 4.0 01/16/86 48837 AT&T-SF@(#)/lib/libc.a/getenv.o.sl 1.4 4.2 05/25/87 35181 AT&T-SF@(#)/lib/libc.a/isatty.o.sl 1.5 4.2 05/25/87 23069 AT&T-SF@(#)/lib/libc.a/ioctl.o.sl 1.2 4.2 04/20/87 26189 AT&T-SF@(#)/lib/libc.a/ltostr.o.sl 1.6 4.2 05/25/87 35354 AT&T-SF@(#)/lib/libc.a/m32_data.o.sl 1.3 4.2 04/20/87 49169 AT&T-SF@(#)/lib/libc.a/malloc.o.sl 1.6 4.2 05/25/87 41056 AT&T-SF@(#)/lib/libc.a/memchr.o.sl 1.4 4.2 05/25/87 2435 AT&T-SF@(#)/lib/libc.a/memcpy.o.sl 1.4 4.2 05/25/87 41010 AT&T-SF@(#)/lib/libc.a/memset.o.sl 1.4 4.2 05/25/87 32680 AT&T-SF@(#)/lib/libc.a/open.o.sl 1.2 4.2 04/20/87 10730 AT&T-SF@(#)/lib/libc.a/sbrk.o.sl 1.4 4.2 05/25/87 32178 AT&T-SF@(#)/lib/libc.a/strcpy.o.sl 1.4 4.2 05/25/87 10565 AT&T-SF@(#)/lib/libc.a/signal.o.sl 1.8 4.2 05/25/87 60416 AT&T-SF@(#)/lib/libc.a/fpstart.o.sl 1.2 4.2 04/20/87 31329 AT&T-SF@(#)/lib/libc.a/fpstart0.o.sl 1.2 4.2 04/20/87 32876 AT&T-SF@(#)/lib/libc.a/getflth0.o.sl 1.4 4.2 05/25/87 27494 AT&T-SF@(#)/lib/libc.a/getpid.o.sl 1.2 4.2 04/20/87 18967 AT&T-SF@(#)/lib/libc.a/cerror.o.sl 1.4 4.2 05/25/87 56106 AT&T-SF@(#)/lib/libc.a/cuexit.o.sl 1.2 4.2 04/20/87 28151 AT&T-SF@(#)/lib/crtn.o.sl 1.2 4.2 04/20/87 0 AT&T-SF/shlib/libnsl_sp$U DSH .fk8008B.fk800a 6|".textHHDH .data S@.bss](](.commentZb(.libWIppOzpO RpOxpOpOpOTpOypO{pO𥀀pO|pO2ipO준pO"KpOppOl\pL IpZt@@(Pp@{@@ p@,\H,\x,,\@,|@A0axppIOO,0@qp(qpw OZO,{,|_TOq,_TOq,OZ,}OZ,}Lpp<Z(Olq,(@ ,|Zt,!Olq,,{pppHo@LY(p(8ppOq,D{L H I<ZCXOPpO2,LO;,D{OPp,|OPp@@,z,\qZpOqtp<ZOOA,D{L H It@,6@H) qpOq ,/Xqp{fqpt@,,/@qp<qwO]t@,D{L H IOqt@,LOqqpq@ qp<Zw&t@,x@qp+qqpO,B @0@L H G F E D IYHpH@L H G F E D I<_YW ,Ԁ@(p$2@L H G F I?#Ww$2GO@ ,+@Hw$2XpGOC G0p,@GhWpG{G? W? WGOF ,@HBXpG,x@8pHH<pO@GHOI G4p,{pO,_(,0y@Gv=z+XpH{M? X? XwH{?@HH$6(xp1 P@+@ rp@YL H G F E D C I rp{O!EE!pOl (pOl  !p p$,6ZCHFD,L<@GC$86GHH,?@lp,?@p,? H@G<lw3GH@HHEGzpH_ LZHH,,/(@K$R7O&,🀀(@wX@; V8HA+Qpw?.* rp@L H IQ@; Vw?.QwA{ϠHY@@_,fA@AC=<_l\<_l\ < rwH,L H I@L H IY@@A,JL H IpH_LZH<x$>8O&,🀀(@wz@@O&_@@_@@_@@_X@@,@@ d@@_,p@@AC6<_l\<_l\ < rw+Htx,L H Id@@A,}@@w @L H Ixpt pO%l pp pX%pL H IpI(%pw-O%O ',Ԁ@%pZ%pL I%,`|{ppI(%p (%pw%,(%pL IppF(%p$9O%O ',Ԁ@%p$9@L H G F I?#Vw$9FO',k@HwXpO'GF@{GB{ ?HRw{B+Rpw@PHw@@HGXpHO% !pO% !pF,,/ !A@p!p!p{%O!_%,0y@FvRz@H? X? XH pO!AA!pO'GH@{GB{ ?HRw{B+Rpw@PHw@@HYXpH{R? X? XwH{DDWFpG$z>(Dw$>D|d,q@BKVH@BA_AXp L_Bpp LpH@t@p@YL H G F E D C I(p@<@ES HUppEHAH<.Fw WFpG{-Ww <D$M>W >W$MH@@$r@<Pwl\p@L H G F E D IH@@$r@+pw.H,h(@C _l\p@L H G F E D IP@H_S_ Txp<|pp@px@@,(@CN{8,\LQ<4w(H,0 @lp<@<l _l\p@L H G F E D Ip(@Jz@@,H@@$r@<P$O_U@pwJ<SDl\p0, 0, 0,@L IZ@@$r@<Pw l\p{Z@@,P(@K_TYp<l\w_l\pz(<l\ <>l\vl\pz <#t@(pwt@@w_l\pzhp0, 0, 0,@L IpppHO1H<Al\Cl\@<>HZ,|@@"Z@,2iO1,2iHH,|@,2iO1,2iL H IpIO2,L IpGoXLZG($rpw ,\g(GK <(rGO l\p@L H G IGHH$rH+pw G,h+pw$@W<Xw$@W(tp(xpCl\p@L H G I<X <X$Vhphlp,pppGpt(px p $ph@@Y@@,f (@C:< 4w(G<@@,l l\p@L H G I,\LQ{$@L H G I8wPGtxY@@,N @@CX< 4wEG,< <_@wpG,` @L H G Il\p@L H G I,\LQ@L H G IGtx,\gL H G IpppIO2,L IpH_hL ppop p($rpw ,\g(ZpK <(rZO l\p@L H I(xpK(|p <|<|l\p@L H IO\W, @2pO\W, @2pO\W,@2pO2,(@F2, 2, 2,l\p@L H IZHH$rH<XwPZtx,U@Yp2, 2, 2,Y@L H I(p<_(pR>wL<Fl\p2, 2, 2,@L H I<Xw l\p{+pwZ,h(@KZ@@,P(@K<X$ [<$Z8|~pxpt$p(pZ_S@@,@YpJ@<Y$mZ2, 2, 2, @L H I8$ZZtxd@@,N @YpCw< 4$[Z,< <_@wLpZ,` 2, 2, 2,@L H Il\pz](pZ,r(@JB2, 2, 2,Y@L H I4pHp<wn8@@H,jZ8@@H@@,R(@C<_l\v:@$\Z, (@K$\,\LQzZ@@ @@,R(@CZ<_l\v]@@,\pZ@@@@,|,>p(@J @@,4@hp4@p<w5(p4@p4@p{4@hp4@p4@4p4@p4@ p p4@t p4@xppZ4d@@,f (@C1< 4wZL@@,l l\pzH,\LQz><wT(p pp2, 2, 2,4@@L H I(pj$pZ$@@,Q(@w0@@ @@,,/ @,@Pp,pzupIO3,L IpIZ@@,2eL IppIOL4,L IpH_`Lpop p($rpw ,\g(ZpK <(rZO l\p@L H I(xpK(|p <|<|l\p@L H IO], @D4pO], @D4pO],@H4pOL4,(@FD4, D4, H4,l\p@L H IZHH$rH<XwOZtx,2i@HD4, D4, H4,H@L H I(p<_(pj>wL<Fl\pD4, D4, H4,@L H I>>_l\p{<Xw l\p{+pwZ,h(@KZ@@,P(@C$W_<Xw~<w 8||p@w_l\pzHZtx|,r @HC$;bD4, D4, H4,H@L H I$Hp\p(pw+@w_l\pzYpdp hplp<wjL@@\,jZL@@\@@,R(@C<_l\vrN@$aZ, (@K$a$;bZ@@ @@,R(@CZ<_l\v@@,\pZ@@@@,|,>p(@J@@,@@@@,$<@w_l\pz8p6H{<FwOG6HHY@@,B @HKd0@H_S_TwJ<SDl\pO, O, O,@L IZ@@$r@<Pw l\p{Z@@,P(@KZ@@$r@<PZ@@$r@<P$(u<}Z@@$r@@w$ut@ZAA$rAPpp p pO, O, O,@L I_TYpl\v)l\pz<~t@(pwt@@w_l\pzhpzIOP,L IpHLtH<HCl\p@L H IOu, @PpOu, @PpOu,@PpOP,(@FP, P, P,l\p@L H IOOQO]Q,Ԁ@Ypw>P, P, P,@L H IZHY,0yY,(P, P, P,@L H IppIO|Q,L IpG($rpw ,\g<Q$=xO2R,준@HC@L H G IHHQp(r@@, R@QpC1Qpl\GH,"KGl\p@L H G IH,"KQ, RQ@L H G Ip@ A0aS$ppppIZAwB?BQw A@L IA@A+Ppw@L IppHZApHQ@; Vw;{ @pA; Vw<@+ <@-w H@pA; Vw @L H I@0B{ B@0@@B@pA; Vw(HB@L H IB@L H Ippp@_A0aS$ppCZEtHxGpEC(HO1; _)H$y(WpG7G,|<@w!CB{GABG{+w8; oDv&H,HXpCG@@H,{@pGPp; @L H G IG@L H G IGZHBBGBp; oDXp{ @\Xp(XpC@{X@ A\A<@AC4 @\@pHA@@C @\p{ ?Ambiguous command ?Invalid command SENT IAC %s no open connection to modify echo Local echo enabled. Local echo disabled. Must stay in character mode with BINARY enabled. Must stay in character mode with BINARY enabled. Character mode enabled. Line mode enabled. Help for NVT control functions. Functions may be abbreviated. Functions are: %-11s %s Cant forkSHELL/bin/shExecConnection closed. byeCommands may be abbreviated. Commands are: %-*s %s negotiate?Ambiguous help command %s ?Invalid help command %s %s SENTSENT%s> %s> ?Ambiguous command ?Invalid command RCVDRCVDRCVDRCVDSENTSTATUS IS : DO WILL EXOPL %s %d %snew escape character: Escape character is '%s'. %s show option processing. WillWont%s map carriage return on output. WillWont^?net can't write..(%d) binarytransmit binaryechoremote echoingsgasuppress go aheadtmtiming markstatuscurrent status of optionsexoplnegotiate options on the extended options listwilldesire to begin performing indicated optionwontrefusal to continue performing indicated optiondorequest that other party begin performing indicated optiondontdemand that other party stop performing indicated option?print help information on option negotiationno open connection to negotiate options NEG negotiate> ?Invalid option ?Invalid command ?Ambiguous command ?Invalid option ?Ambiguous option SENTformat for negotiation> COMMAND OPTION Commands may be abbreviated. Commands are: %-10s %s Options may be abbreviated. Options are: %-10s %s SENT%sSENT IAC SB STATUS SEND IAC SE SENTSENTSENTSENT STATUS %s IAC %s %s %d ŀ/V/n// @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11  @(#)netdb.h (TWG) 2.4 88/05/19 Ѐ /etc/services @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)netdb.h (TWG) 2.4 88/05/19 rr# ,/ %耈&&3&Q&r&&/etc/hosts @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 NONAMESERVERNONAMESERVER%d.%d.%d.%d.in-addr.arparr# '$'I @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)nameser.h (TWG) 2.4 88/05/03 ((ƀ(뀈) )*)J)mA[@APAE@@ @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %.*s.%.*sHOSTALIASESr+Ԁ+,,?,], @(#)time.h (TWG) 2.2 88/05/17 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~- @(#)socket.h (TWG) 2.3.1.1 88/06/13 ..5.[ @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 .Ȁ.퀈//4/Z/x @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 /耀QzQQQQzQQkQ怀QkQQQQQkQkQkQkQˀQ @(#)inet.h (TWG) 2.11.1.4 88/10/26 0P0u0 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 11-1K1q11 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 Unknown error: 202U2{2 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 33&3K3i @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 3Ȁ3퀈4 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 4x444 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 5d555̀5뀈6c$c @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 AЀA؀A AB B$B.BHBZBlB|BBBBĀBЀB怈BBCCC/C>COCcCwCCCCCˀCဈCCDD$D?DRDnDDDDDڀDEE(EBEKETE]EuEEEEƀEӀE逈EFFF$F6FDF\FzFFFFFπF뀈FG G,G?GOGaGtG}GGGGՀGHH7H[HHHHHHHHHǀHЀHـH H뀈HHI III'I1I;IEIOIYIcImIwIIIIIIIIǀIрIۀI倈IIJJ JJ!J+J5J?JIJSJ]JgJqJ{JJJJJJJJˀJՀJ߀J逈JJKKKK%K/K9KCKMKWKaKkKuKKKKKKKKŀKπKـK〈K퀈KLL LLL)L3L=LGLQL[LeLoLyLLLLLLLLɀLӀL逈MM!M@M]MnMMMMҀMNNBNYNxNNNÀN䀈NOO3OKOlOOOError 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachablePP"PGPmPP @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 QQ1 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)in.h (TWG) 2.4 88/05/11 /etc/HostNamerQQ̀QR @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/win-netaaaXXXXXX/usr/tmp//usr/tmp/뀀Sꀀ?@abcdefghijklmnopqrstuvwxyz[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~CHRCLASSascii/lib/chrclass/@:'i _;U?3RE)?9p8)5D}[ % /-I /w5b6,6)d>a<M*N5[!kj@g#*)3)5T?=D=)3+DZ^?* n#%9XVY'A H0n:?vr'"Q"`(d+42M;C~:<q(Ff"7&>nG 978 5q5& 1Z$.H+tj']!6$J !w5%_^LKzaN } dP@ff&f&hQ!G+ A D )K m5\W?Y U?}F^ z!%ph]( Z(J9H/9!Y,zz\z{<@(#)/lib/crt1.o.sl 1.6 4.2 05/14/87 424 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/termio.h.sl 1.3 4.2 04/20/87 29141 AT&T-SF@(#)/usr/include/sys/termio.h.sl 1.2 3.1 04/16/86 26218 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3@(#)win_fcntl.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/fcntl.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/ioctl.h.sl 1.1 3.0 09/25/85 47484 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)win_read.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/read.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)alloca.s 2.2 15:22:05 - 87/11/17@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_write.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/write.s 1.3@(#)/usr/lib/libnsl_s.a/t_sync.o.sl 1.7 3.1 11/07/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_snd.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcv.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvuderr..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_open.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_bind.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_connect.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_conn_util..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_error.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getinfo.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_look.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_close.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getstate..sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_utility.o.sl 1.7 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__calloc_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__fcntl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__free_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ioctl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__memcpy_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__perror_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__getmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__putmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__sigset_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__strlen_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__write_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__open_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__close_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ulimit_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_errlst.o.sl 1.2 3.0 01/13/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__errno_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data2.o.sl 1.2 3.1 08/06/86 0 AT&T-SF@(#)/lib/libc.a/atoi.o.sl 1.7 4.2 05/14/87 49983 AT&T-SF@(#)/lib/libc.a/getmsg.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/fgets.o.sl 1.5 4.2 05/25/87 32580 AT&T-SF@(#)/lib/libc.a/gets.o.sl 1.4 4.2 05/25/87 61941 AT&T-SF@(#)/lib/libc.a/getuid.o.sl 1.2 4.2 04/20/87 35351 AT&T-SF@(#)/lib/libc.a/calloc.o.sl 1.4 4.2 05/25/87 36619 AT&T-SF@(#)/lib/libc.a/printf.o.sl 1.4 4.2 05/25/87 25448 AT&T-SF@(#)/lib/libc.a/putmsg.o.sl 1.2 4.2 04/20/87 26193 AT&T-SF@(#)/lib/libc.a/fprintf.o.sl 1.4 4.2 05/25/87 62983 AT&T-SF@(#)/lib/libc.a/memccpy.o.sl 1.4 4.2 05/25/87 1157 AT&T-SF@(#)/lib/libc.a/rew.o.sl 1.4 4.2 05/25/87 57950 AT&T-SF@(#)/lib/libc.a/filbuf.o.sl 1.4 4.2 05/25/87 25200 AT&T-SF@(#)/lib/libc.a/setbuf.o.sl 1.4 4.2 05/25/87 61664 AT&T-SF@(#)/lib/libc.a/setuid.o.sl 1.2 4.2 04/20/87 22228 AT&T-SF@(#)/lib/libc.a/sleep.o.sl 1.4 4.2 05/25/87 24627 AT&T-SF@(#)/lib/libc.a/alarm.o.sl 1.2 4.2 04/20/87 47639 AT&T-SF@(#)/lib/libc.a/pause.o.sl 1.2 4.2 04/20/87 26337 AT&T-SF@(#)/lib/libc.a/setjmp.o.sl 1.4 4.2 05/25/87 38006 AT&T-SF@(#)/lib/libc.a/sprintf.o.sl 1.4 4.2 05/25/87 19303 AT&T-SF@(#)/lib/libc.a/strcmp.o.sl 1.5 4.2 05/25/87 44085 AT&T-SF@(#)/lib/libc.a/strncpy.o.sl 1.5 4.2 05/25/87 10898 AT&T-SF@(#)/lib/libc.a/execl.o.sl 1.2 4.2 04/20/87 47265 AT&T-SF@(#)/lib/libc.a/execv.o.sl 1.2 4.2 04/20/87 65461 AT&T-SF@(#)/lib/libc.a/execve.o.sl 1.2 4.2 04/20/87 17110 AT&T-SF@(#)/lib/libc.a/exit.o.sl 1.2 4.2 04/20/87 52308 AT&T-SF@(#)/lib/libc.a/fork.o.sl 1.2 4.2 04/20/87 8429 AT&T-SF@(#)/lib/libc.a/fopen.o.sl 1.5 4.2 05/25/87 10067 AT&T-SF@(#)/lib/libc.a/findiop.o.sl 1.4 4.2 05/25/87 17811 AT&T-SF@(#)/lib/libc.a/tmpnam.o.sl 1.4 4.2 05/25/87 58797 AT&T-SF@(#)/lib/libc.a/mktemp.o.sl 1.6 4.2 05/25/87 16073 AT&T-SF@(#)/lib/libc.a/access.o.sl 1.2 4.2 04/20/87 25853 AT&T-SF@(#)/lib/libc.a/strlen.o.sl 1.4 4.2 05/25/87 64518 AT&T-SF@(#)/lib/libc.a/tolower.o.sl 1.7 4.2 05/25/87 45256 AT&T-SF@(#)/lib/libc.a/strncmp.o.sl 1.5 4.2 05/25/87 63690 AT&T-SF@(#)/lib/libc.a/fstat.o.sl 1.2 4.2 04/20/87 22233 AT&T-SF@(#)/lib/libc.a/lseek.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/stat.o.sl 1.2 4.2 04/20/87 22223 AT&T-SF@(#)/lib/libc.a/strcat.o.sl 1.4 4.2 05/25/87 22679 AT&T-SF@(#)/lib/libc.a/ulimit.o.sl 1.2 4.2 04/20/87 26333 AT&T-SF@(#)/lib/libc.a/umask.o.sl 1.2 4.2 04/20/87 26285 AT&T-SF@(#)/lib/libc.a/unlink.o.sl 1.2 4.2 04/20/87 37773 AT&T-SF@(#)/lib/libc.a/doprnt.o.sl 1.4 4.2 05/25/87 55259 AT&T-SF@(#)/lib/libc.a/ctype.o.sl 1.6 4.2 05/25/87 18739 AT&T-SF@(#)/lib/libc.a/ecvt.o.sl 1.5 4.2 05/25/87 19908 AT&T-SF@(#)/lib/libc.a/dtop.o.sl 1.5 4.2 05/25/87 46978 AT&T-SF@(#)/lib/libc.a/biglitpow.o.sl 1.4 4.2 04/20/87 58018 AT&T-SF@(#)/lib/libc.a/frexp.o.sl 1.4 4.2 05/25/87 14207 AT&T-SF@(#)/lib/libc.a/fwrite.o.sl 1.8 4.2 05/25/87 64556 AT&T-SF@(#)/lib/libc.a/flsbuf.o.sl 1.5 4.2 05/25/87 23439 AT&T-SF@(#)/lib/libc.a/data.o.sl 1.1 4.0 01/16/86 48837 AT&T-SF@(#)/lib/libc.a/getenv.o.sl 1.4 4.2 05/25/87 35181 AT&T-SF@(#)/lib/libc.a/isatty.o.sl 1.5 4.2 05/25/87 23069 AT&T-SF@(#)/lib/libc.a/ioctl.o.sl 1.2 4.2 04/20/87 26189 AT&T-SF@(#)/lib/libc.a/ltostr.o.sl 1.6 4.2 05/25/87 35354 AT&T-SF@(#)/lib/libc.a/m32_data.o.sl 1.3 4.2 04/20/87 49169 AT&T-SF@(#)/lib/libc.a/malloc.o.sl 1.6 4.2 05/25/87 41056 AT&T-SF@(#)/lib/libc.a/memchr.o.sl 1.4 4.2 05/25/87 2435 AT&T-SF@(#)/lib/libc.a/memcpy.o.sl 1.4 4.2 05/25/87 41010 AT&T-SF@(#)/lib/libc.a/memset.o.sl 1.4 4.2 05/25/87 32680 AT&T-SF@(#)/lib/libc.a/open.o.sl 1.2 4.2 04/20/87 10730 AT&T-SF@(#)/lib/libc.a/sbrk.o.sl 1.4 4.2 05/25/87 32178 AT&T-SF@(#)/lib/libc.a/strcpy.o.sl 1.4 4.2 05/25/87 10565 AT&T-SF@(#)/lib/libc.a/wait.o.sl 1.4 4.2 05/25/87 31301 AT&T-SF@(#)/lib/libc.a/signal.o.sl 1.8 4.2 05/25/87 60416 AT&T-SF@(#)/lib/libc.a/fpstart.o.sl 1.2 4.2 04/20/87 31329 AT&T-SF@(#)/lib/libc.a/fpstart0.o.sl 1.2 4.2 04/20/87 32876 AT&T-SF@(#)/lib/libc.a/getflth0.o.sl 1.4 4.2 05/25/87 27494 AT&T-SF@(#)/lib/libc.a/getpid.o.sl 1.2 4.2 04/20/87 18967 AT&T-SF@(#)/lib/libc.a/cerror.o.sl 1.4 4.2 05/25/87 56106 AT&T-SF@(#)/lib/libc.a/cuexit.o.sl 1.2 4.2 04/20/87 28151 AT&T-SF@(#)/lib/crtn.o.sl 1.2 4.2 04/20/87 0 AT&T-SF/shlib/libnsl_sp$U TM0 䀀H.fk8008B.fk800a 6|".textHHTH .dataM0@.bssg̀g .commentY.lib@IppOhnpOjpOpOܑpOpOlpOopOpOpO:>pOupOgpL IpZt@@(Pp@{@@p@,\H,\,́,(@,@A0axppI|ip<iK O,nOi,AqO8,Oi,AqL ID_LOgHGD,r@ pO$j@Pppp pOgLp0p,p@p8p8XwOH@@,n{'>Xv>Gv(GOFDG<_F~<G~Z,T(\jp+(DO',r @O[D@$p@,nL H G F E D IpEoxLOgHGE,r@ p,pXpOgPp4p0pDpXwO@@,nXp{G>Xv>GvZO4j,@FCodg@@,{ FE<_F~O4j`pZ\p<0w<`O-,q(@'\pC \,l{\@Ap QpXpGpLp8pXj0@@, (TjpOH,Z,T(Xp Xpx,uOx,n(\jp+(EO',r @OE@$p@,nL H G F E IpppH,p0pOgHrXpt,xt,tH@pO4j@H,xO4j,t@HpH@Og@@L H IpppG(LZ@OgHXp@pOG{ <@W G(WpC(WpCod@@@d:p,x,t@G(TjpOHG,\Og$pG ppphpO$jlpXjd@@, tO-,q(@*pC Z,lL IZ@Ap QpL IppDxDZE|O3,q(@w&tDE,D@L H G F E D ItHDHG$ XFF@H<@ '<@ wb(0pOUpC< E,l$ 0pUpC E,l{yAp Qp{kAp Qp{]0p{S(0p(0pUpC E,l{Ap QpUpCF@@E,l{ApFQp4pUYpdp{W_U@<_@w(EwF@YL H G F E D C I4,:>4pF@YL H G F E D C IE<UEJrYp(YpFa(4pK4,:>4p(dpw3(pw!_gp@YL H G F E D C I_gp{Ggp{לHGHp@4G@@,H@HG(HOVFxG4pz(xp~@ @LpF@CA{=<__ _H{H4O4H,H@HNE@pHAA@p@wz)pI<44,:>4pL IppGZBtHOp7G{B@B+Ppw@L H G IGR@GXApH?QPGR@GAQP@L H G IFZBtHxGOp7F{ B@B+PpGKFR@FXApH?QP(GC@L H G F IFR@FAQP@L H G F IpCxCtHpGFH@{ GpF@Ww <D$@>W >W$@H@@k@<Pwgp@L H G F E D IH@@k@+pw.H,nZ(@C _gp@L H G F E D IP@H_S_ Txp<|pp@px@@,ܑ(@CN{8,\dD<4w(H,0 @lp<@<l _gp@L H G F E D IwJ<SDgptL, tL, xL,@L IZ@@k@<Pw gp{Z@@,C(@K_TYp<gw_gpz(<g <>gvgpz <#t@(pwt@@w_gpzhptL, tL, xL,@L IpppHOtMH<=gCg@d:HZ,t@@"Z@,[OM,[HH,t@,[OM,[L H IpIOM,AqL IpGoXLZG(kpw ,\Y(GK <kGO gp@L H G IGHHkH+pw G,nZ+pw$I<Xw$I(tp(xpCgp@L H G I<X <X$AIhphlp,pppGpt(px p $ph@@Y@@,f (@C:< 4w(G<@@,l gp@L H G I,\dD{$@L H G I8wPGtxY@@,N @@CX< 4wEG,< <_@wpG,` @L H G Igp@L H G I,\dD@L H G IGtx,YL H G IpppIOpN,AqL IpH_hL ppop p(kpw ,\Y(ZpK <kZO gp@L H I(xpK(|p <|<|gp@L H IOI, @hNpOI, @hNpOI,@lNpOpN,q(@FhN, hN, lN,gp@L H IZHHkH<XwPZtx,H@YphN, hN, lN,Y@L H I(p<_(pR>wL<FgphN, hN, lN,@L H I<Xw gp{+pwZ,nZ(@KZ@@,C(@K<X$M<$L8|~pxpt$p(pZ_S@@,ܑ@YpJ@<Y$LhN, hN, lN, @L H I8$(MZtxd@@,N @YpCw< 4$NZ,< <_@wLpZ,` hN, hN, lN,@L H Igpz](pZ,d(@JBhN, hN, lN,Y@L H I4pHp<wn8@@H,!Z8@@H@@,"E(@C<_gv:@$NZ, (@K$N,\dDzZ@@ @@,"E(@CZ<_gv]@@,spZ@@@@,t,Vb(@J @@,u4@hp4@p<w5(p4@p4@p{4@hp4@p4@4p4@p4@ p p4@t p4@xppZ4d@@,f (@C1< 4wZL@@,l gpzH,\dDz><wT(p pphN, hN, lN,4@@L H I(pj$pZ$@@,0D(@w0@@ @@,,p! @,@Pp,pzupIOwL<FgpO, O, O,@L H I>>_gp{<Xw gp{+pwZ,nZ(@KZ@@,C(@C$Q<Xw~<w 8||p@w_gpzHZtx|,r @HC$TO, O, O,H@L H I$Hp\p(pw+@w_gpzYpdp hplp<wjL@@\,!ZL@@\@@,"E(@C<_gvrN@$^TZ, (@K$^T$TZ@@ @@,"E(@CZ<_gv@@,spZ@@@@,t,Vb(@J@@,u@@@@,Pu<@w_gpz8pwJ<SDgpY, Y, Y,@L IZ@@k@<Pw gp{Z@@,C(@KZ@@k@<PZ@@k@<P$@g<}Z@@k@@w$gt@ZAAkAPpp p pY, Y, Y,@L I_TYpgv)gpz<~t@(pwt@@w_gpzhpzIO[,AqL IpHLtH<HCgp@L H IOh, @[pOh, @[pOh,@[pO[,q(@F[, [, [,gp@L H IOo[O}[,r@Ypw>[, [, [,@L H IZHY,lY,T[, [, [,@L H IppIO[,AqL IpG(kpw ,\Y<[$UjOR\,@HC@L H G IHH[pk@@,j@[pC1[pgGH,:>Ggp@L H G IH,:>[,j[@L H G Ip@ A0aS$pppIOx\,AqL IpH(kpw ,\YZtx,k@HC@L H IZ@@k@+p/(tpw*Z@@k@@H@@k@@,p!H@L H Ip@_A0aS$pCZCtDxE|Hp(EOEGDG],xHO(],huHO,],huO(]@{ oaPp@?ozP+PpPpH,tH@L H IpEZEpEHF,\tE@G,t@H{G@ @0@Xp GpH?oXXw F<F_H+Xp oaXp{2E,t(@w{ Xp?ozXOUpE@L H G F E IE,t(@{ބ@_A0aS$pIZ@{@+PwZ@L IpHZAtBxHCB{GABGG@L H G IppIZtx|,)L IIZtx|, L IDLxHZ@p@A(pwR(Qp (@C Ggp; ,p pXppG@L H G IpppHZH; wXp@L H IH,o; w; (p <W; @L H I@L H IpGLZGtHoR @{+w8; oDv&H,HXpCG@@H,{@pGPp; @L H G IG@L H G IGZHBBGBp; oDXp{ @fXp(XpC@{X@ AfA<@AC4 @f@pHA@@C @fp{ octetoctetoctet@(#)main.c 3.1 15:42:54 - 88/08/26 D i toggle verbose modetoggle packet tracingconnect to remote tftpexit tftpprint help informationsend filereceive fileset file transfer mode (ascii/binary/mail)show current statusset per-packet retransmission timeoutset total retransmission timeout ӀV ۀJ 쀀@ 䀈6 耈Ȁ܀ 퀈!  ؀ 4耈!H|!p2!Ԁ!!!ŀ!̀!Ҁ! @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 tftpconnectmodeputgetquitverbosetracestatusrexmttimeout?tftpudptftp: udp/tftp: unknown service /dev/udptftp: open udpt_bindnetasciiConnect (to) usage: %s host-name [port] %s: unknown host %s: bad port number asciinetasciibinaryoctetmailmailusage: %s [ %s%s | ] Using %s mode to transfer files. %s: unknown mode send (file) %s: Unknown host. No target machine specified. tftp: tftp: rtftp: tftp: tftp: rtftp: usage: %s file ... host:target, or %s file ... target (when already connected) get (files) %s: Unknown host. wtftp: wtftp: usage: %s host:file host:file ... file, or %s file file ... file if connected Rexmt-timeout (value) usage: %s value %s: bad value Maximum-timeout (value) usage: %s value %s: bad value Connected to %s. Not connected. Mode: %s Verbose: %s Tracing: %s onoffonoffRexmt-interval: %d seconds, Max-timeout: %d seconds %s> ?Ambiguous command ?Invalid command Commands may be abbreviated. Commands are: %-*s %s connect?Ambiguous help command %s ?Invalid help command %s %s Packet tracing %s. onoffVerbose mode %s. onoff%l%"n""" @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 % @(#)netdb.h (TWG) 2.4 88/05/19 ***/etc/services @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)netdb.h (TWG) 2.4 88/05/19 rr# ,/ 00ڀ011>1^1/etc/hosts @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 NONAMESERVERNONAMESERVER%d.%d.%d.%d.in-addr.arparr# 12 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)nameser.h (TWG) 2.4 88/05/03 3l333Հ34494s34h4]33 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %.*s.%.*sHOSTALIASESr666倈7 7)7L @(#)time.h (TWG) 2.2 88/05/17 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~8t @(#)socket.h (TWG) 2.3.1.1 88/06/13 8܀99' @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 999 ::&:D @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 =>> >$>4>L>V>p>>>>>ɀ>ڀ>쀈>???&?8?G?W?f?w?????΀?怈?@ @@$@;@L@g@z@@@@̀@倈AAA,APAjAsA|AAAAȀA݀AABB&B/B8BLB^BlBBBBÀBـB逈BCC"C4CTCgCwCCCCCɀC怈CDD?D_DDDDD€DˀDԀD݀D怈DDEE EEE'E1E;EEEOEYEcEmEwEEEEEEEEǀEрEۀE倈EEFF FF!F+F5F?FIFSF]FgFqF{FFFFFFFFˀFՀF߀F逈FFGGGG%G/G9GCGMGWGaGkGuGGGGGGGGŀGπGـG〈G퀈GHH HHH)H3H=HGHQH[HeHoHyHHHHHHHHɀHӀH݀H瀈HHII+IIIhIIIIɀIIJJ:JjJJJJǀJ뀈K K%K?K[KsKKKKError 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachableL0DDDDDDDDDDDDҀDҀDDDDD D @(#)inet.h (TWG) 2.11.1.4 88/10/26 LLɀL瀈M M6MT @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 Unknown error: M̀MNN5 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 NN€NO @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 OdOO @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 PP9P_P} @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 QQQCQiQQUUUԀUlUlVC @(#)ip.h (TWG) 2.8 88/06/22 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/tcp/dev/udp/dev/raw/dev/circRLRqRRRրRSS? @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)route.h (TWG) 3.1 88/12/08 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)win_if.h (TWG) 2.3 88/06/16 @(#)in_var.h (TWG) 2.1 87/12/09 SS̀ST @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 TtTT @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 U$UIUoU @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 WW>WcWW  @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 /etc/resolv.confrdomaindomaindomainnameservernameservernameserverLOCALDOMAINX,XQXoX @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %s.%sYY&YKYqYY @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 Z$ZBZgZZZ @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 [0[Q @(#)netdb.h (TWG) 2.4 88/05/19 @(#)in.h (TWG) 2.4 88/05/11 /etc/HostNamer[Ȁ[퀈\\1 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/win-net\\ŀ\ @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 aaaXXXXXX/usr/tmp//usr/tmp/wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwẁwwwԀw~݀wwwww耀wwwĀw܀wxx!x!x!x!x!x!x!x!x!wwwwwwwwwwwzw~wwwwwwwwwwwwwwwwywwwwwwwwww~րxhz|Ԁ~wxhwwwwwywww~wywwỳwwwwwww 000000000000000000000000000000000000000001234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999-+0123456789ABCDEF0X0123456789abcdef0xnan0xNAN0XinfINF ((((( H   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~CHRCLASSascii/lib/chrclass/@:'i _;U?3RE)?9p8)5D}[ % /-I /w5b6,6)d>a<M*N5[!kj@g#*)3)5T?=D=)3+DZ^?* n#%9XVY'A H0n:?vr'"Q"`(d+42M;C~:<q(Ff"7&>nG 978 5q5& 1Z$.H+tj']!6$J !w5%_^LKzaN } dP@ff&f&hQ!G+ A D )K m5\W?Y U?}F^ z!%ph]( Z(J9H/9!Y,t$t$ft,t@(#)/lib/crt1.o.sl 1.6 4.2 05/14/87 424 AT&T-SF@(#)tftp.c 3.2 15:05:47 - 88/11/02 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/file.h.sl 1.3 3.1 04/16/86 9268 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/ioctl.h.sl 1.1 3.0 09/25/85 47484 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)win_read.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/read.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)alloca.s 2.2 15:22:05 - 87/11/17@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_write.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/write.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_fcntl.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/fcntl.s 1.3@(#)/usr/lib/libnsl_s.a/t_sync.o.sl 1.7 3.1 11/07/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_snd.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcv.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvuderr..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_open.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_bind.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_connect.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_conn_util..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getinfo.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_look.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_close.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getstate..sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_utility.o.sl 1.7 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__calloc_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__fcntl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__free_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ioctl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__memcpy_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__getmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__putmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__sigset_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__open_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__close_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ulimit_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_errlst.o.sl 1.2 3.0 01/13/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__errno_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data2.o.sl 1.2 3.1 08/06/86 0 AT&T-SF@(#)/lib/libc.a/fread.o.sl 1.8 4.2 05/14/87 25507 AT&T-SF@(#)/lib/libc.a/atoi.o.sl 1.7 4.2 05/14/87 49983 AT&T-SF@(#)/lib/libc.a/getmsg.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/fgets.o.sl 1.5 4.2 05/25/87 32580 AT&T-SF@(#)/lib/libc.a/gets.o.sl 1.4 4.2 05/25/87 61941 AT&T-SF@(#)/lib/libc.a/calloc.o.sl 1.4 4.2 05/25/87 36619 AT&T-SF@(#)/lib/libc.a/printf.o.sl 1.4 4.2 05/25/87 25448 AT&T-SF@(#)/lib/libc.a/putmsg.o.sl 1.2 4.2 04/20/87 26193 AT&T-SF@(#)/lib/libc.a/fprintf.o.sl 1.4 4.2 05/25/87 62983 AT&T-SF@(#)/lib/libc.a/memccpy.o.sl 1.4 4.2 05/25/87 1157 AT&T-SF@(#)/lib/libc.a/rew.o.sl 1.4 4.2 05/25/87 57950 AT&T-SF@(#)/lib/libc.a/filbuf.o.sl 1.4 4.2 05/25/87 25200 AT&T-SF@(#)/lib/libc.a/alarm.o.sl 1.2 4.2 04/20/87 47639 AT&T-SF@(#)/lib/libc.a/setjmp.o.sl 1.4 4.2 05/25/87 38006 AT&T-SF@(#)/lib/libc.a/sprintf.o.sl 1.4 4.2 05/25/87 19303 AT&T-SF@(#)/lib/libc.a/strcmp.o.sl 1.5 4.2 05/25/87 44085 AT&T-SF@(#)/lib/libc.a/strncpy.o.sl 1.5 4.2 05/25/87 10898 AT&T-SF@(#)/lib/libc.a/time.o.sl 1.4 4.2 05/25/87 39659 AT&T-SF@(#)/lib/libc.a/fopen.o.sl 1.5 4.2 05/25/87 10067 AT&T-SF@(#)/lib/libc.a/findiop.o.sl 1.4 4.2 05/25/87 17811 AT&T-SF@(#)/lib/libc.a/tmpnam.o.sl 1.4 4.2 05/25/87 58797 AT&T-SF@(#)/lib/libc.a/mktemp.o.sl 1.6 4.2 05/25/87 16073 AT&T-SF@(#)/lib/libc.a/access.o.sl 1.2 4.2 04/20/87 25853 AT&T-SF@(#)/lib/libc.a/strlen.o.sl 1.4 4.2 05/25/87 64518 AT&T-SF@(#)/lib/libc.a/strncmp.o.sl 1.5 4.2 05/25/87 63690 AT&T-SF@(#)/lib/libc.a/fstat.o.sl 1.2 4.2 04/20/87 22233 AT&T-SF@(#)/lib/libc.a/lseek.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/stat.o.sl 1.2 4.2 04/20/87 22223 AT&T-SF@(#)/lib/libc.a/strcat.o.sl 1.4 4.2 05/25/87 22679 AT&T-SF@(#)/lib/libc.a/ulimit.o.sl 1.2 4.2 04/20/87 26333 AT&T-SF@(#)/lib/libc.a/umask.o.sl 1.2 4.2 04/20/87 26285 AT&T-SF@(#)/lib/libc.a/unlink.o.sl 1.2 4.2 04/20/87 37773 AT&T-SF@(#)/lib/libc.a/doprnt.o.sl 1.4 4.2 05/25/87 55259 AT&T-SF@(#)/lib/libc.a/ctype.o.sl 1.6 4.2 05/25/87 18739 AT&T-SF@(#)/lib/libc.a/ecvt.o.sl 1.5 4.2 05/25/87 19908 AT&T-SF@(#)/lib/libc.a/dtop.o.sl 1.5 4.2 05/25/87 46978 AT&T-SF@(#)/lib/libc.a/biglitpow.o.sl 1.4 4.2 04/20/87 58018 AT&T-SF@(#)/lib/libc.a/frexp.o.sl 1.4 4.2 05/25/87 14207 AT&T-SF@(#)/lib/libc.a/fwrite.o.sl 1.8 4.2 05/25/87 64556 AT&T-SF@(#)/lib/libc.a/flsbuf.o.sl 1.5 4.2 05/25/87 23439 AT&T-SF@(#)/lib/libc.a/data.o.sl 1.1 4.0 01/16/86 48837 AT&T-SF@(#)/lib/libc.a/getenv.o.sl 1.4 4.2 05/25/87 35181 AT&T-SF@(#)/lib/libc.a/isatty.o.sl 1.5 4.2 05/25/87 23069 AT&T-SF@(#)/lib/libc.a/ioctl.o.sl 1.2 4.2 04/20/87 26189 AT&T-SF@(#)/lib/libc.a/ltostr.o.sl 1.6 4.2 05/25/87 35354 AT&T-SF@(#)/lib/libc.a/m32_data.o.sl 1.3 4.2 04/20/87 49169 AT&T-SF@(#)/lib/libc.a/malloc.o.sl 1.6 4.2 05/25/87 41056 AT&T-SF@(#)/lib/libc.a/memchr.o.sl 1.4 4.2 05/25/87 2435 AT&T-SF@(#)/lib/libc.a/memcpy.o.sl 1.4 4.2 05/25/87 41010 AT&T-SF@(#)/lib/libc.a/memset.o.sl 1.4 4.2 05/25/87 32680 AT&T-SF@(#)/lib/libc.a/open.o.sl 1.2 4.2 04/20/87 10730 AT&T-SF@(#)/lib/libc.a/sbrk.o.sl 1.4 4.2 05/25/87 32178 AT&T-SF@(#)/lib/libc.a/strcpy.o.sl 1.4 4.2 05/25/87 10565 AT&T-SF@(#)/lib/libc.a/signal.o.sl 1.8 4.2 05/25/87 60416 AT&T-SF@(#)/lib/libc.a/fpstart.o.sl 1.2 4.2 04/20/87 31329 AT&T-SF@(#)/lib/libc.a/fpstart0.o.sl 1.2 4.2 04/20/87 32876 AT&T-SF@(#)/lib/libc.a/getflth0.o.sl 1.4 4.2 05/25/87 27494 AT&T-SF@(#)/lib/libc.a/getpid.o.sl 1.2 4.2 04/20/87 18967 AT&T-SF@(#)/lib/libc.a/cerror.o.sl 1.4 4.2 05/25/87 56106 AT&T-SF@(#)/lib/libc.a/cuexit.o.sl 1.2 4.2 04/20/87 28151 AT&T-SF@(#)/lib/crtn.o.sl 1.2 4.2 04/20/87 0 AT&T-SF/shlib/libnsl_s! / 609610634 0 0 0 2160 `  & ~b6n"%(+/46V888EEERLTWY\(\(\(iHiHiHiHiHiHiHiHHHH~~~~~~ttttt+>+>+>/H/H22:|ACFGtMfMfMfRRRRRRRRRRZ^ knxn\.:"-3@0Kx[^irdrd}*0\\VVVBWIN_errorbcmpbcopybzeroffshtonlhtonsindexinsquentohlntohsremquerindexinet_addrinet_lnaofinet_netofinet_ntoainet_makeaddrinet_networktcp_rdwrgetnetbyaddrgetnetbynamesetnetentendnetentgetnetentsetprotoentendprotoentgetprotoentgetprotobynamegetprotobynumbergetservbynamegetservbyportsetserventendserventgetserventgethostbynamegethostbyaddr_sethtent_endhtent_gethtent_gethtbyname_gethtbyaddrh_errnoherrorh_errlisth_nerrrcmdrresvportruserokt_rcmd_nolinger_close_nolinger_tclosedn_expanddn_compdn_skipname_getshort_getlongputshort_putlongp_queryfp_queryp_cdnamep_rrp_typep_class_res_opcodes_res_resultcodesres_init_resres_mkqueryres_queryres_searchres_querydomainhostaliash_errnores_send_res_closerexecrexecoptionsruserpassmkpwunclearmkpwclearsethostentendhostentsethostfilestrcasecmpstrncasecmptcp_connecttcp_conportalloca_doprntdup2getdtablesizegettimeofdaykillpgrenamesetitimerItimerValAlarm_Funcsigblocksigsetmasksigmask_sigpausesigvecwritevacceptbindcloseconnectwin_getfamilywin_getportwin_getfiledupsys_errlistsys_nerr_errno_setfcntlgethostidgetpeernamegetsocknamegetsockoptgethostnamelistenperrorreadrecvrecvfromrecvmsgselectsendsendmsgsendtosethostidsetsockoptshutdownsocketwin_setfamilysocketpairsethostname_win_do_close_win_do_fcntl_win_hook_open___win_hook_fd_win_ioctl_ipioctlno_bufker_routeb_env_win_do_read_win_sock_alloc_win_sockinfos_openfiles_win_sync_win_do_writewriteWIN_error.o/ 609608296 0 1 100664 470 ` p$Uh .text .data @.comment |IL Ippp@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF.filegWIN_error.c$ .text .data .comment |WIN_errorbcmp.o/ 609608305 0 1 100664 292 ` p$Uq.text0d .data00@GZBtHxG{G(GOB@BHAH?QPG@L H G I.filegbcmp.cbcmp$0.text0.data0bcopy.o/ 609608311 0 1 100664 284 ` p$Uw.text(d .data((@HZAtBxH{ QRpBAH@H(@GL H Ip.filegbcopy.cbcopy$'.text(.data(bzero.o/ 609608318 0 1 100664 328 ` p$U~.textTd .dataTT@IZ@tApB{_BPpA@(AO8@w(AGL IBPp@AGA_BPp@AGL Ippp.filegbzero.cbzero$Q.textT.dataTffs.o/ 609608324 0 1 100664 292 ` p$U.text0d .data00@IZ@AAB{(Aw @L IAAB8A@B@L Ipp.filegffs.cffs$..text0.data0htonl.o/ 609608330 0 1 100664 256 ` p$Up.text d .data @IZ@L I.fileghtonl.chtonl$ .text .data htons.o/ 609608336 0 1 100664 256 ` p$Up.text d .data @IZ@L I.fileghtons.chtons$ .text .data index.o/ 609608342 0 1 100664 288 ` p$U.text,d .data,,@IZAwB?BQw A@L IA@A+Ppw@L Ipp.filegindex.cindexb*.text,.data,insque.o/ 609608349 0 1 100664 300 ` p$U.text8d .data88@IZAt@wAQpApL IPQp@pAPpQ@ApL Ipp.fileginsque.cinsque$6.text8.data8ntohl.o/ 609608355 0 1 100664 256 ` p$Up.text d .data @IZ@L I.filegntohl.cntohl$ .text .data ntohs.o/ 609608361 0 1 100664 256 ` p$Up.text d .data @IZ@L I.filegntohs.cntohs$ .text .data remque.o/ 609608367 0 1 100664 284 ` p$U.text(d .data((@IZB LP.fileFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ginet_ntoa.cbJ.textL.dataLl.commentS_inetLS_inPsprintfinet_ntoainetmkaddr.o/ 609608434 0 1 100664 698 ` p$U .text` .data``L@.comment8ILZ@pBA<_@C@@OtBB@dp{- d m v ~;  .fileggthstnmadr.cHhrhh$F $0 Bhanyb6<hh.text .data.commenthS_socketS_inetS_inS_netdbS_resolvhost H& \hostbuf 3 HOSTDB hostf hostaddr=$stayopen,align0h_errnoRstrlen\hbcopygetenv_ctypeerrnosprintffopenrewindfclosefgetsbcmpS_arpa_inetS_nameserh_addr_ptrshost_aliaseshost_addrhost_addrsgetanswerdn_expanddn_skipname_getshortgethostbynameinet_addrres_search_gethtbynamegethostbyaddrres_query_gethtbyaddr_sethtent_endhtent_gethtentstrcasecmpherror.o/ 609608649 0 1 100664 1018 ` p$U.text, .data4@.comment``@H LZ@YHp(@++Pp&@Xp@,@pOMp pH<CW@XpX,@pO^p pY@@Y@H@H@@,L H IOPXp{ppp- @(#)socket.h (TWG) 2.3.1.1 88/06/13 Error 0Unknown hostHost name lookup failureUnknown server errorNo address associated with name: Unknown error @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF * ; @ I P \ g   .filegherror.cherror$.text .data.comment`@S_socketh_nerrstrlenh_errnowritevh_errlistrcmd.o/ 609608707 0 1 100664 7648 ` p$Ut9.text l .data  $8@.commentTTE_LG_LpPF,@Ew+O O ,@L H G F E IUp{H,GG@@,L@@,@HKp hpE@l@@ ,vjphppppHF,(@CRG@G<@G<w*{ _pU,@L H G F E I<ӠU,{۠H_SLp,(@C[O ,H,HGpGO_@@,G,@L H G F E IH_SO ,(@CO ,H,{(pwHO ,Lp$sL@@,@pCH,@L H G F E I@@O L,H@@@@,,@p@@,@<@O ,,zp,@p,(@CO ,,zyO ,@pCO ,,zBNjph@pE((p(@{G@@,(@wH,@L H G F E D Id@@ H,(@v[H,<D~ @L H G F E D IE_LG_LpPFp,@Ew+O O,@L H G F E IUp{H,GG@@,L@@,n@HKp hpE@l@@ ,vjphppppHF,(@CRG@G<@G<w*{ _pU,@L H G F E I<ӠU,{۔Lp(pw HO,Lp$& L@@,@pCH,@L H G F E I@@OL,H@@@@,,@p@@,@<@O,HGpGO_@@,G,@L H G F E Ip,@p,(@C"O,,$[ O,@pCO,,z;Njph@p+Bp Y@@O,COB,YCpD@<@w$<@wl @<@FC$>Wp|,x,, , G(pG,GpG@YL H G F E D C ICG@@E,F@@KT@G@F|G,x,pG(D(pG@@E, F@@C@YL H G F E D C I@G G,x,,, p Gz$ @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %s.%s@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF  ' l           ( 0 B W g t       2 ^ k x  .filegres_mkqury.c$.text.data.comment4S_inetS_inS_resolv_resindexres_initsprintfputshort_putlongbcopydn_compS_nameserres_mkqueryres_query.o/ 609608846 0 1 100664 3900 ` p$U '.text 4 .data<, @.comment,hH_L8w?,\<@w3{%X@@@<@G@@(@K$p@L H IZtxY@@_,@BGpB@L H IY@@B|,@BCpB@L H I @|H+@va@~XB@L H IpzdpzYpzNC_0LxCtDZEpF8w,\<@w$ppGE@{ ?.PwG@+Ppw(Gw2E,:@@%@DC|,쯜YL H G F E D C I(G?.w$/8_w$/ODH$)EXDC|,?@@OYL H G F E D C I<_wp@YL H G F E D C I<wF< <w8_w{ H(Xpv~(Gw$$F p|pEHAweH,@GGH@?.PwI<_GSBH$@@G,$@G@PpFDC ,kYL H G F E D C IHF{$@@O_H_A,{(F p@YL H G F E D C IpF_ LZFYG(tpw^F,@HHF@?.PwB<_HS;FY@@H,Y@H@PpGx|,쯴L H G F IFG{Y@@O_F_t,{pppF_LZHO,@@@O,@Fw@L H G F Ip{5hG{G+WpW@;+Wp/Wph@@H,(@2h@@_F,(@wF,@L H G F I@pG;w+WpGA{A+QpQ@;QpQpOG_,F,O@L H G F Ipp=^~999 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %.*s.%.*sHOSTALIASESr@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF   5 < h t          & .             5 U {     3 k     ! " # $  % <" Z" g n |& %               .filegres_query.c$0$E$;b .text4.data< .comment,S_socketS_inetS_inS_netdbS_resolvh_errno_resres_init$res_senderrnostrlenbcopysprintfgetenvfopen_ctypeUfgetsfclosestrncpy`S_arpa_inetS_nameserres_queryres_mkqueryres_searchhostaliasres_querydomainstrcasecmpres_send.o/ 609608878 0 1 100664 3967 ` p$U & .text M .data8 @.comment4Co|L|CtDxLpZFpp_Gtp8w,\<@w$E8w <_DO@{@VpYp@dp$ E$(dpw$(xp(pCN,@pCG$E@O@@,(@C$DpPpTpZXpD\pP@@,DA6.&@80( 91)! ;3+# =5-% ?7/'(08@ '/7?&.6>%- 5=$, 4<#+ 3;"* 2:!) 1991)! :2*" ;3+# <4,$?7/'>6.&=5-%      )4%/7(3-!0,1'8"5.*2$                                                                                                                                  Name (%s:%s): Password (%s:%s): MACHdefaultloginpasswordnotifywriteyesynoncommandforcemachineHOME.%s/.netrcrError - .netrc file not correct mode. Unknown .netrc option %s $/etc/utmpr%ldCan't make key Can't make key @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/utmp.h.sl 1.3 4.2 04/20/87 21117 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF1* 8F FG Q, ]H cI kJ zK L M M , H I J , N O O , 'P 7M VP xQ M G R P S G T G GI M, UU _L O O , P M P  , V , +, 5W @, HX O, YY a* nZ , [ * * I , U L * * , S G , T * %, -\ 7* =* R, ZS eG s, {T I , , U , , \  , ] ,, D, M, U^ `, , * , , ^ , , , ^ ,  , (^ 1* 7, K, T, \^ g, , , , * , \ , * !, 4, K, Q, ], i, t, y, , , , _ , _ , , T  T * 8, F, V, [, i, w, , T _ , , , , , P, ^, , , , , , , , , , , K, Y, `, , , , , , , , , &, 1, A* K, W, \, k, r, ~, , , , , , , , , , , , .* E, J, \, i, t, y, * , , , , , , , , ,  , , -, 4, 9, >, P, U, o, v, {, , , , , , X , \ ] , ', 5` D] fS a b T a b T a b T ., Q, \W pS , I , U L 7I =, EU OL ,,,,,,,,,, ,(,8*<*@*D*H*L*P*T*.filegruserpass.c$renv$xrenvlook~brnetrc$' token($ bb9bE benblkclr r$adeblkclr bRenblknot *$sdeblknot bh$ $. $ getutmph"sreverseX$/$mkenvkeyb+&Q$X(]$X*.texth.datah .commentcfilehtokvalltoktabEXeIPFPPC1_C0PC1_DLshiftshPC2_CxPC2_DCDKSSPLR tempL@f`preSgetloginmallocprintf_iobfflushreadexitindexgetpassenvironstrncmp_ctypestrncpystrlenstrcpyfprintfgetenvsprintffopenerrnoperrorfstatstrcmpfclose_filbufstrcatfreadisattyttynamegruserpassnbsdecryptnbsencryptnbssetkeyblkencryptnbs8encryptnbs8decryptmkpwunclearmkpwclear sethostent.o/ 609609019 0 1 100664 973 ` p$U;*.text< .data<<@.comment`I(Zp _pL II_p,\L IIL IpLq @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF   ' < @ D H .filegsethostent.c$$/2$ .text<.data<.commentS_inet<S_in@DS_resolvH_res$;S_namesersethostentendhostent_res_closesethostfile strcasecmp.o/ 609609040 0 1 100664 785 ` p$UP0 .textd .data@GZBtHOG{B@B+Ppw@L H G IGR@GXApH?QPGR@GAQP@L H G IFZBtHxGOF{ B@B+PpGKFR@FXApH?QP(GC@L H G F IFR@FAQP@L H G F Ip  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  a .filegstrcasecmp.c$TT$c.text.datacharmapstrcasecmpstrncasecmp tcp_conn.o/ 609609070 0 1 100664 2076 ` p$Un.textt .datatt@.commentDDIZO0,@@wp@L It,L IpppG8LZ,@A (p,@@ ,{1(pZ,@,p<@wp@L H G Iv*pO4,@HC@L H G IH,(@C:< pGH,Gp@L H G I(hpdppHpY@@,(@KH_S,(@KH_SO=,(@KH@L H G Ip @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)ip.h (TWG) 2.8 88/06/22 @(#)netdb.h (TWG) 2.4 88/05/19 tcp/dev/tcptirdwr@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF @(#)tcp.h (TWG) 2.7.1.2 88/11/11 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF   I h y          1 E U ] tx|.filegtcp_conn.c$;>$5.textt.datat.commentDS_inettS_socketxS_in|S_ipS_netdberrno*bcopy8t_opent_bindt_errnot_closeBioctlLtcp_connectgetservbynametcp_conportgethostbynameinet_addrt_connectalloca.o/ 609609084 0 1 100664 298 ` p$U|.text d .comment (IZAAAJ@BJIA@L$R@(#)alloca.s 2.2 15:22:05 - 87/11/17.filegalloca.s.text .comment (allocadoprnt.o/ 609609100 0 1 100664 492 ` p$U& .text .data@.commentxIxZt,L Ip@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/varargs.h.sl 1.3 4.2 04/20/87 27701 AT&T-SF .filegdoprnt.c_doprnt$.text.data.commentxvfprintfdup2.o/ 609609115 0 1 100664 588 ` p$Ub .text<D .data<<@.comment<<|HtH$sigmask$) I$) sigvec $.text).datal.commentx'signalgetpidkillerrnopauseSSigs_blockedSigs_rcvdSigs_pausedSigs_funcSigs_routinesigsetmask_sigpause writev.o/ 609609255 0 1 100664 840 ` p$U':.text .data, 0@.commentLCxCtHpGFH@{ GpF@Xw"<p@L H G F E IE@@@<P_p@L H G F E IE,@Gw p@L H G F E IEG,(@CEHEG,HpEp,\@L H G F E IO!,@FKF,(@K8EY@@,(@KFY@@,(@C_ppHEF,G,HpEp,\@L H G F E IEFG,(@K(Hw$FHx,>YwxF@@@Xpp p pF@@@PpF@@@pF@@@pG,F@L H G F E IF@@@Op{Fpd@@@@,>Yw'F@@@dphpl ppzUF@@@OpzWw <D$>W >W$H@@@<Pwp@L H G F E D IH@@@+pw.H,(@C _p@L H G F E D IP@H_S_ Txp<|pp@px@@,(@CN{8,\<w(H,@lp<@<l _p@L H G F E D I H R \ {   ! F" S# Z$ f%    &   ' M( d) y*   + *  , & - . & 2 q"   )  " Z/ r  " %" V" dhlpt.filegconnect.c$connect$}$1$2 0$1 .textd3.datad.commentS_inetdhS_iplS_socketpS_intsigemtxsigbus|sigsegvw_jmpenvS_unlongjmp+;errnoGioctlQt_errno\strlenstatbcopybzerogt_bindtmpnambindunlinksS_inetioctlgot_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_sync_errno_sett_getstategetsocknamet_connectwin_getfamilywin_getportwin_getfile dup.o/ 609609424 0 1 100664 668 ` p$U .text, .data,,@.comment,,HZ,@@H,H@L H Ippp@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF  .filegdup.cdup$).text,.data,.comment,fcntlt_syncerrlst.o/ 609609457 0 1 100664 7016 ` p$U.text .data|d@ 0@Sev';L[j2KZh!9Pdy >N_u   % 8 A J e  C L U ^ g p y   ' 1 ; E O Y c m w   ! + 5 ? I S ] g q {    % / 9 C M W a k u   )3=GQ[eoy!2Qe|<Lc0EXeError 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachable  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptx|.filegerrlst.c.text.data|sys_nerrsys_errlisterrno_set.o/ 609609482 0 1 100664 1289 ` p$U  .text .datax0H@.comment<I@K<@G@@(@K$pL I_pL IpL I pL I_pL I_pL I_pL I_pL Ippp.?N].???nn @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF  " 3 B Q b s .filegerrno_set.c .text .datax.comment<S_inett_errnoerrno_errno_set fcntl.o/ 609609510 0 1 100664 1733 ` p$U&.text` .data$@.commentDDIO,L IpH(pw ,\Ztx,@HC@L H IZ@@@+p/(tpw*Z@@@@H@@@@,H@L H Ip# @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123    ( 6 S k z  .filegfcntl.c$fcntl$}.text .data.commentDS_inetS_socketS_insigemtsigbussigsegvw_jmpenvlongjmp/bcopy=got_bad_addr_win_sockinfo_win_sock_alloc_win_do_fcntl gethostid.o/ 609609532 0 1 100664 512 ` p$U< .textPd .dataPP4@HLYpOu,@HC@L H IHY@@,H,Y@L H IT @(#)netdb.h (TWG) 2.4 88/05/19 /etc/HostId   6 @ P.fileggethostid.c$P.textP.dataP4S_netdbPopenreadclosegethostidgetpeernm.o/ 609609571 0 1 100664 3335 ` p$Uc x.text  8 .data   <@.comment<<DIOD,L IpILtp(pw ,\(ZpK <ZO p@L IO, @<pO, @<pO,@@pOD,(@D<, <, @,p@L I<_>wJ<SDp<, <, @,@L IZ@@@<Pw p{Z@@,(@KZ@@@<PZ@@@<P$`<}Z@@@@w$ t@ZAAAPpp p p<, <, @,@L I_TYpv)pz<~t@(pwt@@w_pzhpzl @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   & 0 ; E X ` i p x                  & . 6 L Y l |             U           $(,04.fileggetpeernm.c$$.text 8.data .comment<DS_un S_inet$S_socket(,S_ip0S_in4sigemt8sigbus<sigsegv@w_jmpenvDlongjmp)7GerrnosignalsetjmpSioctlaS_inetioctlgot_bad_addrgetpeername_win_sockinfo_win_sock_allocs_openfileswin_getfamily getsocknm.o/ 609609610 0 1 100664 2965 ` p$U .textl1 .datall@.commentIO,L IpILtp(pw ,\(ZpK <ZO p@L IO, @pO, @pO,@pO,(@D, , ,p@L I<_>wJ<SDp, , ,@L IZ@@@<Pw p{Z@@,(@K_TYp<w_pz(< <>vpz <#t@(pwt@@w_pzhp, , ,@L Ippp!Jh @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   & 0 ; E X ` i p x                  & . 6 L Y l         # 4 < D L T \ lptx|.fileggetsocknm.c$$O.textl1.datal.commentS_inetlS_unpS_sockettxS_ip|S_insigemtsigbussigsegvw_jmpenvlongjmp)7GerrnosignalsetjmpSioctlaS_inetioctlgot_bad_addrgetsockname_win_sockinfo_win_sock_allocs_openfileswin_getfamily getsockopt.o/ 609609648 0 1 100664 3024 ` p$U > .textx@. .dataxx @.commentppDIO,L IpIL(pw ,\(ZpK <ZO p@L IO, @pO, @pO,@pO,(@D, , ,p@L IZ@@@<PwDp, , ,@L I<_t<t<t , , ,@L H IZHY,Y,, , ,@L H Ipp @(#)netdb.h (TWG) 2.4 88/05/19 @(#)in.h (TWG) 2.4 88/05/11 /etc/HostNamer@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF  * ? G P W _ h o w ~                   9 C K S [ c k s .fileggthostname.c$$h.text&.data.commentTS_netdbS_insigemtsigbussigsegvw_jmpenvlongjmperrnosignalsetjmpfopenfgetsfclosegot_bad_addrgethostname listen.o/ 609609713 0 1 100664 2271 ` p$U.text .datad@.commentDIO0,L IpI,L(pw ,\(ZpK <ZO p@L IZ@@@<Pwp@L IZ@@@+pwZ,(@C @L IZ@@@<P_p@L I(tpCtp_TYp F P ^ h p z .filegperror.cperror .text .datasys_nerrerrnostrlenwritesys_errlistread.o/ 609609771 0 1 100664 2551 ` p$U+ ".text .datal@.comment<IO,L IpGoXLZG(pw ,\(GK <GO p@L H G IGHHH+pw G,+pw$<Xw$(tp(xpCp@L H G I<X <X$Ehphlp,pppGpt(px p $ph@@Y@@,(@C:< w(G<@@,p@L H G I,\{$@L H G I8wPGtxY@@,@@CX< wEG,<_@wpG,@L H G Ip@L H G I,\@L H G IGtx,L H G Ippp$Io @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   % / 9 C ^ o {        0 Z f r    ! .filegread.c$read$.text.data.commentS_inetS_socketS_inS_netdbsigemtsigbussigsegvw_jmpenvlongjmp/errno;Et_errnoP[t_rcvt_lookt_rcvrelfsgot_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_synct_rcvudatat_rcvuderr_errno_set_win_do_read recv.o/ 609609809 0 1 100664 3799 ` p$UQ %.text4pS .data44 @.commentlIOL,L IpIohL(pw ,\(ZpK <ZO p@L I(xpK(|p<|<|p@L IO, @DpO, @DpO,@HpOL,(@DD, D, H,p@L IZ@@@hp<wNZtx,@YpD, D, H,Y@L Ih@+pwZ,(@C$<$U8|w$Tpxpt$p(pZ_S@@,@YpKH<Y$D, D, H, @L ID, D, H,@L Ih@8$Z,@lp l@<0_p{Ztxd@@,@YpC|< wiZ,<_@wMh@pZ,D, D, H,@L Ipz ,\zD, D, H,Y@L I4pHp4@8p4@Hp4@4p4@ p p4@p4@t p4@xppZ4d@@,(@C0< wZL@@,pz7,\z-4@YpD, D, H,Y@L Ipt @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   " , 7 A g z                   1 = E M U ] e               & . 6 > F _ i     !         "  ' / 7 ? G #  $  "       % 48<.filegrecv.c$recv$.text4S.data4.commentS_socket4S_inet8S_in<sigemt@sigbusDsigsegvHw_jmpenvLlongjmp/errnosignalsetjmpread;ioctlEt_rcvt_errnot_lookt_rcvrelP[fqgot_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_sync_t_checkfd_errno_sett_rcvudatat_rcvuderr recvfrom.o/ 609609854 0 1 100664 4786 ` p$U~0.text c .data@.comment@tIO4,L IpH_hL ppop p(pw ,\(ZpK <ZO p@L H I(xpK(|p <|<|p@L H IO, @,pO, @,pO,@0pO4,(@F,, ,, 0,p@L H IZHHH<XwPZtx,@Yp,, ,, 0,Y@L H I(p<_(pR>wL<Fp,, ,, 0,@L H I<Xw p{+pwZ,(@KZ@@,(@K<X$<$8|~pxpt$p(pZ_S@@,@YpJ@<Y$,, ,, 0, @L H I8$LZtxd@@,@YpCw< $%Z,<_@wLpZ,,, ,, 0,@L H Ipz](pZ,(@JB,, ,, 0,Y@L H I4pHp<wn8@@H,Z8@@H@@,(@C<_v:@$Z,(@K$,\zZ@@ @@,(@CZ<_v]@@,pZ@@@@,,(@J @@,4@hp4@p<w5(p4@p4@p{4@hp4@p4@4p4@p4@ p p4@t p4@xppZ4d@@,(@C1< wZL@@,pzH,\z><wT(p pp,, ,, 0,4@@L H I(pj$pZ$@@,(@w0@@ @@,, @,@Pp,pzup` @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF  5 ? J T |                    3 G S [ c k s {           + 8 i {           !  "   % - 5 = O i# v ~     $ %    & ! (' C% P b( ) * + ?, J ]- d o'       . /  $\.filegrecvfrom.c$recvfrom$.textc.data.comment@S_socketS_inet S_in$sigemt(sigbus,sigsegv0w_jmpenv4S_un\longjmp/errnosignalsetjmpread;Eioctlt_rcvt_errnot_lookt_rcvrelSbzero_t_bindktmpnamstrlenbindunlinkvbcopygot_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_syncwin_getfamilygetpeernamegetsockname_errno_sett_rcvudatat_rcvuderrwin_getfilerecvmsg.o/ 609609889 0 1 100664 2721 ` p$U4.textPT- .dataPP@.commentIOh,L IpHL(tpwp@L H I(pw ,\(ZpK <ZO p@L H IO, @`pO, @`pO,@dpOh,(@F`, `, d,p@L H IZ@@@<PwFp`, `, d,@L H It@< K_p{Z,@lpC ,\{t@HhpYp< YCu(pC pzu(pO<lw ZXx,@dp<@*zLZXt@@,@dp<@v'hpYpHt@< YK`, `, d,h@L H Ipp @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   ' : D O Y n v                   & . 6 > F N l y       & . 6 > PTX.filegrecvmsg.c$recvmsg$4.textP-.dataP.commentS_socketPS_inetTS_inXsigemt\sigbus`sigsegvdw_jmpenvhlongjmperrno/signalsetjmp;FrecvrecvfromQgot_bad_addr_win_sockinfo_win_sock_allocs_openfilest_getstate_errno_set select.o/ 609609918 0 1 100664 1486 ` p$U8.text4 .data44@.commentlIOL,L IpIZ@@,L Ippt @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   ' 48<.filegselect.c$select$.text4.data4.commentS_inet4S_socket8S_in<sigemt@sigbusDsigsegvHw_jmpenvLlongjmpgot_bad_addr_win_ioctlsend.o/ 609609955 0 1 100664 3115 ` p$U .text < .data d@.comment@IO ,L IpH,L(pw ,\(ZpK <ZO p@L H I(xpK(|p <|<|p@L H IO, @pO, @pO,@pO ,(@F, , ,p@L H IZHHH<XwOZtx,@H, , ,H@L H I+pwZ,(@K<X$\@wH_p, , ,@L H IZY@@,(@K<Yw 8||pZtx|,@HC$, , ,H@L H Id(p@w_pz4(@Hp(@(p(p(@p(@t p(@xpZ(,(@C ,\z, , ,(@@L H IpppHn @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   ! + 6 @ h }                   3 > F N V ^ f             $ , 4 < D L n          .filegsend.c$send$.text<.data.commentS_socketS_inet S_insigemtsigbussigsegvw_jmpenv longjmp/errnosignalsetjmpwrite;Et_sndS^igot_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_syncwin_getfamilyt_sndudata_errno_set sendmsg.o/ 609609994 0 1 100664 2827 ` p$U .text0 .data d@.comment,,IO,L IpHL(pw ,\(ZpK <ZO p@L H IO, @pO, @pO,@pO,(@F, , ,p@L H IZ@@@<PwFp, , ,@L H IZ@@@+pwZ,(@KZ@@@(Ppw_p{t@< K_pzrZ,@lpC ,\zXt@HhpYp< YC~(pC pz4(pX<lw)8xxpZXx,@dp<@*zZXt@,@dp<@vhpYpHt@< YK, , ,h@L H Ip @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   ! + 6 @ U ] f m u ~                   % - 5 M ^ n }        G O W _ g o .filegsendmsg.c$sendmsg$e.text0.data.comment,S_socketS_inetS_insigemtsigbussigsegvw_jmpenvlongjmp/errnosignalsetjmp;EPsendsendto[got_bad_addr_win_sockinfo_win_sock_allocs_openfiles_win_synct_getstate_errno_set sendto.o/ 609610036 0 1 100664 4135 ` p$U4 *.text tO .datah @.comment@4IO,L IpH_`Lpop p(pw ,\(ZpK <ZO p@L H I(xpK(|p <|<|p@L H IO, @pO, @pO,@pO,(@F, , ,p@L H IZHHH<XwOZtx,@H, , ,H@L H I(p<_(pj>wL<Fp, , ,@L H I>>_p{<Xw p{+pwZ,(@KZ@@,(@C$<Xw~<w 8||p@w_pzHZtx|,@HC$, , ,H@L H I$Hp\p(pw+@w_pzYpdp hplp<wjL@@\,ZL@@\@@,(@C<_vrN@$2Z,(@K$2$Z@@ @@,(@CZ<_v@@,pZ@@@@,,(@J@@,@@@@,<@w_pz8pgetminor>$0.textp .datap.comment4dS_ippS_inettxS_socket|S_inerrnosocketfstatcloseioctlS_inetioctlsocketpair sthostname.o/ 609610281 0 1 100664 2081 ` p$U)0.text( .data4@.comment44IO,L IpH<tCp@L H I(Zpwp@L H IO, @pO, @pO,@pO,(@F, , ,p@L H I,\(@Fp, , ,@L H IO#_,@HKHZt,H,, , ,@L H Ippp @(#)netdb.h (TWG) 2.4 88/05/19 @(#)in.h (TWG) 2.4 88/05/11 /etc/HostName@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123   $ = R Z c j r {                    # + = I \ f n v ~    .filegsthostname.c$$.text(.data.comment4S_netdbS_insigemtsigbussigsegvw_jmpenvlongjmperrnosignalsetjmpgeteuidcreatwriteclosegot_bad_addrsethostname win_close.o/ 609610306 0 1 100664 346 ` p$UB.textd .commentHx@0A0aS$@p@(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3  .text.commentH_cerrornoerror_win_do_closewin_fcntl.o/ 609610333 0 1 100664 346 ` p$U].textd .commentHx@_A0aS$p@(#)win_fcntl.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/fcntl.s 1.3 .text.commentH_cerrornoerror_win_do_fcntlwin_hook.o/ 609610379 0 1 100664 2279 ` p$U.text .datap\@.commentDPIO,L IpG(pw ,\<($O,@HC@L H G IHH(p@@,@(pC1(pGH,Gp@L H G IH,(,(@L H G Ip,Qw @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/win-net@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123    ( / 7 = G e m x          .filegwin_hook.c$$.text.data.commentDS_inetS_socketS_inS_netdbsigemtsigbussigsegvw_jmpenv(longjmp/=openMfcntlerrnocloseY__win_hook_fdgot_bad_addr_win_hook_open__win_sockinfo_win_sock_allocs_openfiles win_ioctl.o/ 609610432 0 1 100664 3080 ` p$U).textD<! .dataDDl@.comment<IOp,L IpI<w,\(@C @L I_WZ@@t,L IpI,LtYp ,G@H,\K<@ ,\K@,(H@H X p( p + pwO3 ,_O@  p @L H IppH L,0c@Hw ,0c@Hw,0c@HHY@@,d(@K 8dwxp@L H I,\E(@w @L H IH@L H IppI@L IIL IpppIL IpppI@L IpIA<4AC @L I4A@@ L@8p@ L@@<@ZO@@@L I@{IL IpppILY@@,@(@GL IpC_0Llpmp+pO),_,\dBpO:,̅$oa@K<@G@@(@K$O@@,_$\p$@;wO,_$OodO,׀,@׀O𲈀,$TOOpi,Mvp$H+Xpw3EUH?-Xw&EUH?-XwO,_E$(dpO,_$H,a,^ʀ@H,,@dp$H+Xpw&EUH?-XwO4,_E$H,a,^ʀ@H,,@xp$H+Xpw/EUHX@;wO@H,_E$H,DEصA@\p$'p$@@,"o{imp,倀@hp{P-p{F@@,"o{/of,"o{oC@K<3@G@@(@K$lEUH ?-Xw$^?oz\+lp ,\d\@<@oiw$ <@oz$ ,\8E@,T,\K@,(U Fw$ FP,PL@FC$Oz,_xp$ @z3,\Ӏ@ p,@$pO4(pOو,p0@@Opi,,F @@_,=<_@w-FO4O4$@@,=O4$AFw4(EG,O,|`Hp@YL H G F E D C IE{? ww; F?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~vCz,U(@w, @8_w-(p(p,U(@@L H G I@L H G IppFtFZHG{|GOIH,MO𲈀,|OMX @@@ ,MOw @@$,MO,M+F Hp(Hw+GO,ML H G F IpD_lLZGtFogص,@ɀ@D? [OG,M+{p @{"@p(@K4+p OE{G,@EG@@,@HwG@L H G F E D IH,ص@(DpOHG{G(WpWO,U(@w(Wpw)ص@DAQWpG@GA(PpwH,+{p"H,* pO0H @@,{ H,*"pOH"@@,{H,qHh@@_,ogh@@ص,ȀEOOCص,ƀogDص,Ȁ? [OO,MO@L H G F E D IGZH?/[OX,M8wص@X p+'pG{-L H G I,u@@w@{ @p@G(GU?/[OXG,MO OG, aTpGHt,腀TpL H G IppIZ,u@@w @L I @L IpH LZH+PpwIPp(HHY@@,d(@C3(H+wpOH,_'pxpL H IHw@@,L H IpC_LZGtEGO,^@Fw;?/[OG,Mxp'pYL H G F E D C I+Ew$8,׆@H|@@G,,|@@O,d|@@_,PL@,(@C4O|@@,_H,׆YL H G F E D C I|@@G,,|@@O%,d|@@_,PL@,(@C4O*|@@,_H,׆YL H G F E D C IG|p\p@D@hp@lp@p$;\p|@@ ,@HXp|@<@<@ <@ <@# D|H{'D$;+DwO9,_D$;H+Xp ?:X? XwH@H?:POa,_$;|@@@@:,8#(@wOo,_$;@@,%HC+E+6p$;H,a@H? wpHF,D@G; wG@@F,e? G? Gw+H|@@H@@_@@F,K(@ \p{<е(O,_{{ ,aC@|p,a@p ,uC@H,a,^ʀ@C,,@ pܩ|@@lphp<O p|@@_F,K(@vF,|ص@ p|pO Ohl, a<dKOhl,퀀YL H G F E D C IHX@;w?,X+Xp~HL@@,,8#(@wOH,|`H+XpwzIppH8o@w 8Oq8o@O TpD{ O TpDO @@ @@H,ƀ@@,a,^ʀ@@@,,@TpDG$>A?ouQw{A,@Aw(A$?W@@ @@H,ƀ@@,a,^ʀ@@@,,@Tp@D<@D[(O ,_@YL H G F E D C IGWAvc(Wpw pTpp plp$pA+p8_ w$vA8$lAY,U(@$lAt@< $lAU,a@@,a?[O ,ME,3<Ե wE,p@lpCU pp((p5<(PO..pO (,|`oEFH, $lAE,J(@woEFH, $lA8OC,ɀY{C,ɀY,ɀ<ԵFw ?o|SwC8$lAHE,<еFw2?/Sw-CE,p@,@FH@p,f $lA(p@@O!,d@@U,douCH,ȀozH,ȀEp+pwXW@@ @@H,ƀ@@,a,^ʀ@@@,,@Tp@D<@DS Ep(Ev+pw%ogH,Ȁ@YL H G F E D C I p{iW@@ @@H,ƀ@@,a,^ʀ@@@,,@Tp@D<@D[O!,_+pw G(WpwTp(lpwHlp+pw$BOA!@@ @@H,ƀp?o[wpYȷp{'YOȷ@@@@,瀀@p(pKsO OD!ȷV, aF@@, @pw@pE$|DO O]!YV, aHF@@l,@p+pFH,(pE{HE,~(Ep(EwxpogH,Ȁ@YL H G F E D C I8wyG, }{Ap>QpY@@GF,Fπ; wY@@_t,K(@wt@; O<#,_oJPpG,|; "< xOP#,_oJPpxpL H G F IF LtFG{ ,\(X@HC(GOG@@,րGC(HCoG@L H G F I(H$R,׆,׆,׆H,eZY@@,d(@Cxp_dp8doI oI,t(Fw صF8d_j@@,T(@C&*pwX,T{@@,T8d_h@@,(U(@C&*pwT,(U{@@,(UZOe#,΀@Hw oI,tHԵ,aHԵصص@`@,POg#HԵ,FπHԵصص@d@,POi#HԵ,FπH,|O𲈀,|Zd@@,D,tL H G F IH,Ӏ@Yp8@_oE@L H G F IY@_@L H G F IppE_LtEZF+Ew,z(@oqE{ $E?!["Ok#E@@,MH,3Fصp>\O!O#,_L H G F E I+)pw$pH,X?oqE?obE?ovE,+3p#:ZwF?oqEw@{@@,,GE@<@ob3<@oq<@ov$T,p{voBZpL H G F E I(|p |,|,\(X@@CoiE{>(@OpppxpL H G F E I,\(X(@O ,t,HH{9?ovEw%X p8w"O O#, a{ FH, Hp(HwƇG,p?ovEHH$U?![O#,MH,38w$UHG$U @8_w$Uh@@O#,,O#,b(@wh@@O#{ h@@,dh@@,6(@;?![O#h@@,Mh@@L,腀om%p{ $Gp(GvV(Gw8GL,腀 Hp(Hv?obEw ,\:L H G F E IppC_LZH?[O$%@@,M:Z_w*XpC(O O$, aYL H G F E D C I(poZp(pw9O%,8#(@w O%,_oFPp,\: p%@<@><@oe(<@om)<@op,<@oqw$Z<@oww#D$ZPpD$ZD$ZO%,_D$Z<е w$f[D$Z,\@EEO?%O𲈀,^(@OA%h@@@@H,ƀOD%h@@,MO[%,M(|p/|,|Hox,À@O%,^@F{F(Fw3O%Hox,À@,_O%,M$A[O%,M$[<Dw:(LpwL,腀(ķpķL,腀LC{:O&C,8#(@w"O(&,_oFPpD$Z(p @{ OA&@@C,(@w$Y<Dw D$ZD$ZE<е w"(,p,E{,G@GEp(EwOX&,_D$Z(tpw$Y,pozEH,ȀOp&h@@@@H,ƀ,pO O&h@@, a,ph p ph@@ @@,腀H ,<(@w D$ZD$ZD$ZO&O&,΀@Fw D$ZFԵ,NFԵH`@,PO&FԵ,FπFԵHd@,PO&FԵ,FπF,|; D{DF,|{YO&D,_O&,_<dKO&,퀀oF,t{<@G@@(@K$H$<DwYL H G F E D C I?[O3%D,MD@{h@@O𲈀,Fh@@_F,K(@ ; ϠF,|O%,M; O&,_DzfppG_L?[8O&Zh$ص,MO"',Mt,3h$p<h$K)<h$O,',_@L H G I{d$pogOU'ص,Ȁ@@,؀oaOX'@@H,ȀOj`pO]dp_ZptHpH,d݀tG{($pwO['WH,z Gp(GwY@@O^'Z,UOp'Y@@H,zOx'Y@@@@ص,ƀY@@,8#(@w.O{',_oFPph$p@L H G I,%HصpofO'H,ȀoxO'H,ȀH,@{H,SH,؀ص@hصph$p@L H G IpppD_LZHtGxFO𲈀,|hox,À@O'@D,^@Ew$O'D,_HO',LN{WHO',LN(|p |,|{Y@@HG,FπY@@_E,K(@wڠE,|xp+.pHO(,LN$Y_h@(tpw$#_+d$pbOI(HG,FπOK(HG,FπH,|HGh,jOr(HG,FπHGh,lO{wOt(HG,FπOv(HG,FπH,|HGh,j{8O(HG,FπO(HG,FπO(HG,Fπ(xpO(,_L H G F E D IpppHxHw O @{ O @O@HZtx|,دO1@@,Lp?5wص@ Zp(Ppw(Hw oFPp{ oGPp(dpO;O&*ص@(xpw O5*@{ ص@x@@O,퀀xp+pO,UL H II+/pw|Oص@ O xZtx|,دO1@@,Lp?5wص@ Zp+pO,UL IppIZAtBxpOص@ ABx|,دO,XL IpppIZ@tAxpO@Ax|,دDO,L IpppI_Lص@(|p(?4?5wص@|O=*Z,LN+wp$b+,pw?0w$bO𲈀,|?os\ ?oa\wHY@@OA*Z,UD@ @@Y@@Y@@,a@,=@p{DOF*Z@@,LND,|L IpIZ1@@,Lp?5wص@ ZpL IpGxAGZHW@;"@;@;GAG?-w-@{ @HOJ*A@@@,UH(|p+HOR*|\,UH,a@H(tp(+p"HO`*t,U{ oXpH+XpwHG $,U{ oXpH+Xpw(|pVHOg*|@O<@@C@@@{O8)Ol*@,UO8)@@,UH,aL H G IppIZ@O<@@C@@@L IO8)Ol*@,UO8)@L IppC_LZHpDEHO-,^@CwO-H,_oH,tH|p\p$fH{"?$Xw?$wH,,{XpH+Xpw݇@ص@(p1Dص@,U(@w@YL H G F E D C IصE{+FX,U(@w8 8 o@wpHEUHwԠ ,^ʀF@H,a,^ʀ@F,,@Xppp@@,@8 @d@@@@H,ƀd@O1x@,퀀Gp(Gv?4[O1,M>\FOF\pصFO2E{$8 wVE,U(@w@{ Fp(Fwۀ@@@@G@F{)FG@ܵ,<(@wG@ൈ@{G<GKҀ@@Xp+0pw4 LHXp@ L@@@P@TADAA@pصFO(2E{$8 wVE,U(@w@{ Fp(Fwۀ@@@@pصFO:2E{$8 wVE,U(@w@{ Fp(Fwۀ@@@@L,腀?oa\wfO G@{D8_7WEصF{$8 wVE,U(@w@{ Fp(Fwۀ@G(@w(Wpw(@ @,(ހصFOD2E{$8 wVE,U(@w@{ Fp(Fwۀ@@@ox@H,ȀصFON2E{$8 wVE,U(@w@{ Fp(Fwۀ@@@w;صFOZ2E{$8 wVE,U(@w@{ Fp(Fwۀ@(@oa@H,Ȁ+0pwF<dO=O_2ص@xص@ص@Pص@X@@,퀀L H G F E IppGZGpH{2GH@ܵ,<(@wH@ൈ@L H G IH<HKɀ@L H G IppEZH?5[O2H,MOl0O2,,E{H+XpX@;wH<,@GoWpOl0H,,Ol0O2,dwA{A(AK G+Wpw+WpWpGEOl0,aOl0@FBHG{G?(WwWVpGAF$bW@; WVpF{+BwFO2,,BFG+WpwVp@pF;wF(E>UpFE,,?5[O2Ol0,MOl0@L H G F E IWVpW@pF<@( <@)wA{A(AKG+WpwzxC_LZHtGxFVE$΂8 0,Ӏ(@w$ʂ8 :Z_w$ʂD8 4DY@@@@F,ƀYDpDDw$ʂ+Tpw$ʂ8 _?:Z@{@@p8 _pEDH@@G,쯶$ʂ@@O2U,ɀ@,U{6Sp@@D,d Sp@@HG,FπpCDD ,@Cw@@D,d@@HG,FπEp(EvYL H G F E D C IppC_LZHtGFdp?"[O2XG,Me@@O2X@E,ɀ@,UX,a@@E@Yp$XGW@;w?,WGDG+p @{,@@@@,%GG p{G+WpW@;w?o@WQW@@,ˀGC @@ @@,xd(@CO4Z,_pppZ|p\p{bY@@ ,@@Pp+YpFص@G pO O4EY@@, aTpY@@FD,TpY@@_H,K(@wH,|C|p\pYL H G F E D C IpG_LZH$W(Xpw$B(pw$BXO4,<(@$BG,a@p,a@@<_@_O4,|`{aY@@G,,Y@@O4,dY@@,dY@@,a,^ʀ@Y@@,,H@GGoHص@@,H@HPGvL H G IppIZ@{$@p(@ 8L IpIZAtBwC( pq @@̈p @@صA_PA_AA<͈pL I @@͈p @@صA_PA_AAΈpL IppH_L(Zp2Ö,@X_̈pZ,̅@HCxpL H IHY@@_,&'<_@w>_dw B$0ÖY@@_,,{pO;>@@@@ص,ƀO>>@@, aOB>pp$'O~>O>, a$'Or>pOw>@@,H,<(@(pXH,<(@Dx@@O>H,Ux@@,a,^ʀ@x@@{H,a,^ʀ@H,,O>O>@pH, a$'O>p(p osص,@ɀ(@w p+dpO>O>, a$'+8=pO>,_,tO?p+<=p$^,\E@pCOEA,_@{x(pO@,Ӏ@p<@wOUA,_<_w ,\:@{38=ppص,\ڀl, 7@(@O$'osص,Ȁ,\ڀO ?ص@x@@,HO?,@Hw$'H,(ހ(Lp$߫O?O ?, adp$'O*?pO/?ص@x@@,O,`U(@Oص@oZp$'pHO9?,>@Hw$'H,8#@lpw$'l@ploHص@@,X@lp(Lp$'ص@H pl@8wOON>, a,\:@@,΀ص@(|p ص@|Oj>@@,LNHX@;@pH;wYp+Xp,X@;w XpYpHAH+XpX@;pX@;@pH;wO<dOODص@x,퀀+4pw$,t,\ڀص,ص@Zpص,@{ص@:Z wصoi,S+4p,\:L H Iص,؀L H Ixp@,ӀL H IpppE_ LtFZHHoq,@OD@E,^@Gw!ODE,_L H G F E IE|p\p+,pw$+Fw$ODx,M$?<[ODd@@,Md@Ȁp@@F,H(@w @{ +Yp@@Yp$>ȀpoCoCHFD{CA_D@A@P@{DBhDp(Dw@@A^+YpwY@<@ESO(Aw4UpE{A@; @;wapUpEA@APp @<@E[ÐH+XpvUp?7[+OG,Mh@@,̀OG,M+ap%h@@GxF,aYL H G F E D C IGxHh@@E@H<@HO hHHEHh@@GH,H@ @@,րxpGF,^@@w<x <xw H< HKxpL H G F IppCxDtEZH8_HGoWpG@G+PpwH ,@G$ЀH,aH@G{Cp_HF?.Xw+8O!UpC.E, }{Ap.QpHE,FUpC!E, }{Ap!Qp$E,FCVpFHHG@<_@O 8_vrWCWp?.Xw+8O!UpC.E, }{Ap.QpHE,F$E,FCWpGH? XwH+XpvYL H G F E D C IppI<dOOHص@xZ,퀀Z,xe(@C#<dOOHZx,퀀L IpGH(`pVO@H,`U(@+_xpOI,_p@L H G I`Oр,<Ԁ@HGwUx@; wLx@; wCxpZtx,K@G<xw x@_ p(Gwx@; w x@; H,Ԁ\p(Gwp@L H G IZG+WpoWpG+WpwZ@L H G IppIO@H,UL IpDZDxEtHpDG$Ҁ< Fw:UpCE,@S@F{ ApQF< F(@ ,\@Hw( up (@BGpB@L H IY@@B|, @BCpB@L H I @|H+@va@~XB@L H IpzdpzYpzNC_0LxCtDZEpF8vw,\<@w$xppGE@{ ?.PwG@+Ppw(Gw2E,:@@%@DC|,쯜YL H G F E D C I(G?.w$8v_w$O xH$EXDC|,?@@OYL H G F E D C I<_xwp@YL H G F E D C I<wF< <w8v_w{ H(Xpv~(Gw$$F p|pEHAweH,a@GGH@?.PwI<_GSBH$@@G,<$@G@PpFDC ,kYL H G F E D C IHF{$@@OW{_H_A,U{(F p@YL H G F E D C IpF_ LZFYG(tpw^F,a@HHF@?.PwB<_HS;FY@@H,<Y@H@PpGx|,쯴L H G F IFG{Y@@OW{_F_t,U{pppF_LZHOa{,Ѐ@@@Om{,^@Fw@L H G F Ip{5hG{G+WpW@;+Wp/Wph@@H,<(@2h@@_F,K(@wF,|@L H G F I@pG;w+WpGA{A+QpQ@;QpQgzpOhyG_,VF,|Ohy@L H G F IppCo|L|CtDxLpZFpp_Gtp8vw,\<@w$ 8vw <_DO@{@VpvYp@dp$ E$ (dpw$ xp({pCN,6@{pCxG$ {E@Ov@@,(@C$ DpPpTpZXpD\p{P@@,|DAXw"<xp@L H G F E IE@@Ј@<P_xp@L H G F E IE, @Gw xp@L H G F E IEG,6 (@CExH4EG,$ HxpE4p,\(@L H G F E IO,B @FKF, (@K8EY@@,d(@KFY@@,8(@C_4pxpxH4EF, G,$ HxpE4p,\(@L H G F E IEFG, (@K(Hw$FHx,~>YwxF@@Ј@Xpp p pF@@Ј@PpF@@Ј@pF@@Ј@pG,$ F@L H G F E IF@@Ј@Op{Fpd@@@@,~>Yw'F@@Ј@dphpl ppzUF@@Ј@OpzWw <D$>W >W$NH@@Ј@<Pwxp@L H G F E D IH@@Ј@+pw.H,;(@C _xp@L H G F E D IP@H_S_ Txp<|pp@px@@,(@CN{8,\(<4w(H,0 @lp<@<l _xp@L H G F E D IwJ<SDxpl,׆ l,׆ p,׆@L IZ@@Ј@<Pw xp{Z@@,d(@KZ@@Ј@<PZ@@Ј@<P$ <}Z@@Ј@@w$o!t@ZAAЈAPpp p pl,׆ l,׆ p,׆@L I_TYpxv)xpz<~t@(pwt@@w_xpzhpzIO,UL IpILtp(Јpw ,\v;(ZpK <ЈZO xp@L IO!,׆ @pO!,׆ @pO!,׆@pO,`U(@D,׆ ,׆ ,׆xp@L I<_>wJ<SDxp,׆ ,׆ ,׆@L IZ@@Ј@<Pw xp{Z@@,d(@K_TYp<xw_xpz(<x <>xvxpz <#t@(pwt@@w_xpzhp,׆ ,׆ ,׆@L IpppIO,UL IpHLtH<HCxp@L H IO#,׆ @pO#,׆ @pO#,׆@pO,`U(@F,׆ ,׆ ,׆xp@L H IOO,^@Ypw>,׆ ,׆ ,׆@L H IZHY,KY,|,׆ ,׆ ,׆@L H IppIO4,UL IpI,L(Јpw ,\v;(ZpK <ЈZO xp@L IZ@@Ј@<Pwxp@L IZ@@Ј@+pwZ,;(@C @L IZ@@Ј@<P_xp@L I(tpCtp_TYpwL<Fxp,׆ ,׆ ,׆@L H I<Xw xp{+pwZ,;(@KZ@@,d(@K<X$,<$+8|~pxpt$p(pZ_S@@,@YpJ@<Y$+,׆ ,׆ ,׆ @L H I8$8,Ztxd@@,N @YpCw< 4$-Z,< <_@wLpZ,` ,׆ ,׆ ,׆@L H Ixpz](pZ,~(@JB,׆ ,׆ ,׆Y@L H I4pHp<wn8@@H,dZ8@@H@@,!(@C<_xv:@$-Z, (@K$-,\(zZ@@ @@,!(@CZ<_xv]@@,``pZ@@@@,a,.(@J @@,xe4@hp4@p<w5(p4@p4@p{4@hp4@p4@4p4@p4@ p p4@t p4@xppZ4d@@,f (@C1< 4wZL@@,l xpzH,\(z><wT(p pp,׆ ,׆ ,׆4@@L H I(pj$pZ$@@,(@w0@@ @@,,< @,@Pp,pzupIOԛ,UL IpIZ@@,9L IppIO,UL IpH_`Lpop p(Јpw ,\v;(ZpK <ЈZO xp@L H I(xpK(|p <|<|xp@L H IOwL<Fxpx,׆ x,׆ |,׆@L H I>>_xp{<Xw xp{+pwZ,;(@KZ@@,d(@C$0<Xw~<w 8||p@w_xpzHZtx|,r @HC$3x,׆ x,׆ |,׆H@L H I$Hp\p(pw+@w_xpzYpdp hplp<wjL@@\,dZL@@\@@,!(@C<_xvrN@$n3Z, (@K$n3$3Z@@ @@,!(@CZ<_xv@@,``pZ@@@@,a,.(@J@@,xe@@@@,d<@w_xpz8p<Xw$l>(tp(xpCxp@L H G I<X<Xwm@w_xp@L H G IHhpYpYdpplpGlpt pxppY@@, (@KF@L H G I@w_xp@L H G IGtx,r @@C ,\(@L H G IGtx,PBL H G IpppGZBtHxG{G(GOB@BHAH?QPG@L H G IC_0LtCZD FHwwpwXpD@ @Xp@@XpXAAA AXp XAAA AXp XAAAAXp8v@{@@AAXp8vo@@{@@AAXp@@Xpppp p G@Ppp(E F8v_](CY+SpTC.,(@wD8vw,\<@w$@+wp Y@@OأCOw,UYCpD@<@w$@<@wl @<@FC$@Wp|,Hx,H,h ,H G(pG,<GpG@YL H G F E D C ICG@@E,F@@KT@G@F|G,Hx,HpG(D(pG@@E, F@@C@YL H G F E D C I@G G,Hx,H,h,H p Gz$IZAAAJ@BJIA@L$RIO,UL IpG(Јpw ,\v;<$$=BO,̅@HC@L H G IHH$pЈ@@,@$pC1$pxGH,Gxp@L H G IH,$,$@L H G Ip@ A0aS$hpppI,׆@@(@,׆,\\@,DL Ip<w,\{{ppHZApHQ@;w;{ @pA;w<@+ <@-w H@pA;w @L H I@0B{ B@0@@B@pA;w(HB@L H IB@L H Ippp@o`A0aS$h@HZH ,XH,XX,L H IpppIZ,TX@,L IpppGZGOĤAOईBRQpBA@A+PpwBBOBOĤARQpppBBOBRppp ,@od@@,@od@@,s@odW@@,d@AACpAੈpB䩈ppOԩ@L IB@@ _mA{_nABB@@ _m@{_n@<@ACzOpIO<,Ѐ@@w$[@,@@w$7[@O,@@w$7[_pppp@,Z@@.p+Pp!?;P#@O,@@#?;P L IOO,L IHZHtAX@B;Bw @L H IXQpABO@pH;w{HX@;w{ QpABCH@L H IGLZBpAHYp(xp?-Rw@{@@Hw?+RwBYGR@;w@{$Wp Wp0R@@Wp@pB;wB@@Bw$\YA_A?:R$\YG@pB;w@{$Wp Wp0R@@Wp@pB;wB@@BQY@<@@A?:RwCYG@pB;w@{$Wp Wp0R@@Wp@pB;wB@@BYAp(HApB@L H G IAp{IZAQ@;w @L Ip p0Q@@p@pA;wA@L IppILZ@lp@lhpY@@,Ϣ@@~Yp?/Pwh@@,Z@@a?,PwedB@AQ@;w@{$Rp Rp0Q@@Rp@pA;wA@@@dp?/Pwl@@,(@w @L IY@OQ@h@pd@OQ@l@AA@p@L IppHxHpBBA A<CH@BBA A<KB@ @pB@ @pH,L@pH,<@p@OQ@_ @p@OQ@_@pL H IppIZAtB<:BK@@ _m@{_n@_m@@BB@@_@@@B@L IIZt,\0`@,5L IppHxHH,|ZtH,L H IppGxHw$_(Zpw$_+pw$_t@?+w@{@@G@<@oa!<@or.<@owwa(G@{@_@{ (G@{@_@{ (G@{@Z@_,̅@AKXp_A p(G_ p{#@L H G I?orw@{@@ p?oaw(GwA,d(@K @pp$pH@L H G IpppIOಈ@{< @[ @L I@; _wL IpH(Zpw O@H{ZHHOr,,HO\,dHO`,dO\@{ oaPp@?ozP+PpPpH,`H@L H IpEZEpEHF,\\E@G,a@H{G@ @0@Xp GpH?oXXw F<F_H+Xp oaXp{2E,la(@w{ Xp?ozXOUpE@L H G F E IE,la(@{ބ@_A0aS$hpIZ@{@+PwZ@L IpIZ@; @L IIZ@; @L IF$L,0c@Hw ,0c@Hw,0c@H/H/,c@GwHG{GO|,̅@FC@L H G F IH{K>>>>w1Gl@@ ,b(@wF,H@L H G F IHFY@@$,&'<$@F,@L H G F IHZAtBxHl,w:O$@<_ @w)(G CB{GABG{+w8; oDv&H,HXpCG@@H,{@pGPp; @L H G IG@L H G IGZHBBGBp; oDXp{ @$Xp(XpC@{X@ A$A<@AC4 @$@pHA@@C @$p{ jjрjj"0G`j*+-=~#@:>?|.[] @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 main: reentered!/dev/null-Csendmail.cf-bz-d0-99.1Version %s NAMEsendmailcanonical name: %s a.k.a.: %s newaliasesmailqsmtpd30mInvalid operation mode %cdebug option missing integer value0-99.1Version %s No "from" personMore than one "from" personBad -F flagBad hop count (%s)FjlocalNo local mailer definedprogNo prog mailer definedcannot chdir(%s)mailer %d (%s): P=%s S=%d R=%d M=%ld F= E= ADDRESS TEST MODE Enter
> daemon: cannot forkRecipient names must be specifiedFrom person = "%s" ====finis: stat %d e_flags %o finis, pid=%dCannot freezeCannot freezeCannot break to %xCannot read freeze file disconnect: In %d Out %d don't /dev/nullr/dev/nullwin background, pid=%d@(#)collect.c 3.1 10:20:19 - 88/08/17 @(#)collect.c 5.3 (Berkeley) 3/13/88Ȁquy} @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 wCannot create %s354Enter mail, end with "." on a line by itselfFrom EOH collect: unexpected close, from=%stoccbccapparently-toAdding Apparently-To: %s apparently-torCannot reopen %sw MAIL DELETED BECAUSE OF LACK OF DISK SPACE 452 Out of disk space for temp filecollect: Cannot write %s/dev/nullwSunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDeceatfrom(%s) @(#)parseaddr.c 3.1 10:24:28 - 88/08/17 @(#)parseaddr.c 5.8 (Berkeley) 3/13/88Dj !"3$ "3$*À***d*d @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 --parseaddr(%s) cannot resolve nameparseaddr-->prescan: Address too longc=%c, s=%d; Unbalanced ')'Unbalanced '>'ns=%02o tok=prescan: too many tokensUnbalanced '('Unbalanced '<'Unbalanced '"'o()<>,;\" rewrite: ruleset %2d input:-----trying rule:ap=, rp= ----- rule fails -----rule matches:rewrite: ruleset %d: replacement out of bounds$%c: %x="%s" rewrite: expansion too longrewrite: expansion too longrewrite: cannot prescan canonical hostname: %s-----callsubr %s rewritten as:rewrite: ruleset %2d returns:buildaddr: no neterrorbuildaddr: error: no user buildaddr: unknown mailer %sbuildaddr: no hostbuildaddr: no user%x=%s: mailer %d (%s), host `%s', user `%s' next=%x, flags=%o, alias %x home="%s", fullname="%s" [NULL] remotename(%s) g@remotename => `%s' @(#)alias.c 3.1 10:19:39 - 88/08/17 @(#)alias.c 5.15 (Berkeley) 4/1/88 (without DBM)Tz @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 alias(%s) %s (%s, %s) aliased to %s aliased to %sCannot open %srCan't open %s .dircannot make %s.pagcannot make %sNon-continuation line starts with spacemissing colonillegal alias name%s... bad addresscannot alias non-local names%d aliases, longest %d bytes, %d bytes total%d aliases, longest %d bytes, %d bytes totalforward(%s) forward: no homez/.forwardforwarding@(#)deliver.c 3.1 10:21:31 - 88/08/17 @(#)deliver.c 5.20 (Berkeley) 4/19/88Ҁ  6 Y @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 --deliver, mailer=%d, host=`%s', first user=`%s' queuedqueuedf-f-rgToo many parameters to %s before $u send to Message is too large; %ld bytes max,deliver: pv overflow after $u for %swConnecting to %s (%s)...Connecting to %s (%s)...Cannot send message for %s endmailer %s: waitmailer %s died with signal %oopenmailer:[LPC][IPC]non-clever IPCopenmailer: pipe (to mailer)openmailer: pipe (from mailer)openmailer: cannot forkCannot dup to zero!Cannot exec '%s' errno=%d wr250 Sent554 unknown mailer error %d: giveresponse: statmsg: %s. %s: to=%s, delay=%s, stat=%sl gNo ! in UUCP! (%s)From %s d remote from %s rCannot open %s<<< No Message Collected >>>Fromputbody: read errorputbody: write errora SENDALL: mode %c, sendqueue: sendall: too many hops (%d max)deliverableChecking owner-owner-ownerErrors to %s @(#)savemail.c 3.1 10:26:44 - 88/08/17 @(#)savemail.c 5.8 (Berkeley) 3/13/88$l$$W6XWX΀XYҀZ @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 savemail, ErrorMode = %c Dumping junk mailrootCannot parse root!savemail: ErrorMode x%x state %d wn Message from %s... Errors occurred while sending mail. rCannot open %sTranscript of session is unavailable. Transcript follows: Original message will be saved in dead.letter. savemail: stdout: write errpostmastercannot parse postmaster!Unable to deliver mailCan't return mail to %sz/dead.letterSaving message in %s/usr/tmp/dead.lettera savemail: unknown state %dsavemail: HELP!!!!savemail: HELP!!!!Return To Sender: msg="%s", depth=%d, CurEnv=%x, returnq=returntosender: infinite recursion on %sfbtoReturned mail: %ssubjectnCan't parse myself!nMail Delivery SubsystemrCannot open %s ----- Transcript of session is unavailable ----- ----- Transcript of session follows ----- ----- Return message suppressed ----- ----- Unsent message follows ----- ----- Message header follows ----- ----- No message was collected ----- errbody: I/O error@(#)err.c 3.1 10:22:57 - 88/08/17 @(#)err.c 5.8 (Berkeley) 3/13/88))€)瀈* @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 %s: SYSERR: %sNOQUEUE%s %s %s %3.3s%c%s: line %d: %s... : %sError %d@(#)readcf.c 3.1 10:25:46 - 88/08/17 @(#)readcf.c 5.12 (Berkeley) 4/1/88-->-ckk怀k怀k怀km9k怀k怀k怀k怀k怀k怀kk怀k怀kk怀k>k>pcpԀqqu*qـu*r$u*u*u*rrs u*smsu*ttpu*u*u*tȀtuu*u*u*u*u*u*pu*pq)qqr u*rju*u*u*r܀rs;u*sstXtttu*tt܀u @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 rcannot open %sinvalid rewrite line "%s"bad ruleset %d (%d max)%sunknown control line "%s"too many %c lines, %d maxrcannot open %s `=' expectedinvalid rewrite set, %d maxtoo many mailers defined (%d max) ----Rule Set %d: LHS:RHS:setoption %c=%s (ignored) deiLmorsv (unsafe)(Resetting uid) aliasesUnknown delivery mode %csendmail.hfmqueuesendmail.st@(#)stab.c 3.2 15:02:42 - 88/09/09 @(#)stab.c 5.4 (Berkeley) 3/13/88/X/~/ @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 STAB: %s %d (hfunc=%d) not found type %d val %lx %lx %lx %lx entered @(#)headers.c 3.1 10:23:10 - 88/08/17 @(#)headers.c 5.9 (Berkeley) 3/13/880쀈117 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 chompheader: %s chompheader: syntax error, line "%s"chompheader: syntax error, line "%s"resent-from----- collected header ----- %s: %s message-id%s: message-id=%s---------------------------- precedencereturn-receipt-toerrors-tofull-nameposted-datedate%s: from=%s, size=%ld, class=%d crackaddr(%s) <gcrackaddr=>`%s' %s: commaize(%s: %s) %s: , , @(#)recipient.c 3.1 10:26:21 - 88/08/17 @(#)recipient.c 5.11 (Berkeley) 3/13/88383^3 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 sendto: %s ctladdr= recipient: aliasing/forwarding loop brokenCannot mail directly to programs%s in sendq: duplicate suppressed:include:Cannot mail directly to :include:sincluding file %s sendingCannot mail directly to filessending to login name %srCannot open %sCannot fstat %s!%s to %sataddress overflow@@(#)stats.c 3.1 10:27:56 - 88/08/17 @(#)stats.c 5.9 (Berkeley) 3/13/885H5n5 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)daemon.c 3.1 10:21:07 - 88/08/17 6,6R6w@(#)daemon.c 5.25 (Berkeley) 4/1/88 (with daemon mode)6 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 smtptcpserver "smtp" unknowngetrequests: port 0x%x getrequests: can't create socketcannot get connectiongetrequests: cannot bindgetrequests: cannot listengetrequests: DaemonSocket: %d getrequests: waiting for connection. getrequests: connected; t:%x. getrequests: acceptgetrequests: forking (fd = %d) daemon: cannot fork.[%s]rwgetreq: returning connected, pid=%dInvalid numeric domain spec "%s"smtptcpmakeconnection: server "smtp" unknownmakeconnection (%s [%s]) makeconnection: no socketmakeconnection: %d makeconnection: funny failure, addr=%lx, port=%x%swrlocalhost@(#)usersmtp.c 3.1 10:28:14 - 88/08/17 :::@(#)usersmtp.c 5.9 (Berkeley) 3/13/88 (with SMTP) @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 smtpinit: already openuser opensmtpinit: cannot open %s: stat %d errno %d %.3s %s.%s... %s 421 %s.%s... Deferred: %s greeting waitHELO %sHELO waitVERBONEXgMAIL From:<%s>MAIL From:<@%s%c%s>MAIL waitRCPT To:<%s>RCPT waitDATADATA wait .%s>>> .result waitQUITsmtpquit %s: stat %dreply reply: read error%s45>>> %s <<< %s %s>>> %s@(#)srvrsmtp.c 3.2 10:58:06 - 88/11/03 ===@(#)srvrsmtp.c 5.21 (Berkeley) 3/13/88 (with SMTP)=====>>> >> > > >% >+H ˀ܀gBꀀm @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 mailrcptdatarsetvrfyexpnhelpnoopquitheloverbonexshowqwizsrvrsmtp %se220startup421%s Lost input channel to %s<<< %s HELO%s: %s553%s I refuse to talk to myself%s (%s)250%s Hello %s, pleased to meet youMAIL503Sender already specifiedNested MAIL commandSMTP-MAIL%s %s: %sfrom250Sender okRCPT%s %s: %sto250Recipient ok550Addressee unknownDATA503Need MAIL command503Need RCPT (recipient)collect%s %s: %sdeliveryw250Ok250Reset stateSMTP-VRFY%s: %s250-250<%s>%s <%s>554Self destructive alias loopSMTP200OK221%s closing connection200Verbose mode200Only one transactionSend Queue=0-99.1200Debug set500You wascal wabbit! Wandering wizards won't win!500Command unrecognizedsmtp: unknown code %d501Syntax errorr502HELP not implemented214-504HELP topic unknown214End of HELP info%s: cannot fork%s: lost child@(#)queue.c 3.2 13:29:32 - 89/03/02 BTBzB@(#)queue.c 5.23 (Berkeley) 3/13/88 (with queueing) @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 wqueueup: cannot create temp file %squeueing %s wqueueup: cannot create %sP%ld T%ld D%s M%s S%s R%s queuedqueuedqueueing E%s fH%s: %s %s: %s cannot unlink(%s, %s), df=%s%s: queueup, qf=%s, df=%s Skipping queue run -- load average too high running queuerunqueue %s, pid=%d.orderq: cannot open "%s" as "."rorderq: cannot open %s (%d) %32s: pri=%ld dowork: %s pri %ld Skipping %s dowork: cannot fork%s: dowork, pid=%d%s: lockedrreadqf: no control file %s Running %s +++++ %s rreadqf: cannot open %sreadqf(%s:%d): bad line "%s"Mail queue is empty Mail Queue (%d request%ss, only %d printed) --QID-- --Size-- -Priority- ---Q-Time--- -----------Sender/Recipient----------- ) --QID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------ r%7s*X %8ld %10ld %.12s %.38s%8ld %.16s %.45s (%.60s) %.38s %.45s (no control file) qfAA%05dqueuename: trying "%s" queuename: Cannot create "%s" in "%s"queuename: assigned id %s, env=%x %s: assigned id%cf%squeuename: %s %s: unlock@(#)macro.c 3.1 10:23:38 - 88/08/17 @(#)macro.c 5.4 (Berkeley) 3/13/88G@GfG @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 expand() expand ==> define(%c as ) @(#)util.c 3.1 10:28:32 - 88/08/17 HhHH @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 Out of memory!! %08x=%s: unlink %s %s: unlink-fail %dnet timeouttTyY@(#)clock.c 3.1 10:20:11 - 88/08/17 @(#)clock.c 5.5 (Berkeley) 3/13/88III @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 setevent: intvl=%ld setevent: intvl=%ld, for=%ld, func=%x, arg=%d, ev=%x clrevent: ev=%x tick: now=%ld tick: ev=%x, func=%x, arg=%d, pid=%d @(#)trace.c 3.1 10:28:09 - 88/08/17 @(#)trace.c 5.4 (Berkeley) 3/13/88JKK+ @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)envelope.c 3.1 10:22:32 - 88/08/17 @(#)envelope.c 5.14 (Berkeley) 4/1/88KLLBLg @(#)time.h (TWG) 2.2 88/05/17 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 dropenvelope %x id= flags=%o dropenvelope, id=%s, flags=%o, pid=%d(none)Return receipt%d%d%02d%02d%02d%02d%02d%s: openx%s (no)wCan't create %ssetsender(%s) Unparseable user %s wants to be %spostmastersetsender: can't even parse postmaster!HOMEcannot prescan from (%s)@@(#)sysexits.c 3.1 10:28:03 - 88/08/17 @(#)sysexits.c 5.4 (Berkeley) 4/1/88NtNNNNNЀN耈NOO.OFOTOaO{O500 Bad usage501 Data format error550 Cannot open input550 User unknown550 Host unknown554 Service unavailable554 Internal error451 Operating system error554 System file missing550 Can't create output451 I/O error250 Deferred554 Remote protocol error550 Insufficient permission554 Local configuration error554 Unknown status %d@(#)arpadate.c 3.1 10:19:59 - 88/08/17 @(#)arpadate.c 5.8 (Berkeley) 4/1/88PPPPPPPPPPPĀPGMTgmtEET+0200MET+0100WETGMTEET DST+0300MET DST+0200WET DST+0100@(#)convtime.c 3.1 10:20:59 - 88/08/17 @(#)convtime.c 5.2 (Berkeley) 3/13/88zero seconds%d+%02d:%02d:%02d, %d week%ss, %d day%ss, %d hour%ss, %d minute%ss, %d second%ss@(#)domain.c (TWG) 3.3 88/08/17 gg6g[@(#)domain.c 5.13 (Berkeley) 4/19/88gygg\w芀 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 @(#)netdb.h (TWG) 2.4 88/05/19 getmxrr: res_search failed (errno=%d, h_errno=%d) unexpected answer type %d, size %d getcanonname: res_search failed (errno=%d, h_errno=%d) rcode = %d, ancount=%d @(#)sysv_glue.c (TWG) 3.2 88/08/17 %s [%d] error %d%s/usr/spool/mqueue/syslog/dev/consolesyslog: cannot open /dev/console@(#)version.c 3.1 10:29:01 - 88/08/17 @(#)version.c 5.59 (Berkeley) 3/13/885.59ii:Rt @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 ij @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 %d.%d.%d.%djD @(#)netdb.h (TWG) 2.4 88/05/19 o,oQow/etc/services @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)netdb.h (TWG) 2.4 88/05/19 rr# ,/ uDujuuu΀uv/etc/hosts @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 NONAMESERVERNONAMESERVER%d.%d.%d.%d.in-addr.arparr# vv @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)nameser.h (TWG) 2.4 88/05/03 x0xVx{xx  @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 /etc/resolv.confrdomaindomaindomainnameservernameservernameserverLOCALDOMAINzhzzzрz{{5ۀ)Ѐŀ)) @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 @(#)inet.h (TWG) 1.5 87/01/13 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %.*s.%.*sHOSTALIASESr}}}ဈ~~%~H @(#)time.h (TWG) 2.2 88/05/17 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~/bin/mvmv| @(#)socket.h (TWG) 2.3.1.1 88/06/13 >\ @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/tcp6[ @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 (Ms @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 .Lr @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 DLVp΀&8DZfrÀ׀뀈 2?Udpƀ  1NixȀр逈):G]r{Ѐ%5C_nÀՀ耈񀈌2Ijπ󀈍 )2;DMV_is}À̀׀ဈ뀈 '1;EOYcmwǀрۀ倈 !+5?IS]gq{ˀՀ߀逈󀈐%/9CMWakuŀπـ〈퀈 )3=G]wр ,Fh̀쀈7XqError 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo child processesNo more processesNot enough spacePermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesNot a typewriterText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument out of domainResult too largeNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedDeadlock situation detected/avoidedNo record locks availableError 47Error 48Error 49Bad exchange descriptorBad request descriptorMessage tables fullAnode table overflowBad request codeInvalid slotFile locking deadlockBad font file formatError 58Error 59Not a stream deviceNo data availableTimer expiredOut of stream resourcesMachine is not on the networkInode is remoteObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorCross mount pointName server not running at portMultihop attemptedInode is remoteCross mount pointNot a data messageError 78Error 79Name not unique on networkFile descriptor in bad stateRemote address changedCan't access a needed shared libAccessing a corrupted shared lib.lib section in a.out corruptedAttempting to link in too many libsAttempting to exec a shared libraryError 88Error 89Error 90Error 91Error 92Error 93Error 94Error 95Error 96Error 97Error 98Error 99Error 100Error 101Error 102Error 103Error 104Error 105Error 106Error 107Error 108Error 109Error 110Error 111Error 112Error 113Error 114Error 115Error 116Error 117Error 118Error 119Error 120Error 121Error 122Error 123Error 124Error 125Error 126Error 127Error 128Error 129Error 130Error 131Error 132Error 133Error 134Error 135Error 136Error 137Error 138Error 139Error 140Error 141Error 142Error 143Error 144Error 145Error 146Error 147Error 148Error 149Error 150Error 151Error 152Error 153Error 154Error 155Error 156Error 157Error 158Error 159Error 160Error 161Error 162Error 163Error 164Error 165Error 166Error 167Error 168Error 169Error 170Error 171Error 172Error 173Error 174Error 175Error 176Error 177Error 178Error 179Error 180Error 181Error 182Error 183Error 184Error 185Error 186Error 187Error 188Error 189Error 190Error 191Error 192Error 193Error 194Error 195Error 196Error 197Error 198Error 199Operation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketBad protocol optionProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownConnection timed outConnection refusedHost is downHost is unreachable|VgvVgG€GggGGGG @(#)inet.h (TWG) 2.11.1.4 88/10/26 䀈 / @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 ߀.L @(#)un.h (TWG) 2.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 ݀!Jh @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)un.h (TWG) 2.1 88/06/13 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 Ā @(#)netdb.h (TWG) 2.4 88/05/19 @(#)in.h (TWG) 2.4 88/05/11 /etc/HostNamer\Ѐ @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)in.h (TWG) 2.4 88/05/11 Unknown error: d @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 4Z @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 !G @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 р @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)un.h (TWG) 2.1 88/06/13 |À耈 @(#)ip.h (TWG) 2.8 88/06/22 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 Ӏ@77(7@6؀6؀7 @(#)ip.h (TWG) 2.8 88/06/22 @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/tcp/dev/udp/dev/raw/dev/circ܀'Ef @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)route.h (TWG) 3.1 88/12/08 @(#)inetioctl.h (TWG) 2.8.1.5 88/12/08 @(#)ip.h (TWG) 2.8 88/06/22 @(#)win_if.h (TWG) 2.3 88/06/16 @(#)in_var.h (TWG) 2.1 87/12/09 8] @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 )O @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 ـ @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 Pu @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)in.h (TWG) 2.4 88/05/11 @(#)nameser.h (TWG) 2.4 88/05/03 @(#)resolv.h (TWG) 2.7 88/05/18 %s.%s(Ms @(#)inet.h (TWG) 2.11.1.4 88/10/26 @(#)socket.h (TWG) 2.3.1.1 88/06/13 @(#)in.h (TWG) 2.4 88/05/11 @(#)netdb.h (TWG) 2.4 88/05/19 /dev/win-netDay Mon 00 00:00:00 1900 SunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDec/etc/utmp/etc/passwdrr48W`/Lw/K:/JMFw/GMT TZaaaXXXXXX/usr/tmp//usr/tmp//etc/utmp/dev/gkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkggkgkggkngkgkgkgkggpgkgxggkgˀgՀgՀgՀgՀgՀgՀgՀgՀgՀgkgkgkgkgkgkgkgkgkgkgkj3gkmʀgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkgkitgkgkgkgkgkgkgkgkgkgknhj3lmҀgPhgkgkgPgkgkidgkgkgkngkiLgkgkigkgkgkgkgkgkgk 000000000000000000000000000000000000000001234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889999999999-+0123456789ABCDEF0X0123456789abcdef0xnan0xNAN0XinfINF ((((( H   !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~CHRCLASSascii/lib/chrclass/@:'i _;U?3RE)?9p8)5D}[ % /-I /w5b6,6)d>a<M*N5[!kj@g#*)3)5T?=D=)3+DZ^?* n#%9XVY'A H0n:?vr'"Q"`(d+42M;C~:<q(Ff"7&>nG 978 5q5& 1Z$.H+tj']!6$J !w5%_^LKzaN } dP@ff&f&hQ!G+ A D )K m5\W?Y U?}F^ z!%ph]( Z(J9H/9!Y,,, 4@(#)/lib/crt1.o.sl 1.6 4.2 05/14/87 424 AT&T-SF@(#)/usr/include/pwd.h.sl 1.3 4.2 04/20/87 22462 AT&T-SF@(#)/usr/include/sys/ioctl.h.sl 1.1 3.0 09/25/85 47484 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sgtty.h.sl 1.3 4.2 04/20/87 50462 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/pwd.h.sl 1.3 4.2 04/20/87 22462 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/file.h.sl 1.3 3.1 04/16/86 9268 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/pwd.h.sl 1.3 4.2 04/20/87 22462 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/pwd.h.sl 1.3 4.2 04/20/87 22462 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/dir.h.sl 1.1 3.0 09/25/85 13771 @(#)/usr/include/sys/fs/s5dir.h.sl 1.2 3.0 11/06/85 10453 @(#)/usr/include/dirent.h.sl 1.3 4.2 04/20/87 37866 AT&T-SF@(#)/usr/include/sys/dirent.h.sl 1.2 3.0 12/06/85 57703 @(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/pwd.h.sl 1.3 4.2 04/20/87 22462 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/time.h.sl 1.5 4.2 04/20/87 18195 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/ctype.h.sl 1.6 4.2 04/20/87 46120 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/string.h.sl 1.3 4.2 04/20/87 51235 AT&T-SF@(#)/usr/include/sys/stat.h.sl 1.3 3.0 12/19/85 41824 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_close.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/close.s 1.3@(#)win_fcntl.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/fcntl.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/ioctl.h.sl 1.1 3.0 09/25/85 47484 @(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)win_read.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/read.s 1.3@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/stream.h.sl 1.5 3.1 06/02/86 24300 AT&T-SF@(#)/usr/include/sys/stropts.h.sl 1.3 3.0 12/06/85 35091 @(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)/usr/include/stdio.h.sl 1.3 4.2 04/20/87 4140 AT&T-SF@(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)alloca.s 2.2 15:22:05 - 87/11/17@(#)/usr/include/sys/param.h.sl 1.4 3.1 10/02/86 28518 AT&T-SF@(#)/usr/include/sys/fs/s5param.h.sl 1.3 3.0 11/06/85 48148 @(#)/usr/include/sys/types.h.sl 1.3 3.1 06/02/86 48113 AT&T-SF@(#)/usr/include/tiuser.h.sl 1.3 4.2 04/20/87 4174 AT&T-SF@(#)/usr/include/sys/tiuser.h.sl 1.3 3.1 09/04/86 2842 AT&T-SF@(#)/usr/include/sys/sysmacros.h.sl 1.8 3.1 09/04/86 59664 AT&T-SF@(#)/usr/include/sys/timod.h.sl 1.3 3.1 09/04/86 24330 AT&T-SF@(#)/usr/include/errno.h.sl 1.3 4.2 04/20/87 25066 AT&T-SF@(#)/usr/include/sys/errno.h.sl 1.4 3.1 06/02/86 54087 AT&T-SF@(#)/usr/include/fcntl.h.sl 1.3 4.2 04/20/87 13502 AT&T-SF@(#)/usr/include/sys/fcntl.h.sl 1.4 3.1 09/04/86 54191 AT&T-SF @(#)win_hook.h (TWG) 3.3 88/11/10 @(#)/usr/include/setjmp.h.sl 1.3 4.2 04/20/87 36033 AT&T-SF@(#)/usr/include/sys/signal.h.sl 1.4 3.0 12/06/85 45123 @(#)win_write.s (TWG) 1.1 87/04/27 @(#)libc-m32:sys/write.s 1.3@(#)/usr/lib/libnsl_s.a/t_sync.o.sl 1.7 3.1 11/07/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_snd.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcv.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_sndudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvudata..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvuderr..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_open.o.sl 1.6 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_bind.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_connect.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_conn_util..sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_listen.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_accept.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_alloc.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getinfo.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_rcvrel.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_look.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_free.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_close.o.sl 1.5 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/t_getstate..sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_utility.o.sl 1.7 3.1 10/01/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data.o.sl 1.4 3.1 08/06/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__calloc_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__fcntl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__free_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ioctl_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__memcpy_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__getmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__putmsg_de.sl 1.2 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__sigset_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__open_def..sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__close_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__ulimit_de.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_errlst.o.sl 1.2 3.0 01/13/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/__errno_def.sl 1.3 3.1 07/02/86 0 AT&T-SF@(#)/usr/lib/libnsl_s.a/_data2.o.sl 1.2 3.1 08/06/86 0 AT&T-SF@(#)/lib/libc.a/abort.o.sl 1.5 4.2 05/14/87 53797 AT&T-SF@(#)/lib/libc.a/atol.o.sl 1.7 4.2 05/14/87 49983 AT&T-SF@(#)/lib/libc.a/chdir.o.sl 1.2 4.2 04/20/87 37805 AT&T-SF@(#)/lib/libc.a/closedir.o.sl 1.4 4.2 05/14/87 9082 AT&T-SF@(#)/lib/libc.a/ctime.o.sl 1.9 4.2 05/14/87 7115 AT&T-SF@(#)/lib/libc.a/chmod.o.sl 1.2 4.2 04/20/87 37853 AT&T-SF@(#)/lib/libc.a/fgetc.o.sl 1.4 4.2 05/14/87 22532 AT&T-SF@(#)/lib/libc.a/geteuid.o.sl 1.2 4.2 04/20/87 20740 AT&T-SF@(#)/lib/libc.a/getgid.o.sl 1.2 4.2 04/20/87 54806 AT&T-SF@(#)/lib/libc.a/atoi.o.sl 1.7 4.2 05/14/87 49983 AT&T-SF@(#)/lib/libc.a/getlogin.o.sl 1.7 4.2 05/25/87 2370 AT&T-SF@(#)/lib/libc.a/getmsg.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/fputs.o.sl 1.4 4.2 05/25/87 41142 AT&T-SF@(#)/lib/libc.a/getpwnam.o.sl 1.4 4.2 05/25/87 54032 AT&T-SF@(#)/lib/libc.a/getpwuid.o.sl 1.3 4.2 05/25/87 58506 AT&T-SF@(#)/lib/libc.a/getpwent.o.sl 1.5 4.2 05/25/87 40585 AT&T-SF@(#)/lib/libc.a/fgets.o.sl 1.5 4.2 05/25/87 32580 AT&T-SF@(#)/lib/libc.a/getuid.o.sl 1.2 4.2 04/20/87 35351 AT&T-SF@(#)/lib/libc.a/calloc.o.sl 1.4 4.2 05/25/87 36619 AT&T-SF@(#)/lib/libc.a/link.o.sl 1.2 4.2 04/20/87 37757 AT&T-SF@(#)/lib/libc.a/creat.o.sl 1.2 4.2 04/20/87 37790 AT&T-SF@(#)/lib/libc.a/opendir.o.sl 1.5 4.2 05/25/87 41427 AT&T-SF@(#)/lib/libc.a/fdopen.o.sl 1.5 4.2 05/25/87 36475 AT&T-SF@(#)/lib/libc.a/pipe.o.sl 1.4 4.2 05/25/87 17378 AT&T-SF@(#)/lib/libc.a/printf.o.sl 1.4 4.2 05/25/87 25448 AT&T-SF@(#)/lib/libc.a/putmsg.o.sl 1.2 4.2 04/20/87 26193 AT&T-SF@(#)/lib/libc.a/fprintf.o.sl 1.4 4.2 05/25/87 62983 AT&T-SF@(#)/lib/libc.a/memccpy.o.sl 1.4 4.2 05/25/87 1157 AT&T-SF@(#)/lib/libc.a/qsort.o.sl 1.7 4.2 05/25/87 3086 AT&T-SF@(#)/lib/libc.a/readdir.o.sl 1.5 4.2 05/25/87 25288 AT&T-SF@(#)/lib/libc.a/getdents.o.sl 1.2 4.2 04/20/87 26113 AT&T-SF@(#)/lib/libc.a/rew.o.sl 1.4 4.2 05/25/87 57950 AT&T-SF@(#)/lib/libc.a/rmdir.o.sl 1.2 4.2 04/20/87 26081 AT&T-SF@(#)/lib/libc.a/filbuf.o.sl 1.4 4.2 05/25/87 25200 AT&T-SF@(#)/lib/libc.a/setbuf.o.sl 1.4 4.2 05/25/87 61664 AT&T-SF@(#)/lib/libc.a/setgid.o.sl 1.2 4.2 04/20/87 5833 AT&T-SF@(#)/lib/libc.a/setpgrp.o.sl 1.2 4.2 04/20/87 12054 AT&T-SF@(#)/lib/libc.a/setuid.o.sl 1.2 4.2 04/20/87 22228 AT&T-SF@(#)/lib/libc.a/alarm.o.sl 1.2 4.2 04/20/87 47639 AT&T-SF@(#)/lib/libc.a/pause.o.sl 1.2 4.2 04/20/87 26337 AT&T-SF@(#)/lib/libc.a/setjmp.o.sl 1.4 4.2 05/25/87 38006 AT&T-SF@(#)/lib/libc.a/sprintf.o.sl 1.4 4.2 05/25/87 19303 AT&T-SF@(#)/lib/libc.a/strcmp.o.sl 1.5 4.2 05/25/87 44085 AT&T-SF@(#)/lib/libc.a/strncpy.o.sl 1.5 4.2 05/25/87 10898 AT&T-SF@(#)/lib/libc.a/strtol.o.sl 1.9 4.2 05/25/87 62565 AT&T-SF@(#)/lib/libc.a/execl.o.sl 1.2 4.2 04/20/87 47265 AT&T-SF@(#)/lib/libc.a/execv.o.sl 1.2 4.2 04/20/87 65461 AT&T-SF@(#)/lib/libc.a/execve.o.sl 1.2 4.2 04/20/87 17110 AT&T-SF@(#)/lib/libc.a/exit.o.sl 1.2 4.2 04/20/87 52308 AT&T-SF@(#)/lib/libc.a/fork.o.sl 1.2 4.2 04/20/87 8429 AT&T-SF@(#)/lib/libc.a/time.o.sl 1.4 4.2 05/25/87 39659 AT&T-SF@(#)/lib/libc.a/time_comm.o.sl 1.11 4.2 05/25/87 1632 AT&T-SF@(#)/lib/libc.a/fopen.o.sl 1.5 4.2 05/25/87 10067 AT&T-SF@(#)/lib/libc.a/findiop.o.sl 1.4 4.2 05/25/87 17811 AT&T-SF@(#)/lib/libc.a/tmpnam.o.sl 1.4 4.2 05/25/87 58797 AT&T-SF@(#)/lib/libc.a/mktemp.o.sl 1.6 4.2 05/25/87 16073 AT&T-SF@(#)/lib/libc.a/access.o.sl 1.2 4.2 04/20/87 25853 AT&T-SF@(#)/lib/libc.a/strlen.o.sl 1.4 4.2 05/25/87 64518 AT&T-SF@(#)/lib/libc.a/tolower.o.sl 1.7 4.2 05/25/87 45256 AT&T-SF@(#)/lib/libc.a/toupper.o.sl 1.7 4.2 05/25/87 12489 AT&T-SF@(#)/lib/libc.a/ttyslot.o.sl 1.5 4.2 05/25/87 19526 AT&T-SF@(#)/lib/libc.a/strncmp.o.sl 1.5 4.2 05/25/87 63690 AT&T-SF@(#)/lib/libc.a/strrchr.o.sl 1.4 4.2 05/25/87 11240 AT&T-SF@(#)/lib/libc.a/ttyname.o.sl 1.5 4.2 05/25/87 14752 AT&T-SF@(#)/lib/libc.a/fstat.o.sl 1.2 4.2 04/20/87 22233 AT&T-SF@(#)/lib/libc.a/lseek.o.sl 1.2 4.2 04/20/87 26177 AT&T-SF@(#)/lib/libc.a/stat.o.sl 1.2 4.2 04/20/87 22223 AT&T-SF@(#)/lib/libc.a/strcat.o.sl 1.4 4.2 05/25/87 22679 AT&T-SF@(#)/lib/libc.a/ulimit.o.sl 1.2 4.2 04/20/87 26333 AT&T-SF@(#)/lib/libc.a/umask.o.sl 1.2 4.2 04/20/87 26285 AT&T-SF@(#)/lib/libc.a/ungetc.o.sl 1.5 4.2 05/25/87 7328 AT&T-SF@(#)/lib/libc.a/unlink.o.sl 1.2 4.2 04/20/87 37773 AT&T-SF@(#)/lib/libc.a/doprnt.o.sl 1.4 4.2 05/25/87 55259 AT&T-SF@(#)/lib/libc.a/ctype.o.sl 1.6 4.2 05/25/87 18739 AT&T-SF@(#)/lib/libc.a/ecvt.o.sl 1.5 4.2 05/25/87 19908 AT&T-SF@(#)/lib/libc.a/dtop.o.sl 1.5 4.2 05/25/87 46978 AT&T-SF@(#)/lib/libc.a/biglitpow.o.sl 1.4 4.2 04/20/87 58018 AT&T-SF@(#)/lib/libc.a/frexp.o.sl 1.4 4.2 05/25/87 14207 AT&T-SF@(#)/lib/libc.a/fwrite.o.sl 1.8 4.2 05/25/87 64556 AT&T-SF@(#)/lib/libc.a/flsbuf.o.sl 1.5 4.2 05/25/87 23439 AT&T-SF@(#)/lib/libc.a/data.o.sl 1.1 4.0 01/16/86 48837 AT&T-SF@(#)/lib/libc.a/getenv.o.sl 1.4 4.2 05/25/87 35181 AT&T-SF@(#)/lib/libc.a/isatty.o.sl 1.5 4.2 05/25/87 23069 AT&T-SF@(#)/lib/libc.a/ioctl.o.sl 1.2 4.2 04/20/87 26189 AT&T-SF@(#)/lib/libc.a/ltostr.o.sl 1.6 4.2 05/25/87 35354 AT&T-SF@(#)/lib/libc.a/m32_data.o.sl 1.3 4.2 04/20/87 49169 AT&T-SF@(#)/lib/libc.a/malloc.o.sl 1.6 4.2 05/25/87 41056 AT&T-SF@(#)/lib/libc.a/memchr.o.sl 1.4 4.2 05/25/87 2435 AT&T-SF@(#)/lib/libc.a/memcpy.o.sl 1.4 4.2 05/25/87 41010 AT&T-SF@(#)/lib/libc.a/memset.o.sl 1.4 4.2 05/25/87 32680 AT&T-SF@(#)/lib/libc.a/open.o.sl 1.2 4.2 04/20/87 10730 AT&T-SF@(#)/lib/libc.a/sbrk.o.sl 1.4 4.2 05/25/87 32178 AT&T-SF@(#)/lib/libc.a/strcpy.o.sl 1.4 4.2 05/25/87 10565 AT&T-SF@(#)/lib/libc.a/wait.o.sl 1.4 4.2 05/25/87 31301 AT&T-SF@(#)/lib/libc.a/signal.o.sl 1.8 4.2 05/25/87 60416 AT&T-SF@(#)/lib/libc.a/fpstart.o.sl 1.2 4.2 04/20/87 31329 AT&T-SF@(#)/lib/libc.a/fpstart0.o.sl 1.2 4.2 04/20/87 32876 AT&T-SF@(#)/lib/libc.a/getflth0.o.sl 1.4 4.2 05/25/87 27494 AT&T-SF@(#)/lib/libc.a/kill.o.sl 1.2 4.2 04/20/87 5824 AT&T-SF@(#)/lib/libc.a/getpid.o.sl 1.2 4.2 04/20/87 18967 AT&T-SF@(#)/lib/libc.a/cerror.o.sl 1.4 4.2 05/25/87 56106 AT&T-SF@(#)/lib/libc.a/cuexit.o.sl 1.2 4.2 04/20/87 28151 AT&T-SF@(#)/lib/crtn.o.sl 1.2 4.2 04/20/87 0 AT&T-SF/shlib/libnsl_s # SCCS_ID - "@(#)sendmail.cf (TWG) 3.5 88/11/03 " ############################################################################### ### ### ### sendmail configuration for generic complex host ### ### with both UUCP and Internet connections ### ### ### ### Erik E. Fair ### ### ### ############################################################################### # Our local domain ($D is added to $w [hostname] for official name in base.m4) DDXXX # All the names we are known by (put all the names & nick names on the next # line, separated by spaces. If you need another line, begin it with "Cw") CwYYY # Our UUCP name DU$w ############################################################################### ### baseline definitions that sendmail needs to operate ### ############################################################################### ########################## ### Special macros ### ########################## DV25 # my official hostname Dj$w # my name (the name on mailer bounces) DnMAILER-DAEMON # UNIX header format DlFrom $g $d # delimiter (operator) characters Do.:%@!^/[] # format of a total name Dq$?x$x <$g>$|$g$. # SMTP login message De$j Sendmail $v/$V ready at $b ################### ### Options ### ################### # we have full sendmail support here Oa # location of alias file OA/usr/lib/aliases # default delivery mode (deliver in background) Odbackground # (don't) connect to "expensive" mailers #Oc # temporary file mode OF0600 # default GID Og1 # location of help file OH/usr/lib/sendmail.hf # log level OL9 # Send to me too (even if I'm in an alias expansion) Om # default messages to old style Oo # queue directory OQ/usr/spool/mqueue # read timeout -- violates protocols (timeout an SMTP idle for 2 hours) Or2h # status file OS/usr/lib/sendmail.st # queue up everything before starting transmission Os # default timeout interval (returns undelivered mail after 3 days) OT3d # time zone names (V6 only) OtPST,PDT # default UID Ou1 # encrypted wizard's password (for the undocumented "wiz" SMTP command) OWnot-likely # rebuild the aliasfile automagically #OD # maximum load average before queueing mail Ox10 # maximum load average before rejecting connections OX15 ############################### ### Message precedences ### ############################### Pfirst-class=0 Pspecial-delivery=100 Pbulk=-60 Pjunk=-100 ######################### ### Trusted users ### ######################### Troot Tdaemon Tnews Tuucp ############################# ### Format of headers ### ############################# H?P?Return-Path: <$g> HReceived: $?sfrom $s$. by $j$?r with $r$. ($v/$V-eef) id $i; $b H?D?Date: $a H?F?From: $q H?x?Full-Name: $x H?M?Message-Id: <$t.$i@$j> HSubject: H?D?Resent-Date: $a H?F?Resent-From: $q H?M?Resent-Message-Id: <$t.$i@$j> ############################################################################### # RULESET ZERO PREAMBLE # ############################################################################### S0 # first make canonical R$*<$*>$* $1$2$3 defocus R$+ $:$>3$1 make canonical # handle special cases..... R@ $#local$:$n handle <> form R$*<@[$+]>$* $#tcp$@[$2]$:$1@[$2]$3 numeric internet spec # now delete the local info R$*<$*$=w.UUCP>$* $1<$2>$4 thishost R$*<$*$=w.$D>$* $1<$2>$4 thishost R$*<$*$=w>$* $1<$2>$4 thishost R$*<$*.>$* $1<$2>$3 drop trailing dot R<@>:$* $@$>0$1 retry after route strip R$*<@> $@$>0$1 strip null trash & retry # return uucp mail that looks like decvax!ittvax!marsvax! since it # will be rejected at the final site with no username on it # or a address like user@ R$*! $#error$:Destination address truncated R$*@ $#error$:Destination address truncated ############################################################################### ### Machine dependent part of ruleset zero (where we decide what to do) ### ############################################################################### R$*<@$-.UUCP> $:<@$2.UUCP>:$1 # resolve UUCP links to hosts known to this machine R<@$-.UUCP>$-$+ $#uucp$@$1$:$3 resolve local uucp # special case violation of RFC822 for hybrid bang/at addresses # if uucphost!user@arpahost, forward to uucphost if we speak to it. R$=U!$+<@$+>$* $#uucp$@$1$:$2@$3$4 # resolve various and sundry other unofficial networks R$*<@$+.MAILNET>$* $#tcp$@mit-multics.arpa$:$1@$2.MAILNET$3 MAILNET R$*<@$+.BITNET>$* $#tcp$@wiscvm.wisc.edu$:$1@$2.BITNET$3 BITNET R$*<@$+.MFENET>$* $#tcp$@nmfecc.arpa$:$1@$2.MFENET$3 MFENET R$*<@$+.CSNET>$* $#tcp$@relay.cs.net$:$1@$2.CSNET$3 CSNET # Well it isn't a "known" host lets try to find it R$*<@$+.UUCP>$* $1<@$2>$3 Just drop the .UUCP # Look for host name using named R$*<@$+>$* $:$1<@$[$2$]>$3 ask named to resolve # when all else fails, look up the whole name in the host table R$*<@$+>$* $#tcp$@$2$:$1@$2$3 user@domain # remaining names must be local R@ $n fix magic token R$+ $#local$:$1 everything else ############################################################################### ### End of ruleset zero ### ############################################################################### ########################### # Name Canonicalization # ########################### S3 # handle "from:<>" special case R<> $@@ resolve into magic token # basic textual canonicalization R$*<$*<$*<$+>$*>$*>$* $4 3-level <> nesting R$*<$*<$+>$*>$* $3 2-level <> nesting R$*<$+>$* $2 basic RFC821/822 parsing R$+ at $+ $1@$2 "at" -> "@" for RFC 822 R$*<$*>$* $1$2$3 in case recursive # make sure <@a,@b,@c:user@d> syntax is easy to parse -- undone later R@$+,$+ @$1:$2 change all "," to ":" # localize and dispose of domain-based addresses R@$+:$+ $@$>6<@$1>:$2 handle # more miscellaneous cleanup R$+ $:$>8$1 host dependent cleanup R$+:$*;@$+ $@$1:$2;@$3 list syntax R$+@$+ $:$1<@$2> focus on domain R$+<$+@$+> $1$2<@$3> move gaze right R$+<@$+> $@$>6$1<@$2> already canonical # convert old-style addresses to a domain-based address R$+^$+ $1!$2 convert ^ to ! R$-!$+ $@<@$1.UUCP>:$2 uucp name hackery R$+%$+ $:$>5$1%$2 user%host%host R$+<@$+> $@$>6$1<@$2> canonical # Given multiple %'s change rightmost % to @. S5 R$*<$*>$* $1$2$3 defocus R$*%$* $1@$2 First make them all @'s. R$*@$*@$* $1%$2@$3 Undo all but the last. R$*@$* $@$1<@$2> Put back the brackets. ############################################################################### #### Assorted name hackery to make things simple for people #### ############################################################################### # here we look for addresses of the form: user%host.domain@gateway # and strip off the gateway name (for the ones that we know) S6 # conventional percent format R$+%$+.MAILNET<@mit-multics.arpa> $>5$1<%$2.MAILNET> strip R$+%$+.MFENET<@nmfecc.arpa> $>5$1<%$2.MFENET> strip R$+%$+.BITNET<@wiscvm.wisc.edu> $>5$1<%$2.BITNET> strip R$+%$+.CSNET<@relay.cs.net> $>5$1<%$2.CSNET> strip # regulation route-addr format R<@mit-multics.arpa>:$+@$+.MAILNET $1<@$2.MAILNET> strip R<@nmfecc.arpa>:$+@$+.MFENET $1<@$2.MFENET> strip R<@wiscvm.wisc.edu>:$+@$+.BITNET $1<@$2.BITNET> strip R<@relay.cs.net>:$+@$+.CSNET $1<@$2.CSNET> strip # mung up names for the outside world - called from tcp mailer S7 R$+@$+.MAILNET $1%$2.MAILNET@mit-multics.arpa user@host.MAILNET R$+@$+.MFENET $1%$2.MFENET@nmfecc.arpa user@host.MFENET R$+@$+.BITNET $1%$2.BITNET@wiscvm.wisc.edu user@host.BITNET R$+@$+.CSNET $1%$2.CSNET@relay.cs.net user@host.CSNET ############################################################################### #### UUCP address hackery #### ############################################################################### S9 R$+!$=w!$+ $3 collapse loops R$-.$+!$+ $@$>6$3<@$1.$2> do.main!user R$-!$+ $@$>6$2<@$1.UUCP> host!user ################################ # Sender Field Pre-rewriting # ################################ S1 R$*<$*>$* $1$2$3 defocus ################################### # Recipient Field Pre-rewriting # ################################### S2 R$*<$*>$* $1$2$3 defocus ################################### # Final Output Post-rewriting # # Standard Domain-based version # ################################### S4 R@ $n handle <> error addr # externalize local domain info R@$+:$+:$+ $@@$1,$2:$3 canonical # UUCP must always be presented in old form R$+@$-.UUCP $2!$1 u@h.UUCP => h!u ############################################################################### ### Local, and Program Mailer specifications ### ############################################################################### # Nota Bene: what mailer flags you use depends upon what version of /bin/mail # you have: # # 4th Berkeley Software Distribution (4.1 BSD or later) #Mlocal, P=/bin/mail, F=SlsDFMPpmnxr, S=10, R=20, A=mail -d $u # # USG UNIX (System III, System V, Xenix 3.0 or later) Mlocal, P=/bin/mail, F=SlsDFMPpmx, S=10, R=20, A=mail $u # # Also, if you are using System V, you should get the Berkeley version of # /bin/mail as soon as you can and junk the one you've got: it doesn't # believe in sendmail, so the wrong thing will happen when someone types # mail user@host (i.e. it will attempt local delivery, rather than call # sendmail) Mprog, P=/bin/sh, F=lsDFMpxehu, S=10, R=20, A=sh -c $u S10 S20 ############################################################################### #### IP/TCP/SMTP mailer (going out to internet land) #### ############################################################################### Mtcp, P=[IPC], F=AmhnDFMpueXLC, S=14, R=14, A=IPC $h, E=\r\n S14 R$*@[$+]$* $@$1@[$2]$3 already ok (inet addr spec) R@$+@$+ $@@$1@$2 already ok (route-addr) R$+@$=X.UUCP $2!$1@$X fix remote UUCP R$+@$=Y.UUCP $2!$1@$Y fix remote UUCP R$+@$=Z.UUCP $2!$1@$Z fix remote UUCP R$+@$-.UUCP $2!$1@$j undo local UUCP hack R$+@$+ $@$>7$1@$2 fix up names for the internet R$+ $@$1@$j add our official host name ############################################################################### #### UUCP mailer (bangland) #### ############################################################################### # if none of your UUCP neighbors are 4.1 BSD sites, add an "m" after "F=" # this will cause multiple recipients on the same remote host to be done # in the same uux command (i.e. one letter sent for "n" recipients) # # if you want uucico to be invoked immediately after a letter is queued # (i.e. initiate the phone call immediately) remove the "-r" flag in the # uux command line. Muucp, P=/usr/bin/uux, F=sDFMxhuU, S=13, R=23, M=100000, A=uux - -r $h!rmail ($u) S13 R$+@$-.UUCP $2!$1 u@host.UUCP => host!u R$=w!$+ $2 zap dups R@$+@$+ $@$U!@$1@$2 ugh, route-addrs # unfortunately, I have to resolve route-addrs before this rule, because # it is so general that it matches them too, with disastrous results. - EEF R$+@$-.$+ $2.$3!$1 uucpize address R$+ $:$U!$1 stick on our host name S23 # nothing here because bangland mailers are supposed to rewrite these headers # relative to the sender by themselves anyway. ^` P