Bug 51742 - u_int32_t should be uint32_t, at least under solaris (xjdxgen.c:50)
Summary: u_int32_t should be uint32_t, at least under solaris (xjdxgen.c:50)
Status: RESOLVED FIXED
Alias: None
Product: kiten
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Jason Katz-Brown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 01:15 UTC by Misty Stanley-Jones
Modified: 2003-03-06 20:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;