artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b913c
)
hook up fchown
author
anton
<anton@openbsd.org>
Sun, 22 Jul 2018 06:39:46 +0000
(06:39 +0000)
committer
anton
<anton@openbsd.org>
Sun, 22 Jul 2018 06:39:46 +0000
(06:39 +0000)
regress/sys/kern/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/Makefile
b/regress/sys/kern/Makefile
index
18780fa
..
7e4106d
100644
(file)
--- a/
regress/sys/kern/Makefile
+++ b/
regress/sys/kern/Makefile
@@
-1,8
+1,9
@@
-# $OpenBSD: Makefile,v 1.7
3 2018/07/13 09:25:22 beck
Exp $
+# $OpenBSD: Makefile,v 1.7
4 2018/07/22 06:39:46 anton
Exp $
SUBDIR+= __syscall access accept dup2 dup2_accept dup2_self
SUBDIR+= exec_self execve exit extent
SUBDIR+= fchdir
+SUBDIR+= fchown
SUBDIR+= fcntl_dup
SUBDIR+= flock
SUBDIR+= ftruncate