df7948804e
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
17 lines
456 B
Text
17 lines
456 B
Text
$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';
|
|
|