Fixes "Unexpected" error with AIX cc (and probably other old compilers).
As reported on bind-users and confirmed by original poster.
This is for bugs ticket #18151.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.h,v 1.72 2007/06/18 23:47:44 tbox Exp $ */
+/* $Id: socket.h,v 1.72.128.1 2008/06/04 22:34:31 jreed Exp $ */
#ifndef ISC_SOCKET_H
#define ISC_SOCKET_H 1
isc_sockettype_udp = 1,
isc_sockettype_tcp = 2,
isc_sockettype_unix = 3,
- isc_sockettype_fdwatch = 4,
+ isc_sockettype_fdwatch = 4
} isc_sockettype_t;
/*@{*/