don't have it in stdio.h or the like.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9419
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Nov 14 22:27:05 1996 Tom Yu <tlyu@mit.edu>
+
+ * server.c (main): Add declaration of optind for systems that
+ don't have it in stdio.h or the like.
+
Thu Nov 14 15:27:05 1996 Barry Jaspan <bjaspan@mit.edu>
* rpc_test_setup.sh: VERBOSE is now inherited from env-setup.sh
int c, prot;
auth_gssapi_name names[2];
register SVCXPRT *transp;
+ extern int optind;
names[0].name = SERVICE_NAME;
names[0].type = (gss_OID) gss_nt_service_name;