#include <util.h>
this is needed by fparseln on macos/darwin and is harmless on netbsd
This commit is contained in:
parent
690130c2ef
commit
982688a7fd
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: excludes.c,v 1.11 2002/11/30 03:10:57 lukem Exp $ */
|
||||
/* $NetBSD: excludes.c,v 1.12 2003/11/17 00:02:33 dbj Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2000 Massachusetts Institute of Technology
|
||||
@ -32,7 +32,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#if defined(__RCSID) && !defined(lint)
|
||||
__RCSID("$NetBSD: excludes.c,v 1.11 2002/11/30 03:10:57 lukem Exp $");
|
||||
__RCSID("$NetBSD: excludes.c,v 1.12 2003/11/17 00:02:33 dbj Exp $");
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -43,6 +43,7 @@ __RCSID("$NetBSD: excludes.c,v 1.11 2002/11/30 03:10:57 lukem Exp $");
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <util.h>
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: spec.c,v 1.52 2003/10/10 11:08:54 dsl Exp $ */
|
||||
/* $NetBSD: spec.c,v 1.53 2003/11/17 00:02:33 dbj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -70,7 +70,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)spec.c 8.2 (Berkeley) 4/28/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: spec.c,v 1.52 2003/10/10 11:08:54 dsl Exp $");
|
||||
__RCSID("$NetBSD: spec.c,v 1.53 2003/11/17 00:02:33 dbj Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -86,6 +86,7 @@ __RCSID("$NetBSD: spec.c,v 1.52 2003/10/10 11:08:54 dsl Exp $");
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <vis.h>
|
||||
#include <util.h>
|
||||
|
||||
#include "extern.h"
|
||||
#include "pack_dev.h"
|
||||
|
Loading…
Reference in New Issue
Block a user