summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.c')
-rw-r--r--apps/apps.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/apps.c b/apps/apps.c
index 2d7b70a965..501c464915 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -110,10 +110,12 @@
*/
#if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
-#define _POSIX_C_SOURCE 2 /* On VMS, you need to define this to get
- the declaration of fileno(). The value
- 2 is to make sure no function defined
- in POSIX-2 is left undefined. */
+/* On VMS, you need to define this to get
+ * the declaration of fileno(). The value
+ * 2 is to make sure no function defined
+ * in POSIX-2 is left undefined.
+ */
+#define _POSIX_C_SOURCE 2
#endif
#include <stdio.h>
#include <stdlib.h>