Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2081153

Browse files
committed
Fix a comment...was going to fix the <sys/types.h> problem, but
Randy is submitting a more comprehensive patch :)
1 parentd84057d commit2081153

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

‎src/backend/port/inet_aton.c

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
/*
2+
*
3+
* This inet_aton() function was taken from the GNU C library and
4+
* incorporated into Postgres for those systems which do not have this
5+
* routine in their standard C libraries.
6+
*
7+
* The function was been extracted whole from the file inet_aton.c in
8+
* Release 5.3.12 of the Linux C library, which is derived from the
9+
* GNU C library, by Bryan Henderson in October 1996. The copyright
10+
* notice from that file is below.
11+
*/
212

3-
This inet_aton() function was taken from the GNU C library and
4-
incorporated into Postgres for those systems which do not have this
5-
routine in their standard C libraries.
6-
7-
The function was been extracted whole from the file inet_aton.c in
8-
Release 5.3.12 of the Linux C library, which is derived from the
9-
GNU C library, by Bryan Henderson in October 1996. The copyright
10-
notice from that file is below.
11-
*/
1213
/*
1314
* Copyright (c) 1983, 1990, 1993
1415
*The Regents of the University of California. All rights reserved.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp