mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Win32 new files.
This commit is contained in:
11
src/win32/un.h
Normal file
11
src/win32/un.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _SYS_UN_H
|
||||
#define _SYS_UN_H
|
||||
|
||||
/* JKR added file, all hacks will be in the files added, not in EGCS */
|
||||
|
||||
struct sockaddr_un {
|
||||
short sun_family; /* AF_UNIX */
|
||||
char sun_path[108]; /* path name (gag) */
|
||||
};
|
||||
|
||||
#endif /* _SYS_UN_H */
|
||||
Reference in New Issue
Block a user