comparison lib/fsplib/lock.c @ 962:26fb4e66736c

2008-11-29 Brian Masney <masneyb@gftp.org> * lib/fsplib/* - updated to use fsplib 0.9
author masneyb
date Sat, 29 Nov 2008 12:49:37 +0000
parents db4b34e3f83f
children
comparison
equal deleted inserted replaced
961:f0427914d943 962:26fb4e66736c
1 #include <string.h> 1 #include <string.h>
2 #include <stdio.h> 2 #include <stdio.h>
3 #include "lock.h" 3 #include "lock.h"
4
5 #if defined(__NetBSD__) || defined(sun) || defined(hpux)
6 #define _SEM_SEMUN_UNDEFINED /**/
7 #endif
8 4
9 /* ************ Locking functions ***************** */ 5 /* ************ Locking functions ***************** */
10 #ifndef FSP_NOLOCKING 6 #ifndef FSP_NOLOCKING
11 7
12 static char code_str[] = 8 static char code_str[] =