summaryrefslogtreecommitdiff
path: root/src/win32/un.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-01-17 06:27:05 +0000
committerBruce Momjian <bruce@momjian.us>1999-01-17 06:27:05 +0000
commitbce901af7db4430b9e216c39c8144376c1a31ab4 (patch)
treec9fa958b4c020c7d5d466409856b9b3665d3fca6 /src/win32/un.h
parent7a6b562fdf60f1d1ebe9e2bc154d0ffd56dab2d1 (diff)
Win32 new files.
Diffstat (limited to 'src/win32/un.h')
-rw-r--r--src/win32/un.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/win32/un.h b/src/win32/un.h
new file mode 100644
index 00000000000..a914c22afc0
--- /dev/null
+++ b/src/win32/un.h
@@ -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 */ \ No newline at end of file