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

Commit0829d2d

Browse files
committed
Remove uint32 from inet_aton file.
1 parentf03b75e commit0829d2d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/backend/port/inet_aton.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
#include<ctype.h>
4848
#include"inet_aton.h"
4949

50-
#ifdef_AIX
51-
#include<sys/ltypes.h>/* For definition of uint32 */
52-
#endif
53-
5450
/*
5551
* Check whether "cp" is a valid ascii representation
5652
* of an Internet address and convert to a binary address.
@@ -61,7 +57,7 @@
6157
int
6258
inet_aton(constchar*cp,structin_addr*addr)
6359
{
64-
registeruint32val;
60+
registerunsignedintval;
6561
registerintbase,
6662
n;
6763
registercharc;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp