Skip to content

Commit

Permalink
* server.c (main): Add declaration of optind for systems that
Browse files Browse the repository at this point in the history
	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
  • Loading branch information
tlyu committed Nov 15, 1996
1 parent 9cc5398 commit 36f31c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/rpc/unit-test/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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
Expand Down
1 change: 1 addition & 0 deletions src/lib/rpc/unit-test/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ main(int argc, char **argv)
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;
Expand Down

0 comments on commit 36f31c6

Please sign in to comment.