Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 1998 18:51:20 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        gjohnson@nola.srrc.usda.gov (Glenn Johnson)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: incomplete type errors
Message-ID:  <199810081851.LAA06515@usr06.primenet.com>
In-Reply-To: <199810081721.MAA00871@symbion.srrc.usda.gov> from "Glenn Johnson" at Oct 8, 98 12:21:42 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> I am trying to compile the code below:
> 
> #include <sys/types.h>
> #ifdef _TIMES
> #include <sys/time.h>
> #include <sys/times.h>
> #include <limits.h>
> #else
> #include <time.h>
> #endif
> #include <sys/resource.h>
> #include "libU77.h"

[ ... ]

> What do I need to do to the code to make it right?

#define	_TIMES		1


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810081851.LAA06515>