File:  [cvs.NetBSD.org] / pkgsrc / print / foomatic-filters / patches / Attic / patch-process.c
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jul 23 10:17:23 2023 UTC (18 months, 3 weeks ago) by bsiegert
Branches: MAIN
CVS tags: HEAD
foomatic-filters: update to 4.0.17.

This is a big update across many versions, too many changes to list here.

$NetBSD: patch-process.c,v 1.1 2023/07/23 10:17:23 bsiegert Exp $

signal.h is required to use the kill function.

--- process.c.orig	2012-07-02 14:50:46.000000000 +0000
+++ process.c
@@ -28,6 +28,7 @@
 #include <sys/wait.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <signal.h>
 
 int kidgeneration = 0;
 

CVSweb <webmaster@jp.NetBSD.org>