admin patch for mac os x
Benjamin Reed
ranger at befunk.com
Fri Jun 27 02:55:48 BST 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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])
])
- --
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
Standards are the industry's way of codifying obsolescence.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE++6QkUu+jZtP2Zf4RAhe5AJ9qP5WGwcV2RrmLXIMVix2OKJSHIACeOVHv
rv2S8PQz246TI7ULDhpY1U8=
=UKmg
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list