* emacsserver.c (main): When we're passing a `struct sockaddr_un'
authorJim Blandy <jimb@redhat.com>
Wed, 9 Jun 1993 12:45:26 +0000 (12:45 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 9 Jun 1993 12:45:26 +0000 (12:45 +0000)
commit4e23f2ba8b96c1989c01dbfe772a974b54ed3d12
tree39f6a6a4af2c8aa6366119fce95033a1722e1764
parent2fdfe0796e19aa31a7082aa705feb63086fb22e6
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.
* emacsclient.c (main): Same.
lib-src/emacsclient.c