diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-11 14:17:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-11 14:17:21 +0000 |
commit | a6ecf379d71d0e8ad39d241fd666d7e96796f07c (patch) | |
tree | 27a1eb1c29f257b0f1fa3d696d24bb8ff51c1594 /ace/config-lynxos.h | |
parent | a3f871c07d867562e9d305520f2d7c43b2108ecc (diff) | |
download | ATCD-a6ecf379d71d0e8ad39d241fd666d7e96796f07c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index 00d73f464b7..cb8483ee75e 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -196,6 +196,6 @@ #define ACE_PAGE_SIZE 4096 extern "C" -int getopt(int, char *const *, cons char *); +int getopt(int, char *const *, const char *); #endif /* ACE_CONFIG_H */ |