chase
|
4f5e7fe5e3
|
Use POSIX macros for linux
|
2018-05-24 18:22:55 -06:00 |
|
chase
|
164e695cd0
|
remove OSF1 support
|
2018-05-24 14:25:26 -06:00 |
|
chase
|
1fe5a550b2
|
Fix typo in license headers
|
2018-04-28 12:30:20 -06:00 |
|
Jon Trulson
|
6cd0391409
|
libtt/db_server_svc.C: coverity CID 87060; string overflow
|
2018-03-31 18:02:11 -06:00 |
|
Matthew Howkins
|
be49dc56bc
|
libtt: Fix some uninitialized variables detected by Coverity
|
2014-12-30 17:31:38 +00:00 |
|
Ulrich Wilkens
|
01d6c363fa
|
OpenIndiana and Solaris port
|
2014-10-28 13:40:11 -06:00 |
|
Jelle Hermsen
|
b8862cab32
|
Changed a couple of ifdefs for __FreeBSD__ to CSRG_BASED. These are all clearcut cases. I left the ones I had doubts about, or where I wasn't sure about the OpenBSD side of things to look at later.
|
2012-10-03 17:06:57 -06:00 |
|
Marcin Cieslak
|
bf8c5e674f
|
Compile ToolTalk on FreeBSD
Fix const correctness problems with OPT_CONST_CORRECT:
tt_xdr_utils.C: In constructor '_Tt_xdr_size_stream::_Tt_xdr_size_stream()':
tt_xdr_utils.C:150: error: invalid conversion from 'bool_t (*)(__rpc_xdr*, long int*)' to 'bool_t (*)(__rpc_xdr*, const long int*)'
tt_xdr_utils.C:151: error: invalid conversion from 'bool_t (*)(__rpc_xdr*, char*, unsigned int)' to 'bool_t (*)(__rpc_xdr*, const char*, u_int)'
tt_xdr_utils.C:159: error: invalid conversion from 'bool_t (*)(__rpc_xdr*, char*, unsigned int)' to 'bool_t (*)(__rpc_xdr*, const char*, u_int)'
tt_entry_pt.C: In function '_Tt_string _tt_entrypt_to_string(_Tt_entry_pt)':
tt_entry_pt.C:455: error: conversion from 'long int' to '_Tt_string' is ambiguous
../../lib/util/tt_string.h:104: note: candidates are: _Tt_string::_Tt_string(int)
../../lib/util/tt_string.h:102: note: _Tt_string::_Tt_string(const char*)
|
2012-08-12 20:57:49 -06:00 |
|
Jon Trulson
|
1f332de27b
|
Use socklen_t where available.
Patch from <Pascal.Stumpf@cubes.de>
This should use socklen_t where available, really ...
|
2012-08-09 12:27:58 -06:00 |
|
Peter Howkins
|
4a6f362ee7
|
Use socklen_t type for argument for getsockname()
|
2012-03-12 00:25:04 +00:00 |
|
Peter Howkins
|
a2706176db
|
Add int type to previously untyped variable
|
2012-03-12 00:23:06 +00:00 |
|
Peter Howkins
|
c884521619
|
Add GNU LGPL headers to all .c .C and .h files
|
2012-03-10 18:58:32 +00:00 |
|
Peter Howkins
|
83b6996daa
|
Initial import of the CDE 2.1.30 sources from the Open Group.
|
2012-03-10 18:21:40 +00:00 |
|