]> granicus.if.org Git - php/commitdiff
Id tags added
authorAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 18:32:04 +0000 (18:32 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 18:32:04 +0000 (18:32 +0000)
ext/sockets/php_sockets_win.c
ext/sockets/php_sockets_win.h
ext/sockets/unix_socket_constants.h
ext/sockets/win32_socket_constants.h

index b8ac45d0c7afc2c2a7a675f8bbb5480651a6fae5..b5407a748b77b3e332ebea4724c3aff6eb6ff39e 100644 (file)
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
+
 #ifdef PHP_WIN32
 
 #include <stdio.h>
index e2139c546f6ca89d7c86c917d74984d9360a5f24..5c6e7f277cb64e8e90b35dc8dd80603412d127ae 100644 (file)
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
+
 #ifdef PHP_WIN32
 
 #define F_SETFL                0
index ccb25fd2dbb32e19139dedff90de4505b74de922..911b74df27355c91cab9c9a99f9bb5312d9dae37 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /* This file is to be included by sockets.c */
 
 #ifdef EPERM
index f32e21cd775407dfad9b5960ae7e78fceca41b7e..480683a76a0f724e3f7b9b2cc06ef719745c12c0 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /* This file is to be included by sockets.c */
 
 REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT);