lint
authorMark Eichin <eichin@mit.edu>
Wed, 17 Aug 1994 21:07:13 +0000 (21:07 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 17 Aug 1994 21:07:13 +0000 (21:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4174 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/user_user/client.c
src/appl/user_user/server.c

index c4b0e7dcce20bad33b9aadaeb612e31a792a28b6..3e495315a362b24e9c880287e79cf1833a11aec8 100644 (file)
  * Other end of user-user client/server pair.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_client_c[] =
-"$Id$";
-#endif
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/los-proto.h>
 #include <com_err.h>
 
-#ifdef __STDC__
-extern char *strdup(const char *);
-#else
-extern char *strdup();
-#endif
-
 krb5_error_code
 tgt_keyproc(DECLARG(krb5_pointer, keyprocarg),
            DECLARG(krb5_principal, principal),
index 1e0a99e3fc168b107c07c18a1fdf3d237d6155fd..b00f6fb68206d1c80db90c2fc49b1ac7445e49dc 100644 (file)
  * One end of the user-user client-server pair.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_server_c[] =
-"$Id$";
-#endif
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>