]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Declare `fromunix' as size_t.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 15:20:19 +0000 (15:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 15:20:19 +0000 (15:20 +0000)
lib-src/emacsserver.c

index 2cd617c5c9bed6145dc0007bb788819e88528aa2..d82fef55766e23cb1287462330e9d67123787aa7 100644 (file)
@@ -206,7 +206,8 @@ main (argc, argv)
 {
   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;