mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
New to this version is the archlinux FLAVOR to manage an Arch Linux userland for the Linuxulator. It installs into/manages /compat/archlinux to not conflict with the linux-c7 ports, similar to sysutils/debootstrap. Reviewed by: fluffy, trasz Event: BSDCan 2022 Event: SouthEast LinuxFest 2022 Event: SouthEast LinuxFest 2023 Differential Revision: https://reviews.freebsd.org/D33652
10 lines
274 B
C
10 lines
274 B
C
--- src/pacman/conf.c.orig 2020-12-03 11:37:30 UTC
|
|
+++ src/pacman/conf.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <locale.h> /* setlocale */
|
|
#include <fcntl.h> /* open */
|
|
#include <glob.h>
|
|
+#include <signal.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h> /* strdup */
|