X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/0ac54f22a766f068db98e1caecbc913cb0cfd191..547dc0e8658f6a734abcbb0a802e39ae6f6f52a2:/un.c diff --git a/un.c b/un.c index e415256..f701f6a 100644 --- a/un.c +++ b/un.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: un.c,v 1.6 2003/11/25 14:08:23 mdw Exp $ + * $Id: un.c,v 1.7 2003/11/29 20:36:07 mdw Exp $ * * Protocol specific definitions for Unix-domain sockets * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: un.c,v $ + * Revision 1.7 2003/11/29 20:36:07 mdw + * Privileged outgoing connections. + * * Revision 1.6 2003/11/25 14:08:23 mdw * Debianization. Socket target options. Internet binding. * @@ -251,7 +254,7 @@ fail_0: addr_ops un_ops = { "unix", un_read, un_destroy, un_print, - un_initopts, un_option, un_freeopts, un_bind, un_unbind, un_accept, + un_initopts, un_option, 0, un_freeopts, un_bind, un_unbind, un_accept, 0, 0, un_connect };