PERFORCE change 124976 for review

Constantine A. Murenin cnst at FreeBSD.org
Fri Aug 10 11:45:24 PDT 2007


On 09/08/2007 16:10, Jesper Brix Rosenkilde wrote:

> http://perforce.freebsd.org/chv.cgi?CH=124976
> 
> Change 124976 by jbr at jbr_bob on 2007/08/09 20:10:36

...

> +void
> +exec_unmap_sysshm(imgp)
> +     struct image_params *imgp;
> +{

This notation is depricated, please use ANSI C, e.g.

+void
+exec_unmap_sysshm(struct image_params *imgp)
+{

C.


More information about the p4-projects mailing list