To all, Subject: Berkeley Libraries of commonly used functions for SystemV 3b2. Where to Get: ftp.aetc.af.mil, anonymous/guest, dir /pub/3b2/libbsd Notes: This compilation matrix needed little change. The uio.h header file in writev.c was changed to sys/socket.h to provide the iov structures. The resultant file, libbsd.a needs to be installed in /usr/lib and included in any cc compilation requiring the functions (with -lbsd) listed herein; fsync, getdtblsize, gettimeofday, setitimer, sigvec, strcasecmp, writev. Install as: -r--r--r-- 1 bin bin /usr/lib/libbsd.a Note: If you have the libnet.a library in /usr/lib, the strcasecmp function is included there, you may not need libbsd.a for that one. Enjoy, Milton Turner ps. Code is under standard Berkeley Copyrights, use as you wish, leave their names in programs...etc.