mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
19 lines
510 B
Plaintext
19 lines
510 B
Plaintext
$NetBSD: patch-titrat,v 1.1 2014/11/05 22:41:38 he Exp $
|
|
|
|
Don't use errno.ph, instead hardcode the EEXIST value.
|
|
|
|
--- titrat.orig Tue Oct 17 14:44:49 1995
|
|
+++ titrat Tue Dec 8 13:48:48 1998
|
|
@@ -7,9 +7,9 @@
|
|
require 'ctime.pl';
|
|
# If you cannot find errno.ph, just uncomment the following line, if
|
|
# EEXIST is 17 in your /usr/include/sys/errno.h file.
|
|
-# eval 'sub EEXIST {17;}';
|
|
+eval 'sub EEXIST {17;}';
|
|
|
|
-require 'errno.ph';
|
|
+# require 'errno.ph';
|
|
|
|
$SIG{'HUP'} = 'signal';
|
|
$SIG{'INT'} = 'signal';
|