aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-02-08 09:46:14 +0000
committerPavel Janík2002-02-08 09:46:14 +0000
commit7c15926f17c458c8192cb99b82d6f882c60e42c0 (patch)
tree17f5868f6d3597d0e15a119c2de3bcbd5abb8550 /src
parent2c5c11efa2851b61069dc2b700517229bc5dbc5b (diff)
downloademacs-7c15926f17c458c8192cb99b82d6f882c60e42c0.tar.gz
emacs-7c15926f17c458c8192cb99b82d6f882c60e42c0.zip
(init_system_name): Put unused variable `p' in #if 0.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/sysdep.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ac7183b1454..1af848ebc80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
4
12002-02-07 Kim F. Storm <storm@cua.dk> 52002-02-07 Kim F. Storm <storm@cua.dk>
2 6
3 * keymap.c (where_is_internal): Only check whether definition is 7 * keymap.c (where_is_internal): Only check whether definition is
diff --git a/src/sysdep.c b/src/sysdep.c
index 478d56a43a9..f560e9d7cf2 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2378,7 +2378,9 @@ init_system_name ()
2378 if (hp) 2378 if (hp)
2379 { 2379 {
2380 char *fqdn = (char *) hp->h_name; 2380 char *fqdn = (char *) hp->h_name;
2381#if 0
2381 char *p; 2382 char *p;
2383#endif
2382 2384
2383 if (!index (fqdn, '.')) 2385 if (!index (fqdn, '.'))
2384 { 2386 {