Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site noscvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!sdcrdcf!sdcsvax!noscvax!bmarsh From: bmarsh@noscvax.UUCP (William C. Marsh) Newsgroups: net.bugs.2bsd Subject: Re: Any one using symbolic links under 2.9? Message-ID: <599@noscvax.UUCP> Date: Thu, 23-Aug-84 12:38:09 EDT Article-I.D.: noscvax.599 Posted: Thu Aug 23 12:38:09 1984 Date-Received: Sat, 25-Aug-84 07:19:11 EDT References: <2101@usceast.UUCP> Organization: Naval Ocean Systems Center Lines: 19 If UCB_NET is not defined, the two system calls symlink and readlink do not get included. To include these two functions, (without including ALL the UCB_NET stuff), change line 270 of file /usr/src/sys/sys/sysent.c from the following: #ifdef UCB_NET to #if defined(UCB_NET) || defined(UCB_SYMLINKS) This will include symlink and readlink into the local system call table. (the network system calls will be defined as nosys by a previous ifdef) Bill Marsh bmarsh@nosc Code 911 Naval Ocean Systems Center ...sdcrdef!sdcsvax!noscvax!bmarsh 271 Catalina Blvd. San Diego, CA 92152