diff options
author | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 15:39:34 +0200 |
---|---|---|
committer | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 15:39:34 +0200 |
commit | 513127d3a295b6fd96227338815956598386c60c (patch) | |
tree | 703b276cbf40dcb6adca6c9c947eb8f6072169af | |
parent | a64573b2e1b2b9a941da17a0b4caace7a4bb1630 (diff) | |
download | dwb-513127d3a295b6fd96227338815956598386c60c.zip |
Removing _BSD_SOURCE define
-rw-r--r-- | tools/exar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/exar/Makefile b/tools/exar/Makefile index 472a3d19..93f34733 100644 --- a/tools/exar/Makefile +++ b/tools/exar/Makefile @@ -1,5 +1,4 @@ CFLAGS += -Wall -pedantic -Werror -std=c99 -g -CFLAGS += -D_BSD_SOURCE TARGET=exar OBJ=$(patsubst %.c, %.o, $(wildcard *.c)) |