PERFORCE change 125376 for review

Jesper Brix Rosenkilde jbr at FreeBSD.org
Sun Aug 19 19:16:02 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125376

Change 125376 by jbr at 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 *);
 


More information about the p4-projects mailing list