summary refs log tree commit diff
path: root/nis/nis_intern.h
diff options
context:
space:
mode:
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;