version 1.2.2.4, 2011/06/13 20:27:13
|
version 1.2.2.9, 2012/04/05 12:31:28
|
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, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
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 62 SUCH DAMAGE.
|
Line 62 SUCH DAMAGE.
|
#include <poll.h> |
#include <poll.h> |
#include <sched.h> |
#include <sched.h> |
#include <assert.h> |
#include <assert.h> |
|
#include <paths.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/param.h> |
#include <sys/param.h> |
#include <sys/stdint.h> |
#include <sys/stdint.h> |
Line 77 SUCH DAMAGE.
|
Line 78 SUCH DAMAGE.
|
#ifdef __FreeBSD__ |
#ifdef __FreeBSD__ |
#include <sys/linker.h> |
#include <sys/linker.h> |
#include <sys/module.h> |
#include <sys/module.h> |
|
#include <sys/cfictl.h> |
#endif |
#endif |
#include <sys/mman.h> |
#include <sys/mman.h> |
#include <sys/uio.h> |
#include <sys/uio.h> |
Line 112 SUCH DAMAGE.
|
Line 114 SUCH DAMAGE.
|
#include <net80211/ieee80211_ioctl.h> |
#include <net80211/ieee80211_ioctl.h> |
#endif |
#endif |
#include <openssl/md5.h> |
#include <openssl/md5.h> |
|
#include <machine/cpufunc.h> |
#include <aitio.h> |
#include <aitio.h> |
#include <aitcfg.h> |
#include <aitcfg.h> |
#include <aitsync.h> |
#include <aitsync.h> |
#include <aitcrc.h> |
#include <aitcrc.h> |
|
#include <aitwww.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|