|
|
1.1 ! root 1: /* $Header: XRemoveNode.c,v 10.2 86/02/01 15:39:31 tony Rel $ */ ! 2: /* Copyright Massachusetts Institute of Technology 1985 */ ! 3: ! 4: #include "XlibInternal.h" ! 5: #ifdef DNETCONN ! 6: #include <netdnet/dn.h> ! 7: #endif ! 8: ! 9: XRemoveNode (node) ! 10: struct dn_naddr *node; ! 11: { ! 12: #ifdef DNETCONN ! 13: register Display *dpy; ! 14: register XReq *req; ! 15: ! 16: GetReq(X_RemoveHost, 0); ! 17: req->func = XAF_DECnet; ! 18: bcopy (node, &(req->param.l[0]), sizeof (struct dn_naddr)); ! 19: #endif ! 20: } ! 21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.