Remove a patch forgotten in the last commit.
This commit is contained in:
parent
02a09b544b
commit
e6ce8b711b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90722
2 changed files with 0 additions and 54 deletions
|
@ -1,27 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- tests/ferret.c 2002/02/17 09:45:53 1.1
|
||||
+++ tests/ferret.c 2002/02/17 10:10:16
|
||||
@@ -3,9 +3,9 @@
|
||||
#define MAX_GROUPS 20
|
||||
#define MAX_NAME_VALUE 20
|
||||
|
||||
-#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <sys/un.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
@@ -239,8 +239,8 @@
|
||||
static GtkWidget *menuitem_trackmouse = NULL;
|
||||
static GtkWidget *menuitem_trackfocus = NULL;
|
||||
|
||||
-static struct sockaddr_un mag_server = { AF_UNIX , "/tmp/magnifier_socket" };
|
||||
-static struct sockaddr_un client = { AF_UNIX, "/tmp/mag_client"};
|
||||
+static struct sockaddr_un mag_server = { 0, AF_UNIX , "/tmp/magnifier_socket" };
|
||||
+static struct sockaddr_un client = { 0, AF_UNIX, "/tmp/mag_client"};
|
||||
|
||||
/* GUI Information for the output window */
|
||||
typedef struct
|
|
@ -1,27 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- tests/ferret.c 2002/02/17 09:45:53 1.1
|
||||
+++ tests/ferret.c 2002/02/17 10:10:16
|
||||
@@ -3,9 +3,9 @@
|
||||
#define MAX_GROUPS 20
|
||||
#define MAX_NAME_VALUE 20
|
||||
|
||||
-#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <sys/un.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
@@ -239,8 +239,8 @@
|
||||
static GtkWidget *menuitem_trackmouse = NULL;
|
||||
static GtkWidget *menuitem_trackfocus = NULL;
|
||||
|
||||
-static struct sockaddr_un mag_server = { AF_UNIX , "/tmp/magnifier_socket" };
|
||||
-static struct sockaddr_un client = { AF_UNIX, "/tmp/mag_client"};
|
||||
+static struct sockaddr_un mag_server = { 0, AF_UNIX , "/tmp/magnifier_socket" };
|
||||
+static struct sockaddr_un client = { 0, AF_UNIX, "/tmp/mag_client"};
|
||||
|
||||
/* GUI Information for the output window */
|
||||
typedef struct
|
Loading…
Reference in a new issue