Fix broken build on OpenBSD
authorUlrich Wilkens <mail@uwilkens.de>
Fri, 8 May 2015 22:48:08 +0000 (00:48 +0200)
committerJon Trulson <jon@radscan.com>
Sat, 9 May 2015 22:21:32 +0000 (16:21 -0600)
26 files changed:
cde/lib/DtSvc/DtUtil1/ActionDb.c
cde/lib/DtSvc/DtUtil1/DtHash.c
cde/lib/DtSvc/DtUtil1/Dts.c
cde/lib/DtSvc/DtUtil1/MMDb.c
cde/programs/dtcalc/help.c
cde/programs/dtcalc/motif.c
cde/programs/dtcm/dtcm/MonthPanel.c
cde/programs/dtcm/dtcm/calendarA.c
cde/programs/dtcm/dtcm/misc.c
cde/programs/dtcm/dtcm/monthglance.c
cde/programs/dtcm/dtcm/weekglance.c
cde/programs/dtcm/libDtCmP/util.c
cde/programs/dtdocbook/tcl/tclInt.h
cde/programs/dtfile/FileMgr.c
cde/programs/dtfile/FileOp.c
cde/programs/dtfile/Trash.c
cde/programs/dticon/main.c
cde/programs/dtmail/dtmail/DmxPrintOptions.C
cde/programs/dtmail/dtmail/RoamCmds.C
cde/programs/dtpad/dtpad.h
cde/programs/dtstyle/Main.h
cde/programs/dtwm/Callback.c
cde/programs/dtwm/DataBaseLoad.c
cde/programs/dtwm/Print.c
cde/programs/dtwm/UI.c
cde/programs/dtwm/WmFP.c

index df3b0089e2fecc47e40c60783746391532d731d5..37078fe2995b300db7e6a038139bb17e749716ce 100644 (file)
@@ -43,6 +43,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <ctype.h>
+#include <stdint.h>
 #include <string.h>
 #include <X11/Intrinsic.h>
 
index 7d9c6f9812d0caa44355f02dca0ff0a500a8905c..75d9b5253a854717b45462a48595f04512c07ca6 100644 (file)
@@ -94,6 +94,7 @@ Author:  Bart Smaalders 1/89
 #include "DtHash.h"
 #include <stdlib.h>
 #include <string.h>
+#include <stdint.h>
 #include <unistd.h>
 
 static int hash_string(const unsigned char * s, int modulo);
index afa8b9e967623ca6d4ef324b1bcfc5ff3711b906..4bd1bbe027024e3d0a68b21162af50e4ec90b025 100644 (file)
@@ -48,6 +48,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <ctype.h>
 #include <sys/mman.h>
 #include <stdio.h>
index 3a2483cdf663e67282d904007794427f4119281d..2bb058f5dab3289224759dc44f90a3f3ddd30dc7 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <ctype.h>
 #include <string.h>
+#include <stdint.h>
 
 #ifdef NLS16
 #include <limits.h>
index 09e7ea5824c542090f48838f3d495201f770aa82..b7bcbc84a6059beff7a733030c39e44f32013d8e 100644 (file)
@@ -40,6 +40,7 @@
 #include <Dt/Wsm.h>
 #include <Dt/HelpDialog.h>
 
+#include <stdint.h>
 #include "calctool.h"
 #include "motif.h"
 
index 9088858f1b134b6b8e690c1909614e7ec5d7f6b0..7bcdf3402a9f73640782016a04a643063a2a99d8 100644 (file)
@@ -36,6 +36,7 @@
  */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <string.h>
 #include <stdlib.h>
 #include <ctype.h>
index 8290e198b6ef487bf93d77619062cf2df516a47a..685addb7bbcd7f6cdceaa928a9b5cdee2846c34d 100644 (file)
@@ -59,6 +59,7 @@
  */
 #include <EUSCompat.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <Xm/ManagerP.h>
 #include <Xm/PushBG.h>
 #include <Xm/SeparatoG.h>
index 300d5b58f8ca62935820a4b5fcf67dd5a0e2c352..9ad8c99662dd5a4af80757bdb70a82c1aaccb0f4 100644 (file)
@@ -54,6 +54,7 @@ static  char sccsid[] = "@(#)calendarA.c 1.196 95/04/12 Copyr 1991 Sun Microsyst
 #include <EUSCompat.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <sys/stat.h>
 #include <sys/param.h> /* MAXPATHLEN defined here */
 #ifdef SVR4
index 2633846d6b0e3bb4e98f2bafe1f88b69900041bc..45502b362792c1eef9eb19104609d1e1c4b48b8f 100644 (file)
@@ -31,6 +31,7 @@
 #include <EUSCompat.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <ctype.h>
index 906c41d779a8474e922b850dc85f8938fa9f992e..adafe7ca5a2924951c1373cd559cf66d6abcfba1 100644 (file)
@@ -54,6 +54,7 @@ static  char sccsid[] = "@(#)monthglance.c 1.82 95/07/27 Copyr 1994 Sun Microsys
 #include <EUSCompat.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/param.h> /* MAXPATHLEN defined here */
index 9f3734a2abf5ac58da18695dc565d5ffd5b43e37..d65ad8df91597a8617df9846c3ac494afe98fae3 100644 (file)
@@ -31,6 +31,7 @@
 #include <EUSCompat.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/param.h> /* MAXPATHLEN defined here */
index 94f46bcee3c4d459cd3bad27038b9c14c43e9713..b089183f8fe48e713ad1ebd8751d414df439cd6e 100644 (file)
@@ -54,6 +54,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <pwd.h> 
 #include <netdb.h> 
index 7e10bc9f6a248cd9448b325dad70f25976e17996..e446ac081059e48271531e9425d6d6c34a3ab727 100644 (file)
@@ -49,6 +49,7 @@
  */
 
 #include <stdio.h>
+#include <stdint.h>
 
 #include <sys/types.h>         /* for pid_t */
 
index 84ab324848aa76699cbf34466d38fa78f63f3491..8f3be73a703fb6a251a12cf3834ffdc650835a91 100644 (file)
 #include <sys/types.h>
 #include <pwd.h>
 #include <string.h>
+#include <stdint.h>
 #include <sys/stat.h>
 #include <ctype.h>
 
index 6f7f9323f164eb734a6c6cc05ccaee840e460afb..297edc21f23d7e79722c5e49e3318ba52053aa0b 100644 (file)
@@ -71,6 +71,7 @@
  ************************************<+>*************************************/
 
 #include <string.h>
+#include <stdint.h>
 #include <errno.h>
 #include <sys/time.h>
 #include <sys/types.h>
index b49c66ba6fc3b1417e16639716932d6c929d622d..d9c96e5e21650896b6b04d4b84d689befca36ad1 100644 (file)
 #include <dirent.h>
 #include <unistd.h>
 #include <string.h>
+#include <stdint.h>
 #if defined(CSRG_BASED)
 #include <sys/param.h>
 #include <sys/mount.h>
index 3d4588812ccc13883c1919367208bf260253792c..f0227c124cd6676ee98eccad4233d39480e6d111 100644 (file)
@@ -34,6 +34,7 @@
 /* at the appropriate places.                                */
 /*-----------------------------------------------------------*/
 #include <stdio.h>
+#include <stdint.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 3efaf32fc69d6fde29af90d92c4566616010d7b8..c7a4736b3495936d703ce2f9e46365489c10dde5 100644 (file)
@@ -70,6 +70,7 @@
 
 
 #include <stdio.h>
+#include <stdint.h>
 #include <X11/Intrinsic.h>
 #include <Xm/Xm.h>
 #include <Xm/DialogS.h>
index 67b6e074254b9ace444180be53afb28d85f226a2..da48bca2579942ec54dd74c46c25082e85208c2c 100644 (file)
@@ -76,6 +76,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <stdint.h>
 #include <pwd.h>
 #include <X11/Intrinsic.h>
 #include <Xm/Text.h>
index 71e971e995ab4e5f7cbda2e3d955e03d156fd9d4..81a8e2da563d589588e14c5e565f4ea94889d851 100644 (file)
@@ -56,6 +56,7 @@
 #define DTPAD_H
 
 #include <stdio.h>
+#include <stdint.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <limits.h>
index 23e27195c44bd1bf046b49229d73c0f3337dc5d3..d802fb8d53917be60292fec587d5b12083c909f5 100644 (file)
@@ -50,6 +50,7 @@
  *  #include statements 
  */
 
+#include <stdint.h>
 #include <Xm/Xm.h>
 #include <Xm/XmP.h>
 #include "Font.h"
index b3fb3ea86a1bd89e1de2bc96a137b77222fff1cf..848e4d6710f8ef8bea0acf1c1684ca5a111bf280 100644 (file)
@@ -37,6 +37,7 @@
  *
  ****************************************************************************/
 
+#include <stdint.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 
index b5986ddea6df0c63119f677dfa6c8f15870eee90..ec8870f0eb63656574ad7750ffc9fd055b98efe7 100644 (file)
@@ -57,6 +57,7 @@
 
 #include <pwd.h>
 #include <fcntl.h>
+#include <stdint.h>
 #include <sys/stat.h>
 
 
index 40734e60e607eae152fc648a60e31dd8ebbd36fe..b08009bfef09c77716a93d40daa6b288f307d5d5 100644 (file)
@@ -45,6 +45,7 @@
 #include <Dt/Dt.h>
 #include "DataBaseLoad.h"
 #include "Parse.h"
+#include <stdint.h>
 
 #ifdef __STDC__
 const char *szWM_TOOL_CLASS = DtWM_TOOL_CLASS;
index 3a9c8fa644e864e258a2c3ee2b71d612330dd58f..ee317c8000add1fb27fdbba2c27bd3a0ea3a49ca 100644 (file)
@@ -65,6 +65,7 @@
 #include <X11/keysymdef.h>
 
 #include <langinfo.h>
+#include <stdint.h>
 
 #define MWM_NEED_TIME16
 #include "WmBitmap.h"
index 1410d2f66f3a81a6d90bc03ab098a23b41dd4d1e..3e6a8286cf5fc4d6037087e22488552992f9a926 100644 (file)
@@ -71,6 +71,7 @@
 
 #include <pwd.h>
 #include <fcntl.h>
+#include <stdint.h>
 #include <sys/stat.h>