File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77 * Portions Copyright (c) 1994, Regents of the University of California
88 *
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 $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -332,7 +332,7 @@ extern int inet_aton(const char *cp, struct in_addr * addr);
332332extern char * strdup (const char * str );
333333#endif
334334
335- #ifndef HAVE_STRLCPY
335+ #if !defined( HAVE_STRLCPY ) || defined( bsdi ) /* bsdi doesn't have the prototype */
336336extern size_t strlcpy (char * dst , const char * src , size_t siz );
337337#endif
338338
You can’t perform that action at this time.
0 commit comments