cvs commit: src/sys/compat/svr4 svr4_ipc.c

John Baldwin jhb at FreeBSD.org
Thu Jul 7 19:25:47 GMT 2005


jhb         2005-07-07 19:25:47 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/svr4      svr4_ipc.c 
  Log:
  Rototill this file so that it actually compiles.  It doesn't do anything
  in the build still due to some #undef's in svr4.h, but if you hack around
  that and add some missing entries to syscalls.master, then this file will
  now compile.  The changes involved proc -> thread, using FreeBSD syscall
  names instead of NetBSD, and axeing syscallarg() and retval arguments.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.16      +135 -144  src/sys/compat/svr4/svr4_ipc.c


More information about the cvs-all mailing list