instead of ushort)
Reviewed by: jwoolley, dreid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101782
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/11/13 18:33:40 $]
+Last modified at [$Date: 2003/11/15 20:04:45 $]
Release:
modules/http/http_protocol.c: r1.469
+1: trawick
- * os/unix/unixd.c portability issue (ushort vs. unsigned short)
- os/unix/unixd.c: r1.61
- +1: trawick
-
* LDAP cache fixes from Matthieu Estrade; see PR 18756
include/util_ldap.h r1.12
modules/experimental/util_ldap.c r1.15, r1.16
union semun {
long val;
struct semid_ds *buf;
- ushort *array;
+ unsigned short *array;
};
#endif
union semun ick;