diff options
Diffstat (limited to 'shells/v7sh/files/patch-timeout.h')
-rw-r--r-- | shells/v7sh/files/patch-timeout.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shells/v7sh/files/patch-timeout.h b/shells/v7sh/files/patch-timeout.h new file mode 100644 index 000000000000..378559c3db38 --- /dev/null +++ b/shells/v7sh/files/patch-timeout.h @@ -0,0 +1,9 @@ +diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ timeout.h.orig timeout.h +--- timeout.h.orig Fri Jun 4 02:51:02 2004 ++++ timeout.h Sat Jun 19 18:42:25 2004 +@@ -7,4 +7,5 @@ + * + */ + ++/* seconds elapsing before log-off */ + #define TIMEOUT 0 |