aboutsummaryrefslogtreecommitdiff
path: root/src/krb524/misc.c
diff options
context:
space:
mode:
authorno author <devnull@mit.edu>2004-01-07 23:25:10 +0000
committerno author <devnull@mit.edu>2004-01-07 23:25:10 +0000
commitc31bf6d84dd9638396a0ee8a9a1ff34ec2d85ca9 (patch)
treefcbc663b79f288481d3ff2004e7c38282b390c1d /src/krb524/misc.c
parent6670198c5e4945eaabfec95e24b0c47c7d97fc44 (diff)
downloadkrb5-kfw-2.6-beta1.zip
krb5-kfw-2.6-beta1.tar.gz
krb5-kfw-2.6-beta1.tar.bz2
This commit was manufactured by cvs2svn to create tagkfw-2.6-beta1
'kfw-2_6-beta-1'. git-svn-id: svn://anonsvn.mit.edu/krb5/tags/kfw-2_6-beta-1@15980 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524/misc.c')
-rw-r--r--src/krb524/misc.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/krb524/misc.c b/src/krb524/misc.c
deleted file mode 100644
index 7e3f4e3..0000000
--- a/src/krb524/misc.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Copyright 1994 by OpenVision Technologies, Inc.
- *
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without fee,
- * provided that the above copyright notice appears in all copies and
- * that both that copyright notice and this permission notice appear in
- * supporting documentation, and that the name of OpenVision not be used
- * in advertising or publicity pertaining to distribution of the software
- * without specific, written prior permission. OpenVision makes no
- * representations about the suitability of this software for any
- * purpose. It is provided "as is" without express or implied warranty.
- *
- * OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-#include <krb5.h>
-#include <stdio.h>
-#include <sys/types.h>
-
-#ifndef _WIN32
-#include <sys/time.h>
-#include <sys/signal.h>
-#include <netinet/in.h>
-#endif
-
-#include <krb.h>
-#include "krb524.h"
-
-void krb524_init_ets(context)
- krb5_context context;
-{
- initialize_k524_error_table();
-}