artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a144c
)
Add F_DUPFD_CLOEXEC handling
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 00:21:49 +0000
(
00:21
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 00:21:49 +0000
(
00:21
+0000)
bin/systrace/systrace-translate.c
patch
|
blob
|
history
diff --git
a/bin/systrace/systrace-translate.c
b/bin/systrace/systrace-translate.c
index
24c6296
..
ca6afde
100644
(file)
--- a/
bin/systrace/systrace-translate.c
+++ b/
bin/systrace/systrace-translate.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: systrace-translate.c,v 1.2
2 2007/06/06 15:14:49 henning Exp $
*/
+/* $OpenBSD: systrace-translate.c,v 1.2
3 2014/08/10 00:21:49 guenther Exp $
*/
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@
-382,6
+382,9
@@
print_fcntlcmd(char *buf, size_t buflen, struct intercept_translate *tl)
case F_DUPFD:
name = "F_DUPFD";
break;
+ case F_DUPFD_CLOEXEC:
+ name = "F_DUPFD_CLOEXEC";
+ break;
case F_GETFD:
name = "F_GETFD";
break;