Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 02:16:01 GMT
From:      Jesper Brix Rosenkilde <jbr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 125376 for review
Message-ID:  <200708200216.l7K2G1UC036628@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125376

Change 125376 by jbr@jbr_bob on 2007/08/20 02:16:00

	clean up redux

Affected files ...

.. //depot/projects/soc2007/jbr-syscall/src/sys/kern/kern_fork.c#4 edit
.. //depot/projects/soc2007/jbr-syscall/src/sys/sys/exec.h#6 edit

Differences ...

==== //depot/projects/soc2007/jbr-syscall/src/sys/kern/kern_fork.c#4 (text+ko) ====

@@ -229,6 +229,7 @@
 			}
 			PROC_UNLOCK(p1);
 		}
+
 		vm_forkproc(td, NULL, NULL, flags);
 
 		/*

==== //depot/projects/soc2007/jbr-syscall/src/sys/sys/exec.h#6 (text+ko) ====

@@ -73,7 +73,9 @@
 
 int exec_map_first_page(struct image_params *);        
 void exec_unmap_first_page(struct image_params *);       
+
 int exec_map_sysshm(struct image_params *);
+
 int exec_register(const struct execsw *);
 int exec_unregister(const struct execsw *);
 



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