1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Remove separate strdup.h header file; it's redundant with port.h.

This commit is contained in:
Tom Lane
2006-09-27 15:41:24 +00:00
parent de6ca63d7f
commit 9ba4065312
10 changed files with 9 additions and 48 deletions

View File

@ -8,15 +8,13 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/strdup.c,v 1.11 2006/07/14 04:59:30 momjian Exp $
* $PostgreSQL: pgsql/src/port/strdup.c,v 1.12 2006/09/27 15:41:24 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "c.h"
#include "strdup.h"
char *
strdup(const char *string)