aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-03-20 09:55:33 -0700
committerPaul Eggert2011-03-20 09:55:33 -0700
commitc184bbfdfd547bbf61e719be92460dcebaed85a3 (patch)
treeb2f9baa65e77cbbc7dfc6ef92d34e60b0ce140d2 /Makefile.in
parentc939f91b4d9d7830daf4e17cacbab1709ce9949d (diff)
parent6a90a4f1982c25213ec70637b52462674c2564bd (diff)
downloademacs-c184bbfdfd547bbf61e719be92460dcebaed85a3.tar.gz
emacs-c184bbfdfd547bbf61e719be92460dcebaed85a3.zip
Merge: Use socklen_t, not int, for socket lengths.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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.
333GNULIB_MODULES = \ 333GNULIB_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
336GNULIB_TOOL_FLAGS = \ 336GNULIB_TOOL_FLAGS = \
337 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk 337 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
338sync-from-gnulib: $(gnulib_srcdir) 338sync-from-gnulib: $(gnulib_srcdir)