com_si(): Report also the afs pid.
[paraslash.git] / stdin.h
diff --git a/stdin.h b/stdin.h
index 515c4d2644f7da8cb2bce1f7e72361f12909f2fa..63d00d5dfc167a5c29a52ba4946bba49926d1301 100644 (file)
--- a/stdin.h
+++ b/stdin.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -18,8 +18,6 @@ struct stdin_task {
        int check_fd;
        /** The task structure. */
        struct task task;
-       /** Non-zero on read error, or if a read from stdin returned zero. */
-       int error;
 };
 
 void stdin_set_defaults(struct stdin_task *sit);