changeset 16122:9fe39bafd20e

(main): Declare `fromunix' as size_t.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 15:20:19 +0000
parents 6e026dc3f1b1
children ec5f48fe0320
files lib-src/emacsserver.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsserver.c	Wed Sep 04 15:17:16 1996 +0000
+++ b/lib-src/emacsserver.c	Wed Sep 04 15:20:19 1996 +0000
@@ -206,7 +206,8 @@
 {
   char system_name[32];
   int s, infd, fromlen;
-  struct sockaddr_un server, fromunix;
+  struct sockaddr_un server;
+  size_t fromunix;
   char *homedir;
   char *str, string[BUFSIZ], code[BUFSIZ];
   FILE *infile;