summaryrefslogtreecommitdiff
path: root/time/titrax/patches/patch-ab
blob: 3f060b75f4e96e96977be4b34048843088662bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:20 wiz Exp $

--- 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';