From 62252f8b2e62d2c022fb5619593fdd9cd16f16b6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 13 Jul 1999 01:47:08 +0000 Subject: [PATCH] make enum constant names agree with type name --- lib/isc/include/isc/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index e4a70f8957..990da72292 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -119,8 +119,8 @@ typedef struct isc_socket_connev { #define ISC_SOCKEVENT_INTR (ISC_EVENTCLASS_SOCKET + 261) typedef enum { - isc_socket_udp = 1, - isc_socket_tcp = 2 + isc_sockettype_udp = 1, + isc_sockettype_tcp = 2 } isc_sockettype_t; /*