about summary refs log tree commit diff
path: root/nis/nis_intern.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-26 22:47:20 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-26 22:47:20 +0000
commitd6db1d53b378a5b1bfdbad56978acce5f6e46409 (patch)
treebc66616539cf94514b191bad6a9b60d4202650e4 /nis/nis_intern.h
parent026d50118f29514a92df816fd768c84bccf7e5dc (diff)
downloadglibc-d6db1d53b378a5b1bfdbad56978acce5f6e46409.tar.gz
glibc-d6db1d53b378a5b1bfdbad56978acce5f6e46409.tar.xz
glibc-d6db1d53b378a5b1bfdbad56978acce5f6e46409.zip
Update.
1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nis/nis_call.c: Don't copy server structure.
	* nis/nis_intern.h: Remove unused entries.
	* nis/nis_table.c: Rewrite __create_ib_request.
Diffstat (limited to 'nis/nis_intern.h')
-rw-r--r--nis/nis_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nis/nis_intern.h b/nis/nis_intern.h
index 311555d3b9..bea4e272ce 100644
--- a/nis/nis_intern.h
+++ b/nis/nis_intern.h
@@ -36,10 +36,8 @@ struct dir_binding
   bool_t master_only;            /* Is only binded to the master */
   bool_t use_auth;               /* Do we use AUTH ? */
   bool_t use_udp;                /* Do we use UDP ? */
-  time_t create;                 /* Binding creation time */
   struct sockaddr_in addr;       /* Server's IP address */
   int socket;                    /* Server's local socket */
-  unsigned short port;           /* Local port */
 };
 typedef struct dir_binding dir_binding;