$OpenBSD: patch-base_src_common_except_h,v 1.3 2002/09/04 16:21:43 todd Exp $
--- base/src/common/except.h.orig	Thu Jul 18 20:30:57 2002
+++ base/src/common/except.h	Tue Sep  3 23:34:47 2002
@@ -57,7 +57,7 @@ struct catch {
   jmp_buf  jbuf;		/* saved catch environment */
   Exception excpt;		/* thrown exception value */
   const char *fname;		/* file where thrown (string) */
-  unsigned long line;		/* line number where thrown */
+  u_int32_t line;		/* line number where thrown */
   const char *str;		/* explanation string */
   catch_t  *up;			/* next (upward) catch block */
   OC_bool caught;                  /* whether this exception was handled */
@@ -107,7 +107,7 @@ extern catch_t *_curCatch;
    debugger. */
 extern void _throw(catch_t *, 
 		   const char *fname, 
-		   unsigned long line, 
+		   u_int32_t line, 
 		   Exception,
 		   const char *s) __attribute__ ((__noreturn__));
 
