about summary refs log tree commit diff
path: root/src/process/fdop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/fdop.h')
-rw-r--r--src/process/fdop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process/fdop.h b/src/process/fdop.h
index 72f9b5fe..02ff83c5 100644
--- a/src/process/fdop.h
+++ b/src/process/fdop.h
@@ -3,7 +3,7 @@
 #define FDOP_OPEN 3
 
 struct fdop {
-	struct fdop *next;
+	struct fdop *next, *prev;
 	int cmd, fd, newfd, oflag;
 	mode_t mode;
 	char path[];