Skip to content
Snippets Groups Projects
Commit 6a849f9c authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Temporarily include tmp-difftime.h.

parent 19a572fa
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: missing-ansi.c,v 0.8 1993/01/16 23:17:06 ceder Exp $ * $Id: missing-ansi.c,v 0.9 1993/08/05 00:06:38 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* Written by ceder. * Written by ceder.
*/ */
static char *rcsid = "$Id: missing-ansi.c,v 0.8 1993/01/16 23:17:06 ceder Exp $"; static char *rcsid = "$Id: missing-ansi.c,v 0.9 1993/08/05 00:06:38 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -53,6 +53,8 @@ memcpy (void * s1, const void * s2, size_t n) ...@@ -53,6 +53,8 @@ memcpy (void * s1, const void * s2, size_t n)
#if defined(__sequent__) || defined(__sun__) || defined(__vax__) #if defined(__sequent__) || defined(__sun__) || defined(__vax__)
#include "tmp-difftime.h"
extern double extern double
difftime(time_t t1, time_t t2) difftime(time_t t1, time_t t2)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment