Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 1995 22:43:30 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/vm vm_mmap.c vm_swap.c vm_unix.c
Message-ID:  <199511120643.WAA25969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/11/11 22:43:29

  Modified:    sys/i386/i386  sys_machdep.c
  Log:
  

  Modified:    sys/kern  kern_acct.c kern_descrip.c kern_exec.c kern_fork.c
                         kern_ktrace.c kern_ntptime.c kern_prot.c
                        kern_resource.c  kern_sig.c kern_sysctl.c
                        kern_time.c kern_xxx.c subr_prof.c  sys_generic.c
                        sys_process.c vfs_syscalls.c
               sys/ufs/lfs  lfs_syscalls.c
               sys/vm    vm_mmap.c vm_swap.c vm_unix.c
  Log:
  Included <sys/sysproto.h> to get central declarations for syscall args
  structs and prototypes for syscalls.
  
  Ifdefed duplicated decentralized declarations of args structs.  It's
  convenient to have this visible but they are hard to maintain.  Some
  are already different from the central declarations.  4.4lite2 puts
  them in comments in the function headers but I wanted to avoid the
  large changes for that.



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