version 1.8, 2025/05/14 15:28:55
|
version 1.9, 2025/05/15 02:49:11
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.9 2025/05/15 02:49:11 snw |
|
* Fix linker error on errno symbol in locktab.c |
|
* |
* Revision 1.8 2025/05/14 15:28:55 snw |
* Revision 1.8 2025/05/14 15:28:55 snw |
* Get basic job table and lock table functionality working with new shared memory architecture |
* Get basic job table and lock table functionality working with new shared memory architecture |
* |
* |
Line 49
|
Line 52
|
#include <unistd.h> |
#include <unistd.h> |
#include <time.h> |
#include <time.h> |
#include <string.h> |
#include <string.h> |
|
#include <errno.h> |
|
|
#include "mpsdef.h" |
#include "mpsdef.h" |
#include "locktab.h" |
#include "locktab.h" |