A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/435dd04bdb7b385fe63bdd6985cda3380663e959 below:

don't include pty.h on SunOS · neovim/neovim@435dd04 · GitHub

Skip to content Navigation Menu

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Additional navigation options

Commit 435dd04

fix: don't include pty.h on SunOS

1 parent 8f1fdbc commit 435dd04

Copy full SHA for 435dd04

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed +1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

# include <libutil.h>

16 16

#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)

17 17

# include <util.h>

18 -

#else

18 +

#elif !defined(__sun)

19 19

# include <pty.h>

20 20

#endif

21 21

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4