|
version 1.4.20.1, 2015/06/25 00:36:47
|
version 1.8.6.1, 2023/07/27 21:48:54
|
|
Line 12 terms:
|
Line 12 terms:
|
| All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
| Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
| |
|
| Copyright 2004 - 2015 | Copyright 2004 - 2023 |
| by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
| |
|
| Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
|
Line 64 SUCH DAMAGE.
|
Line 64 SUCH DAMAGE.
|
| #include <assert.h> |
#include <assert.h> |
| #include <paths.h> |
#include <paths.h> |
| #include <sys/types.h> |
#include <sys/types.h> |
| #include <sys/param.h> | #ifndef __linux__ |
| #include <sys/stdint.h> |
#include <sys/stdint.h> |
| #include <sys/queue.h> | #else |
| | #include <stdint.h> |
| | #include <net/if_arp.h> |
| | #endif |
| | #include <sys/param.h> |
| #include <sys/wait.h> |
#include <sys/wait.h> |
| #ifndef __OpenBSD__ | #include <sys/ioctl.h> |
| | #include <sys/socket.h> |
| | #include <net/if.h> |
| | #if !defined(__OpenBSD__) && !defined(__linux__) |
| #include <sys/endian.h> |
#include <sys/endian.h> |
| #endif |
#endif |
| |
|