summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 13:47:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 13:47:47 +0000
commit1c626e968584f7bea9cd5fcd7aae535451fb024a (patch)
tree861990bacbb8fc580ffb1ea1ea8d2b8891cbd3cf /examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp
parentf3d65d9cd5d6e86ddfdf561eacc7ad2ec07515d6 (diff)
downloadATCD-1c626e968584f7bea9cd5fcd7aae535451fb024a.tar.gz
added args to main ()
Diffstat (limited to 'examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp')
-rw-r--r--examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp
index 11f6c3bc3c7..1735223065e 100644
--- a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp
+++ b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp
@@ -47,7 +47,7 @@ main (int argc, char *argv[])
return 0;
}
#else
-int main (void)
+int main (int, char *[])
{
ACE_ERROR_RETURN ((LM_ERROR, "your platform must support sendmsg/recvmsg to run this test\n"), -1);
}