diff options
-rwxr-xr-x | curtis/.bin/dtch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.bin/dtch.c b/curtis/.bin/dtch.c index 2c19e1d2..1865716b 100755 --- a/curtis/.bin/dtch.c +++ b/curtis/.bin/dtch.c @@ -6,6 +6,8 @@ ln -f $bin/dtch $bin/atch exit #endif +// Session attach and detach. + #include <err.h> #include <errno.h> #include <fcntl.h> |