diff options
author | Christopher Faylor <me@cgf.cx> | 2004-10-07 16:53:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-10-07 16:53:51 +0000 |
commit | d794d0815704fc7e9ef4f79d9b393e047b3cec85 (patch) | |
tree | 5e245ec27d989b345884f4aa8b9fee136eff4a2d /winsup | |
parent | 859d85dee0d52fb55ee9d98b16e7318f176f6bbe (diff) | |
download | cygnal-d794d0815704fc7e9ef4f79d9b393e047b3cec85.tar.gz cygnal-d794d0815704fc7e9ef4f79d9b393e047b3cec85.tar.bz2 cygnal-d794d0815704fc7e9ef4f79d9b393e047b3cec85.zip |
revert erroneously applied change
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/cygheap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index 1ab3a7f79..b8203bf08 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -278,7 +278,6 @@ struct init_cygheap size_t sthreads; int open_fhs; pid_t pid; /* my pid */ - const char *system_root; void close_ctty (); }; |