Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/dbpmda/src/gram.y | 4 ++--
src/dbpmda/src/lex.l | 2 +-
src/dbpmda/src/pmda.c | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
commit 8f81c05247e3fb85ef45dd33e80cc72345f4e1d4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Feb 23 16:13:05 2010 +1100
Win32 build fixes after recent dbpmda changes.
SOCKET is a reserved word under the Win32 socket interface
(winsock2.h), rename our use to SOCK. Also sys/socket.h is
a POSIX-ism, so its inclusion needs to be guarded in common
code.
|