From 2a2d2b5094ee88dba5984eddfc4135b66bb8007e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 30 Jan 2003 18:21:39 +0000 Subject: nginx-0.0.1-2003-01-30-21:21:39 import --- src/os/unix/ngx_socket.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/os/unix/ngx_socket.h') diff --git a/src/os/unix/ngx_socket.h b/src/os/unix/ngx_socket.h index 2a602d2be..b4be76240 100644 --- a/src/os/unix/ngx_socket.h +++ b/src/os/unix/ngx_socket.h @@ -8,8 +8,6 @@ typedef int ngx_socket_t; -#define ngx_init_sockets - #define ngx_socket(af, type, proto, flags) socket(af, type, proto) #define ngx_socket_n "socket()" -- cgit v1.2.3