PERFORCE change 122665 for review

Peter Wemm peter at FreeBSD.org
Sun Jul 1 19:52:34 UTC 2007


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

Change 122665 by peter at peter_overcee on 2007/07/01 19:52:04

	Update function decl from K&R to ansi.

Affected files ...

.. //depot/projects/hammer/sys/vm/vm_mmap.c#44 edit

Differences ...

==== //depot/projects/hammer/sys/vm/vm_mmap.c#44 (text+ko) ====

@@ -394,9 +394,7 @@
 
 #ifdef COMPAT_FREEBSD6
 int
-freebsd6_mmap(td, uap)
-	struct thread *td;
-	struct freebsd6_mmap_args *uap;
+freebsd6_mmap(struct thread *td, struct freebsd6_mmap_args *uap)
 {
 	struct mmap_args oargs;
 


More information about the p4-projects mailing list