This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
st should compile on NetBSD.
master
Aurélien Aptel
14 years ago
parent
1bb7398f4b
commit
bef87acd0d
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config.mk
+1
-1
st.c
+ 1
- 0
config.mk
View File
@ -19,6 +19,7 @@ SYSTEM = -D`uname | tr a-z A-Z`
#SYSTEM = -DLINUX
#SYSTEM = -DOPENBSD
#SYSTEM = -DFREEBSD
#SYSTEM = -DNETBSD
# flags
CPPFLAGS
=
-DVERSION
=
\"
${
VERSION
}
\"
${
SYSTEM
}
+ 1
- 1
st.c
View File
@ -22,7 +22,7 @@
#
if defined(LINUX)
#
include
<pty.h>
#
elif defined(OPENBSD)
#
elif defined(OPENBSD)
|| defined(NETBSD)
#
include
<util.h>
#
elif defined(FREEBSD)
#
include
<libutil.h>
Write
Preview
Loading…
Cancel
Save