1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

OpenBSD fixes for DtPrint and csa.

This commit is contained in:
Pascal Stumpf 2012-08-10 14:02:30 +02:00 committed by Jon Trulson
parent 8b67d1ccba
commit 3d5a492038
4 changed files with 8 additions and 2 deletions

View file

@ -110,7 +110,7 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
#endif /* HPUX */
#if defined(linux)
#if defined(linux) || defined(CSRG_BASED)
typedef enum {B_FALSE, B_TRUE} boolean_t;
#define MAXNAMELEN 256