diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2018-06-20 17:17:04 +0200 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2018-06-20 17:17:04 +0200 |
commit | 7b65f33afcd4d2a4cc9b2793abbe57e64275fd9b (patch) | |
tree | 2569da5738c36ebad096f9c254e3fe3be9d22048 /camlibs/polaroid | |
parent | f4d2369237a3ec71fd519e71be5a80b1b3467fde (diff) | |
download | libgphoto2-7b65f33afcd4d2a4cc9b2793abbe57e64275fd9b.tar.gz |
BSD_SOURCE -> DEFAULT_SPURCE
Diffstat (limited to 'camlibs/polaroid')
-rw-r--r-- | camlibs/polaroid/pdc320.c | 2 | ||||
-rw-r--r-- | camlibs/polaroid/pdc700.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/polaroid/pdc320.c b/camlibs/polaroid/pdc320.c index a8157f0c3..5473da164 100644 --- a/camlibs/polaroid/pdc320.c +++ b/camlibs/polaroid/pdc320.c @@ -29,7 +29,7 @@ * http://www.polaroid.com/service/software/index.html */ -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include "config.h" diff --git a/camlibs/polaroid/pdc700.c b/camlibs/polaroid/pdc700.c index cded70d1b..d5cc92904 100644 --- a/camlibs/polaroid/pdc700.c +++ b/camlibs/polaroid/pdc700.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301 USA */ -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #include "config.h" |