Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Teeny bit of style policing.



details:   https://anonhg.NetBSD.org/src/rev/e14082202b14
branches:  trunk
changeset: 474477:e14082202b14
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 08 01:02:44 1999 +0000

description:
Teeny bit of style policing.

diffstat:

 sys/uvm/uvm_pager.c |  19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 5c0fb60b71eb -r e14082202b14 sys/uvm/uvm_pager.c
--- a/sys/uvm/uvm_pager.c       Thu Jul 08 00:52:45 1999 +0000
+++ b/sys/uvm/uvm_pager.c       Thu Jul 08 01:02:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_pager.c,v 1.20 1999/05/26 19:16:36 thorpej Exp $   */
+/*     $NetBSD: uvm_pager.c,v 1.21 1999/07/08 01:02:44 thorpej Exp $   */
 
 /*
  *
@@ -583,15 +583,14 @@
  *             [only meaningful if swap-backed (uobj == NULL)]
  */
 
-
-void uvm_pager_dropcluster(uobj, pg, ppsp, npages, flags, swblk)
-
-struct uvm_object *uobj;       /* IN */
-struct vm_page *pg, **ppsp;    /* IN, IN/OUT */
-int *npages;                   /* IN/OUT */
-int flags;
-int swblk;                     /* valid if (uobj == NULL && PGO_REALLOCSWAP) */
-
+void
+uvm_pager_dropcluster(uobj, pg, ppsp, npages, flags, swblk)
+       struct uvm_object *uobj;        /* IN */
+       struct vm_page *pg, **ppsp;     /* IN, IN/OUT */
+       int *npages;                    /* IN/OUT */
+       int flags;
+       int swblk;                      /* valid if
+                                          (uobj == NULL && PGO_REALLOCSWAP) */
 {
        int lcv;
        boolean_t obj_is_alive; 



Home | Main Index | Thread Index | Old Index