aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2012-11-16 07:29:22 -0800
committerPaul Eggert2012-11-16 07:29:22 -0800
commit3d082a269ece18058ed82957f8a056822b39789e (patch)
tree17d4964206b6dc2329b1e31ec708b7b370912db4 /admin
parent9533048d4a8e86dd6a8ffc8970afce28fda2632f (diff)
downloademacs-3d082a269ece18058ed82957f8a056822b39789e.tar.gz
emacs-3d082a269ece18058ed82957f8a056822b39789e.zip
Remove no-longer-used pty_max_bytes variable.
* configure.ac (fpathconf): Remove unnecessary check. * admin/CPP-DEFINES (HAVE_FPATHCONF): Remove. * src/process.c (pty_max_bytes): Remove; unused. (send_process): Do not set it.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES1
-rw-r--r--admin/ChangeLog5
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 0a4c14cb95c..17c56dc7e9e 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -152,7 +152,6 @@ HAVE_ENVIRON_DECL
152HAVE_EUIDACCESS 152HAVE_EUIDACCESS
153HAVE_FCNTL_H 153HAVE_FCNTL_H
154HAVE_FORK 154HAVE_FORK
155HAVE_FPATHCONF
156HAVE_FREEIFADDRS 155HAVE_FREEIFADDRS
157HAVE_FREETYPE 156HAVE_FREETYPE
158HAVE_FSEEKO 157HAVE_FSEEKO
diff --git a/admin/ChangeLog b/admin/ChangeLog
index fd28bf1228f..4eb413e948f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-used pty_max_bytes variable.
4 * CPP-DEFINES (HAVE_FPATHCONF): Remove.
5
12012-11-14 Paul Eggert <eggert@cs.ucla.edu> 62012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Use faccessat, not access, when checking file permissions (Bug#12632). 8 Use faccessat, not access, when checking file permissions (Bug#12632).