| # | Line 4 | Line 4 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 4 | /* | |
| 5 | * Get additional command arguments from file or environment. | |
| 6 | * | |
| 7 | < | * External symbols declared in standard.h | 
| 7 | > | * External symbols declared in rtio.h | 
| 8 | */ | |
| 9 | ||
| 10 | #include "copyright.h" | |
| 11 | ||
| 12 | < | #include "standard.h" | 
| 12 | > | #include "rtio.h" | 
| 13 | > | |
| 14 | > | #include "rtmisc.h" | 
| 15 | > | |
| 16 | > | #include <errno.h> | 
| 17 | ||
| 18 | #define MAXARGEXP 512 /* maximum argument expansion */ | |
| 19 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |