diff options
| author | Paul Eggert | 2011-03-17 20:30:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-17 20:30:24 -0700 |
| commit | 401bf9b4708c19d3c86c888ce482014ca559a5b8 (patch) | |
| tree | d69e75d88c70f4c5d3da2501b4afec51cf51d563 /Makefile.in | |
| parent | a3a6c54ec72118e8d22d2ecd608df5193c8926a3 (diff) | |
| download | emacs-401bf9b4708c19d3c86c888ce482014ca559a5b8.tar.gz emacs-401bf9b4708c19d3c86c888ce482014ca559a5b8.zip | |
process.c: Use socklen_t, not int, for socket lengths.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 19267f82121..bc8ae5a9589 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -332,7 +332,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4 | |||
| 332 | # as per $(gnulib_srcdir)/DEPENDENCIES. | 332 | # as per $(gnulib_srcdir)/DEPENDENCIES. |
| 333 | GNULIB_MODULES = \ | 333 | GNULIB_MODULES = \ |
| 334 | crypto/md5 dtoastr filemode getloadavg getopt-gnu \ | 334 | crypto/md5 dtoastr filemode getloadavg getopt-gnu \ |
| 335 | ignore-value intprops lstat mktime readlink strftime symlink sys_stat | 335 | ignore-value intprops lstat mktime readlink socklen strftime symlink sys_stat |
| 336 | GNULIB_TOOL_FLAGS = \ | 336 | GNULIB_TOOL_FLAGS = \ |
| 337 | --import --no-changelog --no-vc-files --makefile-name=gnulib.mk | 337 | --import --no-changelog --no-vc-files --makefile-name=gnulib.mk |
| 338 | sync-from-gnulib: $(gnulib_srcdir) | 338 | sync-from-gnulib: $(gnulib_srcdir) |