$OpenBSD: patch-psy_c,v 1.1 2003/04/14 09:39:18 avsm Exp $
--- psy.c.orig	Mon Apr 14 10:26:05 2003
+++ psy.c	Mon Apr 14 10:26:37 2003
@@ -439,7 +439,7 @@ int table;
     printf("Please check %s table\n", ta);
     exit(1);
  }
- fgets(t, 150, fp);
+ fgets(t, sizeof t, fp);
  sscanf(t, "table %ld", &index);
  if(index != table){
     printf("error in absthr table %s",ta);
