Subject: Problems with 05/13 sources
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Kim Andersen <kim@dde.dk>
List: current-users
Date: 05/14/1994 22:01:23
I'm have a number of problems with the current sources.

1. src/usr.sbin/pppd
   Missing lock.c 
2. src/usr.sbin/ppp/pppstats
   Lots of problems due to changes in kvm_ routines

3. sys/netinet/in.h and/or  include/rpc/rpc.h
   The problem shows when compiling gethostnamaddr.c.
   sys/netinet/in.h is not proteced against multiple inclusions.

4. Errors when using vn, eg. doing a make snap_md in src/etc.
   I get this:
     mount /dev/vnd0a /mnt
     /dev/vnd0a on /mnt: Operation not supported by device

5. vi does nothing  when run on the console (pccons). Works in a xterm.
   It seems to "sleep" without entering any mode nor showing output.
   It is interruptable.

6. sys/socket.h
   The prototypes for recv and sendv has changed, but the functions
   hasn't. Changed "int len" to "size_t len"

7. X is cpu hungry. In a otherwise idle system the server uses 95% cpu.
   The server were last compiled on May10 using libc.so.10.1.
   Any else seen this ?. Will a simple recompile help ?
   (This is XFree86-2.1.1)

Comments ?

regards
kim

------------------------------------------------------------------------------