win32.diff

application/octet-stream

Filename: win32.diff
Type: application/octet-stream
Part: 0
Message: missing #endif in win32 specific headers

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/win32/endian.h 2 0
src/win32/un.h 2 0
--- endian.h.old	Tue Jun 01 13:51:16 1999
+++ src/win32/endian.h	Fri Jun 11 15:43:10 1999
@@ -4,3 +4,5 @@
 /* JKR added file, all hacks will be in the files added, not in EGCS */
 
 #include <sys/param.h>
+
+#endif /* _ENDIAN_H_ */
--- un.h.old	Tue Jun 01 13:51:16 1999
+++ src/win32/un.h	Fri Jun 11 15:43:47 1999
@@ -8,3 +8,5 @@
 	short		sun_family;		/* AF_UNIX */
 	char		sun_path[108];	/* path name (gag) */
 };
+
+#endif /* _SYS_UN_H */