|
From: | Paul Eggert |
Subject: | bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2 |
Date: | Mon, 15 Dec 2014 20:22:50 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
KO Myung-Hun wrote:
/* 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) +# ifndef __OS2__ +# define initialize_main(ac, av) +# else
What happened to VMS? The comment doesn't seem to match the code, and this suggests that the code should be moved to wherever VMS does its thing.
[Prev in Thread] | Current Thread | [Next in Thread] |