mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
$NetBSD: patch-cb,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- console/daemon/utils.c.orig 2006-10-16 22:55:37.000000000 +0200
|
|
+++ console/daemon/utils.c 2006-10-16 22:55:48.000000000 +0200
|
|
@@ -32,6 +32,7 @@
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
#include <string.h>
|
|
+#include <signal.h>
|
|
|
|
#include "xenctrl.h"
|
|
#include "utils.h"
|