This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add copyright comment
master
Matthias-Christian Ott
16 years ago
parent
47d8633f15
commit
05ebee6084
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pty.c
+1
-0
std.c
+ 1
- 0
pty.c
View File
@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#
include
<sys/types.h>
#
include
<sys/types.h>
#
include
<sys/stat.h>
#
include
<sys/stat.h>
#
include
<fcntl.h>
#
include
<fcntl.h>
+ 1
- 0
std.c
View File
@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#
include
<sys/ioctl.h>
#
include
<sys/ioctl.h>
#
include
<sys/select.h>
#
include
<sys/select.h>
#
include
<sys/stat.h>
#
include
<sys/stat.h>
Write
Preview
Loading…
Cancel
Save