diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-07 09:51:27 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-07 09:51:27 -0400 |
commit | 51b2e85aeb172f4a058d8ceceec91021ffd0b2a5 (patch) | |
tree | 7abe2475615d9e7c20c52032b6de2467ca5758e5 /transport.c | |
parent | 892ec928da3a0653ae54c321e4c3b1aa06c4e678 (diff) |
Remove DECNET support.
This hasn't been consumed in the server or libs since 7.0.
Diffstat (limited to 'transport.c')
-rw-r--r-- | transport.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/transport.c b/transport.c index 7ffb3de..5131d99 100644 --- a/transport.c +++ b/transport.c @@ -60,9 +60,6 @@ from The Open Group. #include "Xtransint.h" -#ifdef DNETCONN -#include "Xtransdnet.c" -#endif #ifdef LOCALCONN #include "Xtranslcl.c" #endif |