summaryrefslogtreecommitdiff
path: root/src/win32/un.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/un.h')
-rw-r--r--src/win32/un.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/win32/un.h b/src/win32/un.h
index a914c22afc0..ca43303fa5e 100644
--- a/src/win32/un.h
+++ b/src/win32/un.h
@@ -1,11 +1,10 @@
-#ifndef _SYS_UN_H
-#define _SYS_UN_H
+#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) */
+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