diff options
author | Andrey Hristov <andrey@php.net> | 2003-07-19 18:32:04 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-07-19 18:32:04 +0000 |
commit | 66bcb6529b6c991bcf033ef4685978354f94bdbc (patch) | |
tree | 09ea0fb4cd6843b1ea36babb90c5a988a1c36d69 | |
parent | d85845a64b0dc05a1417091d7b4cf8bacb8aeaca (diff) | |
download | php-git-66bcb6529b6c991bcf033ef4685978354f94bdbc.tar.gz |
Id tags added
-rw-r--r-- | ext/sockets/php_sockets_win.c | 3 | ||||
-rw-r--r-- | ext/sockets/php_sockets_win.h | 3 | ||||
-rw-r--r-- | ext/sockets/unix_socket_constants.h | 2 | ||||
-rw-r--r-- | ext/sockets/win32_socket_constants.h | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/ext/sockets/php_sockets_win.c b/ext/sockets/php_sockets_win.c index b8ac45d0c7..b5407a748b 100644 --- a/ext/sockets/php_sockets_win.c +++ b/ext/sockets/php_sockets_win.c @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + + #ifdef PHP_WIN32 #include <stdio.h> diff --git a/ext/sockets/php_sockets_win.h b/ext/sockets/php_sockets_win.h index e2139c546f..5c6e7f277c 100644 --- a/ext/sockets/php_sockets_win.h +++ b/ext/sockets/php_sockets_win.h @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + + #ifdef PHP_WIN32 #define F_SETFL 0 diff --git a/ext/sockets/unix_socket_constants.h b/ext/sockets/unix_socket_constants.h index ccb25fd2db..911b74df27 100644 --- a/ext/sockets/unix_socket_constants.h +++ b/ext/sockets/unix_socket_constants.h @@ -1,3 +1,5 @@ +/* $Id$ */ + /* This file is to be included by sockets.c */ #ifdef EPERM diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h index f32e21cd77..480683a76a 100644 --- a/ext/sockets/win32_socket_constants.h +++ b/ext/sockets/win32_socket_constants.h @@ -1,3 +1,5 @@ +/* $Id$ */ + /* This file is to be included by sockets.c */ REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT); |