diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-09 18:35:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-09 18:35:29 +0000 |
commit | c3d777812ce73886d095a1b1b3c5094094c818c8 (patch) | |
tree | c34d044601655eabf91f83e88ce2ac664596878c /examples/Shared_Memory | |
parent | e1696553d8a0bc67c8d090e2e08f36da3a87f28b (diff) | |
download | ATCD-c3d777812ce73886d095a1b1b3c5094094c818c8.tar.gz |
ChangeLogTag:Wed May 09 10:02:10 2001 Balachandran <bala@cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Memory')
-rw-r--r-- | examples/Shared_Memory/test_SV.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Shared_Memory/test_SV.cpp b/examples/Shared_Memory/test_SV.cpp index 4797dcacde8..f341f976639 100644 --- a/examples/Shared_Memory/test_SV.cpp +++ b/examples/Shared_Memory/test_SV.cpp @@ -6,7 +6,7 @@ ACE_RCSID(Shared_Memory, test_SV, "$Id$") #define SHMSZ 27 -#define SHM_KEY 5678 +#define SHM_KEY (key_t) 5678 static void client (void) |