Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 1995 04:18:46 -0800
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/vm device_pager.c swap_pager.c vm_mmap.c vm_object.c vm_page.c
Message-ID:  <199512031218.EAA20273@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/03 04:18:44

  Modified:    sys/vm    device_pager.c swap_pager.c vm_mmap.c vm_object.c
                        vm_page.c
  Log:
  Completed function declarations and/or added prototypes.
  
  Staticized some functions.
  
  __purified some functions.  Some functions were bogusly declared as
  returning `const'.  This hasn't done anything since gcc-2.5.  For
  later versions of gcc, the equivalent is __attribute__((const)) at
  the end of function declarations.
  
  Revision  Changes    Path
  1.14      +4 -3      src/sys/vm/device_pager.c
  1.52      +28 -8     src/sys/vm/swap_pager.c
  1.30      +4 -2      src/sys/vm/vm_mmap.c
  1.57      +17 -5     src/sys/vm/vm_object.c
  1.39      +10 -4     src/sys/vm/vm_page.c



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