| # | Line 26 | Line 26 | |
|---|---|---|
| 26 | #include <string.h> | |
| 27 | #include <sys/types.h> | |
| 28 | #include <sys/socket.h> | |
| 29 | + | #include <sys/ioctl.h> |
| 30 | #include <unistd.h> | |
| 31 | #include <stdlib.h> | |
| 32 | #include <ukcprog.h> | |
| # | Line 1099 | Line 1100 | int main(int argc, char **argv){ | |
| 1100 | machine_list=strdup(optarg); | |
| 1101 | break; | |
| 1102 | case 'h': | |
| 1103 | + | default: |
| 1104 | usage(); | |
| 1105 | break; | |
| 1106 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |