Index: src/comm.c
===================================================================
RCS file: /cvsroot/coreutils/coreutils/src/comm.c,v
retrieving revision 1.64
diff -u -r1.64 comm.c
--- src/comm.c	10 May 2003 14:19:44 -0000	1.64
+++ src/comm.c	11 Jun 2003 12:50:56 -0000
@@ -222,6 +222,7 @@
 {
   int c;
 
+  initialize_main (&argc, &argv);
   program_name = argv[0];
   setlocale (LC_ALL, "");
   bindtextdomain (PACKAGE, LOCALEDIR);
Index: src/system.h
===================================================================
RCS file: /cvsroot/coreutils/coreutils/src/system.h,v
retrieving revision 1.72
diff -u -r1.72 system.h
--- system.h	6 Jun 2003 19:17:37 -0000	1.72
+++ system.h	16 Jun 2003 09:10:31 -0000
@@ -281,4 +281,10 @@
 # define ST_NBLOCKSIZE 512
 #endif
 
+/* Redirection and wildcarding when done by the utility itself.
+ *    Generally a noop, but used in particular for native VMS. */
+#ifndef initialize_main
+#define initialize_main(ac, av)
+#endif
+
 #include "sys2.h"
