+2009-05-25 Tristan Gingold <gingold@adacore.com>
+
+ * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
+ FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
+
2009-04-22 Taras Glek <tglek@mozilla.com>
* hashtab.h: Update GTY annotations to new syntax.
the application unable to be configured for both "same" and "binary"
variant systems. */
-#define FOPEN_RB "rb,rfm=var"
-#define FOPEN_WB "wb,rfm=var"
-#define FOPEN_AB "ab,rfm=var"
-#define FOPEN_RUB "r+b,rfm=var"
-#define FOPEN_WUB "w+b,rfm=var"
-#define FOPEN_AUB "a+b,rfm=var"
+#define FOPEN_RB "rb,rfm=udf,rat=none"
+#define FOPEN_WB "wb,rfm=udf,rat=none"
+#define FOPEN_AB "ab,rfm=udf,rat=none"
+#define FOPEN_RUB "r+b,rfm=udf,rat=none"
+#define FOPEN_WUB "w+b,rfm=udf,rat=none"
+#define FOPEN_AUB "a+b,rfm=udf,rat=none"
#define FOPEN_RT "r"
#define FOPEN_WT "w"