cvs commit: src/sys/emulation/svr4 imgact_svr4.c svr4_exec.h svr4_fcntl.c svr4_ioctl.c svr4_ioctl.h svr4_ipc.c svr4_misc.c svr4_proto.h svr4_resource.c svr4_signal.c svr4_signal.h svr4_socket.h svr4_sockio.c svr4_stat.c svr4_stream.c ...

Robert Garrett rob at crater.dragonflybsd.org
Tue Aug 26 23:07:37 PDT 2003


rob         2003/08/26 23:07:11 PDT

  Modified files:
    sys/emulation/svr4   imgact_svr4.c svr4_exec.h svr4_fcntl.c 
                         svr4_ioctl.c svr4_ioctl.h svr4_ipc.c 
                         svr4_misc.c svr4_proto.h svr4_resource.c 
                         svr4_signal.c svr4_signal.h svr4_socket.h 
                         svr4_sockio.c svr4_stat.c svr4_stream.c 
                         svr4_stropts.h svr4_syscall.h 
                         svr4_syscallnames.c svr4_sysent.c 
                         svr4_termios.c svr4_ttold.c svr4_union.h 
                         svr4_util.h 
    sys/emulation/svr4/i386 svr4_machdep.c svr4_machdep.h 
  Log:
  __P removal
  
  Revision  Changes    Path
  1.5       +1 -1      src/sys/emulation/svr4/imgact_svr4.c
  1.3       +2 -2      src/sys/emulation/svr4/svr4_exec.h
  1.14      +9 -9      src/sys/emulation/svr4/svr4_fcntl.c
  1.10      +3 -3      src/sys/emulation/svr4/svr4_ioctl.c
  1.4       +13 -13    src/sys/emulation/svr4/svr4_ioctl.h
  1.5       +29 -29    src/sys/emulation/svr4/svr4_ipc.c
  1.15      +9 -9      src/sys/emulation/svr4/svr4_misc.c
  1.9       +77 -77    src/sys/emulation/svr4/svr4_proto.h
  1.5       +1 -1      src/sys/emulation/svr4/svr4_resource.c
  1.9       +5 -5      src/sys/emulation/svr4/svr4_signal.c
  1.5       +5 -5      src/sys/emulation/svr4/svr4_signal.h
  1.4       +5 -5      src/sys/emulation/svr4/svr4_socket.h
  1.5       +1 -1      src/sys/emulation/svr4/svr4_sockio.c
  1.8       +5 -5      src/sys/emulation/svr4/svr4_stat.c
  1.9       +51 -51    src/sys/emulation/svr4/svr4_stream.c
  1.3       +2 -2      src/sys/emulation/svr4/svr4_stropts.h
  1.9       +0 -0      src/sys/emulation/svr4/svr4_syscall.h
  1.9       +0 -0      src/sys/emulation/svr4/svr4_syscallnames.c
  1.9       +0 -0      src/sys/emulation/svr4/svr4_sysent.c
  1.5       +12 -12    src/sys/emulation/svr4/svr4_termios.c
  1.5       +15 -15    src/sys/emulation/svr4/svr4_ttold.c
  1.5       +0 -0      src/sys/emulation/svr4/svr4_union.h
  1.4       +2 -2      src/sys/emulation/svr4/svr4_util.h
  1.7       +1 -1      src/sys/emulation/svr4/i386/svr4_machdep.c
  1.4       +3 -3      src/sys/emulation/svr4/i386/svr4_machdep.h






More information about the Commits mailing list