src/psl.c: Fix C99 comment to C89
This commit is contained in:
parent
71835fcd44
commit
3f5e208967
|
@ -89,7 +89,7 @@
|
||||||
#define countof(a) (sizeof(a)/sizeof(*(a)))
|
#define countof(a) (sizeof(a)/sizeof(*(a)))
|
||||||
|
|
||||||
#ifndef HAVE_STRNDUP
|
#ifndef HAVE_STRNDUP
|
||||||
// I found no strndup on my old SUSE 7.3 test system (gcc 2.95)
|
/* I found no strndup on my old SUSE 7.3 test system (gcc 2.95) */
|
||||||
|
|
||||||
static char *strndup(const char *s, size_t n)
|
static char *strndup(const char *s, size_t n)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue