git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4102 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-04 22:42:15 +00:00
parent ef20a6dbf2
commit f0eb03da04
2 changed files with 7 additions and 6 deletions

View File

@@ -36,10 +36,11 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include "krb_locl.h" #include "roken.h"
#ifndef HAVE_GETTIMEOFDAY
RCSID("$Id$"); RCSID("$Id$");
#ifndef HAVE_GETTIMEOFDAY
/* /*
* Simple gettimeofday that only returns seconds. * Simple gettimeofday that only returns seconds.
*/ */

View File

@@ -36,12 +36,12 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H #include "roken.h"
#include <config.h>
RCSID("$Id$");
#endif
#ifndef HAVE_SWAB #ifndef HAVE_SWAB
RCSID("$Id$");
void void
swab (char *from, char *to, int nbytes) swab (char *from, char *to, int nbytes)
{ {