mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 19:23:10 -04:00
1. Pass argc and argv to getarg and process them with getopt().
2. Instead of using an array to save arg characters, use array of
pointers and call backgammon/teachgammon with execv, instead of execl.
This should fix problems with calling teachgammon.
2.2 candidate.
|
||
|---|---|---|
| .. | ||
| backgammon | ||
| common_source | ||
| teachgammon | ||
| Makefile | ||