From 4aea9ad58806c2d15cb493271965d243742ef7e7 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Fri, 6 Jun 2003 07:23:00 -0800 Subject: [PATCH] [project @ 2003-06-06 08:23:00 by cjwatson] Fix syntax error: we need ENOENT from POSIX. --- scripts/html-control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/html-control.in b/scripts/html-control.in index f263c375..dda6e1d4 100755 --- a/scripts/html-control.in +++ b/scripts/html-control.in @@ -1,7 +1,7 @@ #!/usr/bin/perl -# $Id: html-control.in,v 1.10 2003/05/25 14:43:30 joy Exp $ +# $Id: html-control.in,v 1.11 2003/06/06 08:23:00 cjwatson Exp $ -use POSIX qw(strftime tzset); +use POSIX qw(strftime tzset ENOENT); $ENV{"TZ"} = 'UTC'; tzset(); -- 2.39.5