Annotation of 43BSD/contrib/X/Xlib/XRemoveHost.c, revision 1.1.1.1

1.1       root        1: #include <X/mit-copyright.h>
                      2: 
                      3: /* $Header: XRemoveHost.c,v 10.4 86/02/01 15:39:29 tony Rel $ */
                      4: /* Copyright    Massachusetts Institute of Technology    1985  */
                      5: 
                      6: #include "XlibInternal.h"
                      7: XRemoveHost (host)
                      8:        struct in_addr *host;
                      9: {
                     10:        register Display *dpy;
                     11:        register XReq *req;
                     12: 
                     13:        GetReq(X_RemoveHost, 0);
                     14:        req->func = XAF_INET;
                     15:        req->param.l[0] = host->s_addr;
                     16: }
                     17: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.