diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-03-13 03:24:05 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-03-13 03:24:05 +0000 |
| commit | 1baf87502ec65557a05a635ea6d4748fdc866e9c (patch) | |
| tree | 059b8e41bc8eea30289150197b42f343a93e4204 | |
| parent | 585054bfa636fd7f6319340f3bf8737c019468a3 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/defs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index f974b90a1168..e66c7b55bf3b 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: defs.c,v 1.10 1997/12/30 20:02:50 brian Exp $ + * $Id: defs.c,v 1.11 1998/01/21 02:15:14 brian Exp $ */ #include <sys/param.h> @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "defs.h" @@ -69,7 +70,7 @@ GetLabel() void randinit() { -#ifdef __FreeBSD__ +#if __FreeBSD__ >= 3 static int initdone; if (!initdone) { |
