mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Remove rcsid CVS header variable --- not used.
This commit is contained in:
parent
c1d62bfd00
commit
7da19cac89
@ -13,12 +13,10 @@
|
||||
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
* SOFTWARE.
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.17 2003/11/10 19:40:46 momjian Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.16 2003/08/04 00:43:25 momjian Exp $";
|
||||
#endif
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
@ -13,12 +13,10 @@
|
||||
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
* SOFTWARE.
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/inet_net_pton.c,v 1.17 2003/11/10 19:40:46 momjian Exp $
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static const char rcsid[] = "$Id: inet_net_pton.c,v 1.16 2003/08/04 00:43:25 momjian Exp $";
|
||||
#endif
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
Loading…
Reference in New Issue
Block a user