diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-05-03 12:43:38 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-05-03 12:43:38 +0000 |
commit | d4c8d69b06d62a10b7556030d5e07f240e05f3ff (patch) | |
tree | 28def2eeed1cb99677dc952a0347ae4c50ac1603 /examples/IPC_SAP | |
parent | 08f61f770ccb8f87de828afc1765e2465fffc3d5 (diff) | |
download | ATCD-d4c8d69b06d62a10b7556030d5e07f240e05f3ff.tar.gz |
ChangeLogTag: Thu May 3 07:42:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/FILE_SAP/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/FILE_SAP/client.cpp b/examples/IPC_SAP/FILE_SAP/client.cpp index 808b5524640..65bdf933513 100644 --- a/examples/IPC_SAP/FILE_SAP/client.cpp +++ b/examples/IPC_SAP/FILE_SAP/client.cpp @@ -49,7 +49,7 @@ main (int argc, char *argv[]) else ACE_OS::printf ("fileinfo : mode = %o\nno of links = %lu\nsize = %lu\n", fileinfo.mode_ & 0777, - ACE_static_cast(unsigned ,fileinfo.nlink_), + ACE_static_cast(u_long ,fileinfo.nlink_), (u_long) fileinfo.size_); off_t fpos = cli_file.position (); |