Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9e41af2e
Commit
9e41af2e
authored
Jan 16, 1997
by
Bryan Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add inet_aton() prototype.
parent
3677e86f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
src/backend/port/ultrix4/port-protos.h
src/backend/port/ultrix4/port-protos.h
+8
-1
No files found.
src/backend/port/ultrix4/port-protos.h
View file @
9e41af2e
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: port-protos.h,v 1.
3 1996/11/27 08:15:30
bryanh Exp $
* $Id: port-protos.h,v 1.
4 1997/01/16 06:32:17
bryanh Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -40,4 +40,11 @@ extern void init_address_fixup(void);
/* strdup.c: strdup() is not part of libc on Ultrix */
extern
char
*
strdup
(
char
const
*
);
/* inet_aton() is not part of libc on Ultrix. The following is from
backend/port/inet_aton.h
*/
int
inet_aton
(
const
char
*
cp
,
struct
in_addr
*
addr
);
#endif
/* PORT_PORTOS_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment