Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove freebsdism not needed due to setting _BSD_SOURCE
Baptiste Daroussin committed 9 years ago
commit 39ac3d6c9519a3ae943f3fd1a1e5f3781c74f886
parent 7a7825e
14 files changed +0 -16
modified libpkg/fetch.c
@@ -34,7 +34,6 @@
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <string.h>
#include <fetch.h>
modified libpkg/pkg_audit.c
@@ -28,8 +28,6 @@

#include <sys/mman.h>

-
#define _WITH_GETLINE
-

#include <archive.h>
#include <err.h>
#include <fcntl.h>
modified libpkg/pkg_cudf.c
@@ -24,7 +24,6 @@
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

-
#define _WITH_GETLINE
#include <stdio.h>
#include <ctype.h>

modified libpkg/pkg_ports.c
@@ -32,7 +32,6 @@
#include <ctype.h>
#include <errno.h>
#include <regex.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
modified libpkg/pkg_repo_create.c
@@ -44,7 +44,6 @@
#include <libgen.h>
#include <sqlite3.h>
#include <string.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <stdbool.h>
#include <sysexits.h>
modified libpkg/pkg_repo_update.c
@@ -30,7 +30,6 @@
#include <sys/param.h>
#include <sys/mman.h>

-
#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
modified libpkg/pkg_solve.c
@@ -31,7 +31,6 @@
#include <errno.h>
#include <stdbool.h>
#include <stdlib.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <string.h>
#include <ctype.h>
modified libpkg/repo/binary/fetch.c
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/mman.h>

-
#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
modified libpkg/repo/binary/update.c
@@ -29,7 +29,6 @@
#include <sys/mman.h>
#include <sys/time.h>

-
#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
modified libpkg/ssh.c
@@ -37,7 +37,6 @@

#include <ctype.h>
#include <inttypes.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <string.h>
#include <unistd.h>
modified src/audit.c
@@ -33,8 +33,6 @@
#include <sys/stat.h>
#include <sys/mman.h>

-
#define _WITH_GETLINE
-

#include <archive.h>
#include <err.h>
#include <errno.h>
modified src/updating.c
@@ -35,7 +35,6 @@

#include <sys/queue.h>

-
#define _WITH_GETLINE
#include <err.h>
#include <errno.h>
#include <getopt.h>
modified src/utils.c
@@ -45,7 +45,6 @@
#include <unistd.h>
#include <stdarg.h>
#include <paths.h>
-
#define _WITH_GETLINE
#include <stdio.h>
#include <errno.h>
#include <pkg.h>
modified src/version.c
@@ -34,7 +34,6 @@
#include <sys/utsname.h>
#include <sys/wait.h>

-
#define _WITH_GETLINE
#include <err.h>
#include <errno.h>
#include <getopt.h>