summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bolte <sbolte@lavabit.com>2013-05-15 15:39:34 +0200
committerStefan Bolte <sbolte@lavabit.com>2013-05-15 15:39:34 +0200
commit513127d3a295b6fd96227338815956598386c60c (patch)
tree703b276cbf40dcb6adca6c9c947eb8f6072169af
parenta64573b2e1b2b9a941da17a0b4caace7a4bb1630 (diff)
downloaddwb-513127d3a295b6fd96227338815956598386c60c.zip
Removing _BSD_SOURCE define
-rw-r--r--tools/exar/Makefile1
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))