Bug 51742

Summary: u_int32_t should be uint32_t, at least under solaris (xjdxgen.c:50)
Product: [Applications] kiten Reporter: Misty Stanley-Jones <misty>
Component: generalAssignee: Jason Katz-Brown <jasonkb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:

Description Misty Stanley-Jones 2002-12-11 01:15:13 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Compiled From Sources
Compiler:          gcc3.2 
OS:          Solaris

I fixed it and it compiles now.  It's used a few times in that file.  I can't think of anything else to type here but it told me it has to be longer than the "short description."  Maybe this is long enough....
Comment 1 Dirk Mueller 2003-03-06 20:46:43 UTC
Subject: kdeedu/kiten

CVS commit by mueller: 

compile fix
CCMAIL: 51742-done@bugs.kde.org


  M +3 -3      xjdxgen.c   1.10


--- kdeedu/kiten/xjdxgen.c  #1.9:1.10
@@ -48,7 +48,7 @@ unsigned char ENVname[50];
 unsigned char *dicenv;
 struct stat buf;
-u_int32_t dbyte;
-u_int32_t  *jindex;
-u_int32_t indptr,llone;
+uint32_t dbyte;
+uint32_t  *jindex;
+uint32_t indptr,llone;
 const char *ctl_file = ".xjdicrc";
 const char *Dname;