Remove sparc dir, add difftime macro for sunos.

This commit is contained in:
Bruce Momjian 1997-07-28 00:13:39 +00:00
parent cfd15d16fa
commit 5a38a119b2
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
#include "miscadmin.h"
#include "utils/builtins.h"
/* sunos doesn't have this function */
#if defined(sunos)
#define difftime(time1,time0) ((time1) - (time0))
#endif
#if FALSE
/* copy the next part of the string into a buffer */
static const char *