Rev 8120 | Rev 8529 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8120 | Rev 8149 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | int illpart_no=(sizeof(illpart)/sizeof(illpart[0])); |
59 | int illpart_no=(sizeof(illpart)/sizeof(illpart[0])); |
60 | 60 | ||
61 | /***************** Nothing should need change hereafter *****************/ |
61 | /***************** Nothing should need change hereafter *****************/ |
62 | 62 | ||
63 | char *progname="m2"; |
63 | char *progname="m2"; |
64 | - | ||
65 | /*#include "common.c"*/ |
- | |
66 | 64 | ||
67 | /* check for security violations in command string */ |
65 | /* check for security violations in command string */ |
68 | void check_parm(char *pm) |
66 | void check_parm(char *pm) |
69 | { |
67 | { |
70 | find_illegal(pm); |
68 | find_illegal(pm); |