]> git.zerfleddert.de Git - proxmark3-svn/commit - client/util.c
Fix compile errors with MacOS (#312)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 7 Jun 2017 20:35:20 +0000 (22:35 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2017 20:35:20 +0000 (22:35 +0200)
commitec9c71129f67c5b1c2429dbaefe23e0d19149780
treecdd3e1de023ba0077aff0ae9ef71fd78f8b4e57e
parentf9a12dfac2941332998cca262de1b2c101e13fe8
Fix compile errors with MacOS (#312)

* Fix compile errors with MacOS
- _POSIX_C_SOURCE must not be defined for num_CPU()

* separate util_posix.c require changes in tools directory as well

* remove unnecessary self-include
17 files changed:
client/Makefile
client/cmdhf14a.c
client/cmdhfepa.c
client/cmdhfmf.c
client/cmdhfmfhard.c
client/cmdmain.c
client/flash.c
client/flasher.c
client/hardnested/hardnested_bruteforce.c
client/loclass/elite_crack.c
client/util.c
client/util.h
client/util_posix.c [new file with mode: 0644]
client/util_posix.h [new file with mode: 0644]
tools/mfkey/Makefile
tools/mfkey/mfkey32.c
tools/mfkey/mfkey64.c
Impressum, Datenschutz