summaryrefslogtreecommitdiff
path: root/misc/gperiodic/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-06-23 21:04:35 +0000
committerjtb <jtb@pkgsrc.org>2003-06-23 21:04:35 +0000
commit70b2baae6a31f0bf9802594186183b369322eef7 (patch)
tree7f78d7f042088cd265dbec9b30f3858631923a2c /misc/gperiodic/patches
parentec24dc600be40c7668592f6d3663a005aab9542f (diff)
downloadpkgsrc-70b2baae6a31f0bf9802594186183b369322eef7.tar.gz
Use type int instead of signed char in code making comparisons to EOF.
Diffstat (limited to 'misc/gperiodic/patches')
-rw-r--r--misc/gperiodic/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gperiodic/patches/patch-ac b/misc/gperiodic/patches/patch-ac
index 5eb55b7f748..69426aca265 100644
--- a/misc/gperiodic/patches/patch-ac
+++ b/misc/gperiodic/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2003/05/10 01:31:26 jtb Exp $
+$NetBSD: patch-ac,v 1.2 2003/06/23 21:04:38 jtb Exp $
--- gperiodic.c.orig
+++ gperiodic.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.1 2003/05/10 01:31:26 jtb Exp $
int main(int argc, char** argv) {
- char ch;
-+ signed char ch;
++ int ch;
textdomain (PACKAGE);
bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR);