summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/main.c')
-rw-r--r--usr/src/cmd/mailx/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/mailx/main.c b/usr/src/cmd/mailx/main.c
index 35448ecf7c..0271552bea 100644
--- a/usr/src/cmd/mailx/main.c
+++ b/usr/src/cmd/mailx/main.c
@@ -37,8 +37,6 @@
* contributors.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "rcv.h"
#ifndef preSVr4
#include <locale.h>
@@ -104,7 +102,6 @@ main(int argc, char **argv)
progname = argv[0];
if (progname[strlen(progname) - 1] != 'x') {
assign("bsdcompat", "");
- assign("escapeok", ""); /* XXX */
}
myegid = getegid();
myrgid = getgid();