summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 08:21:23 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 08:21:23 +0000
commit422045973d9a4f1b05dc6eaacad3feb941446e7c (patch)
treef25b0bb04bb542f6f1fba3da42883a75bbb66933 /TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp
parente1c8876519100dfa11138aae9ab0a3818a42c666 (diff)
downloadATCD-422045973d9a4f1b05dc6eaacad3feb941446e7c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp
index 53808c491dd..aebcfa35b66 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/routine.cpp
@@ -401,7 +401,7 @@ void setsignal(int sig, void (func)(int))
perror("");
exit(1);
}
-#elif defined(SunOS) || defined(FreeBSD) || defined(ULTRIX) || defined(LINUX)
+#elif defined(sun) || defined(FreeBSD) || defined(ULTRIX) || defined(LINUX)
{
struct sigaction act;
act.sa_handler = func;