Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2005 19:25:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/svr4 svr4_ipc.c
Message-ID:  <200507071925.j67JPlXI085401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507071925.j67JPlXI085401>