Fix SHM on OpenBSD

This commit is contained in:
Kovid Goyal
2022-12-22 16:17:21 +05:30
parent ea756db544
commit a757587ea2
6 changed files with 96 additions and 85 deletions

View File

@@ -9,7 +9,3 @@ import (
var _ = fmt.Print
const SHM_DIR = "/dev/shm"
func modify_pattern(pattern string) string {
return pattern
}