|
6 | 6 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $PostgreSQL: pgsql/src/include/port.h,v 1.100 2006/09/27 16:29:46 tgl Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.101 2006/09/30 12:06:42 momjian Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -332,7 +332,7 @@ extern intinet_aton(const char *cp, struct in_addr * addr); |
332 | 332 | externchar*strdup(constchar*str); |
333 | 333 | #endif |
334 | 334 |
|
335 | | -#ifndefHAVE_STRLCPY |
| 335 | +#if !defined(HAVE_STRLCPY)|| defined(bsdi)/* bsdi doesn't have the prototype */ |
336 | 336 | externsize_tstrlcpy(char*dst,constchar*src,size_tsiz); |
337 | 337 | #endif |
338 | 338 |
|
|