Skip to content

Commit 9e747ca

Browse files
authored
Merge pull request #1044 from xhit/fix-build-solaris-illumos
Fix build for illumos and solaris
2 parents 00c7774 + 9e3d2de commit 9e747ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package pq is a pure Go Postgres driver for the database/sql package.
22

3-
// +build js android hurd illumos zos
3+
// +build js android hurd zos
44

55
package pq
66

user_posix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package pq is a pure Go Postgres driver for the database/sql package.
22

3-
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun
3+
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun illumos
44

55
package pq
66

0 commit comments

Comments
 (0)