* sane_hostname.c (pty_make_sane_hostname): Remove unused
authorTom Yu <tlyu@mit.edu>
Thu, 18 Feb 1999 00:57:34 +0000 (00:57 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 18 Feb 1999 00:57:34 +0000 (00:57 +0000)
"char *scratch".

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11178 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/sane_hostname.c

index fd3ce53bea81f060d1bc5237c76c15a111fca607..45b0348965bf3b138a5df309bcde6cf6cc68ac6b 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb 17 19:47:36 1999  Tom Yu  <tlyu@mit.edu>
+
+       * sane_hostname.c (pty_make_sane_hostname): Remove unused
+       "char *scratch".
+
 Tue Feb 16 20:18:40 1999  Tom Yu  <tlyu@mit.edu>
 
        * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to
index 7163b7ec2e31f2d5ba8184ac79ed1611b426e9b9..3f9ed6b64eb527b43b1de4f35f66b91797da2438 100644 (file)
@@ -44,7 +44,6 @@ pty_make_sane_hostname(struct sockaddr_in *addr,
 #else
     struct utmpx utx;
 #endif
-    char *scratch;
     char *cp, *domain;
     char lhost[MAXHOSTNAMELEN];
     size_t ut_host_len;