1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 15:23:24 +00:00

Solaris 8 and Sun Studio support

This commit is contained in:
Gerhard Rieger 2010-01-09 13:29:28 +01:00
parent 6cc97b32a8
commit 9161a4eb2b
5 changed files with 43 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/* source: sycls.c */
/* Copyright Gerhard Rieger 2001-2008 */
/* Copyright Gerhard Rieger 2001-2009 */
/* Published under the GNU General Public License V.2, see file COPYING */
/* explicit system call and C library trace function, for those who miss strace
@ -18,6 +18,7 @@
#include "error.h"
#include "filan.h"
#include "utils.h"
#include "sysutils.h"
#include "sycls.h"