admin patch for mac os x

Stephan Kulow coolo at kde.org
Fri Jun 27 14:13:04 BST 2003


On Friday 27 June 2003 03:55, Benjamin Reed wrote:
> Benjamin Reed wrote:
> 
> > Here's another patch for the admin dir for OSX.
> 
> Oh, also, on MacOSX size_t is unsigned int.  Any objection to this?  It
> should be pretty safe I would think...
> 
> Index: acinclude.m4.in
> ===================================================================
> RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
> retrieving revision 2.370
> diff -u -r2.370 acinclude.m4.in
> --- acinclude.m4.in     26 Jun 2003 07:55:24 -0000      2.370
> +++ acinclude.m4.in     27 Jun 2003 01:54:42 -0000
> @@ -2133,7 +2133,7 @@
>   char buffer[200];
>   getdomainname(buffer, 200);
>   ],
> -               [int getdomainname (char *, int)],
> +               [int getdomainname (char *, size_t)],
>                  [GETDOMAINNAME])
>   ])
> 
Is that check used anywhere? 

Greetings, Stephan




More information about the kde-core-devel mailing list