1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(main): Declare `fromunix' as size_t.

This commit is contained in:
Richard M. Stallman 1996-09-04 15:20:19 +00:00
parent 0d1841a634
commit 37de9e5d47

View 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;