$OpenBSD: patch-base_src_common_WireException_h,v 1.3 2002/09/04 16:21:43 todd Exp $
--- base/src/common/WireException.h.orig	Mon Jul  8 16:31:00 2002
+++ base/src/common/WireException.h	Tue Sep  3 23:34:47 2002
@@ -46,7 +46,7 @@ typedef struct WireException {
   
   const char *name;		/* exception  name */
   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 */
 } WireException;
 
