mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
19 lines
416 B
C
19 lines
416 B
C
--- arcam-av/arcam_av.c.orig 2016-03-31 13:11:29 UTC
|
|
+++ arcam-av/arcam_av.c
|
|
@@ -27,6 +27,7 @@
|
|
#include <signal.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <termios.h>
|
|
#include <unistd.h>
|
|
|
|
@@ -38,6 +39,8 @@
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
|
|
+#define AF_FILE AF_UNIX
|
|
+
|
|
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
|
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
|
|