proc.c.diff

application/octet-stream

Filename: proc.c.diff
Type: application/octet-stream
Part: 0
Message: win32 port on newer Cygwin snapshots (990115)

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+
backend/storage/lmgr/proc.c 1 1
--- backend/storage/lmgr/proc.c.orig	Tue Oct 12 10:40:47 1999
+++ backend/storage/lmgr/proc.c	Tue Oct 12 10:40:26 1999
@@ -53,7 +53,7 @@
 #include <signal.h>
 #include <sys/types.h>
 
-#if defined(solaris_sparc)
+#if defined(solaris_sparc) || defined(__CYGWIN__)
 #include <sys/ipc.h>
 #include <sys/sem.h>
 #endif