Use roken.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-05-12 22:03:27 +00:00
parent 13176a9600
commit 2f86fdde6b
3 changed files with 3 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ libcommon_OBJS = base64.o glob.o
all: libcommon.a
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I.. $(DEFS) $<
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include -I.. $(DEFS) $<
libcommon.a: $(libcommon_OBJS)
ar cr libcommon.a $(libcommon_OBJS)

View File

@@ -36,14 +36,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#else
static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
/*
* glob(3) -- a superset of the one defined in POSIX 1003.2.
*
@@ -87,6 +79,7 @@ static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $";
#include <unistd.h>
#include "glob.h"
#include "roken.h"
#define DOLLAR '$'
#define DOT '.'

View File

@@ -36,14 +36,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#else
static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
/*
* glob(3) -- a superset of the one defined in POSIX 1003.2.
*
@@ -87,6 +79,7 @@ static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $";
#include <unistd.h>
#include "glob.h"
#include "roken.h"
#define DOLLAR '$'
#define DOT '.'