Get file mode transmission working for unmodified PNG

This commit is contained in:
Kovid Goyal
2023-01-01 12:01:20 +05:30
parent ce4c71c465
commit 5562a4d52f
6 changed files with 125 additions and 23 deletions

View File

@@ -4,3 +4,4 @@ package shm
const SHM_NAME_MAX = 30
const SHM_REQUIRED_PREFIX = ""
const SHM_DIR = ""

View File

@@ -4,3 +4,4 @@ package shm
const SHM_NAME_MAX = 1023
const SHM_REQUIRED_PREFIX = "/"
const SHM_DIR = ""