diff options
| author | 2019-10-07 20:24:21 +0200 | |
|---|---|---|
| committer | 2019-10-07 20:24:21 +0200 | |
| commit | c3fc55697b8fdf59055e4842a9e6bf7db15a35c9 (patch) | |
| tree | b520e160e606008a92e9a9bc3f4c8dc0d3089e39 | |
| parent | c41226df521de464a89f3d027f3e67d13d10d96f (diff) | |
| download | usbmuxd-c3fc55697b8fdf59055e4842a9e6bf7db15a35c9.tar.gz usbmuxd-c3fc55697b8fdf59055e4842a9e6bf7db15a35c9.tar.bz2 | |
Replace obsolete _BSD_SOURCE define with _DEFAULT_SOURCE
| -rw-r--r-- | src/device.c | 2 | ||||
| -rw-r--r-- | src/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/device.c b/src/device.c index 0cd9af4..ba5ed73 100644 --- a/src/device.c +++ b/src/device.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #define _BSD_SOURCE | 21 | #define _DEFAULT_SOURCE |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
| 24 | #include <config.h> | 24 | #include <config.h> |
| @@ -20,7 +20,7 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #define _BSD_SOURCE | 23 | #define _DEFAULT_SOURCE |
| 24 | #define _GNU_SOURCE | 24 | #define _GNU_SOURCE |
| 25 | 25 | ||
| 26 | #ifdef HAVE_CONFIG_H | 26 | #ifdef HAVE_CONFIG_H |
