diff options
author | kris <kris@FreeBSD.org> | 2000-04-10 11:09:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-10 11:09:42 +0000 |
commit | aee7d5e2d9b6409777977e7e84bb592b3ec3bd30 (patch) | |
tree | 2a4ae68749c83823fce59d928ca92442a2879aa0 /contrib/opie/glob.c | |
parent | 5bec5470a59d584c74e9b1d1a9790293fb566048 (diff) | |
download | FreeBSD-src-aee7d5e2d9b6409777977e7e84bb592b3ec3bd30.zip FreeBSD-src-aee7d5e2d9b6409777977e7e84bb592b3ec3bd30.tar.gz |
Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/
Diffstat (limited to 'contrib/opie/glob.c')
-rw-r--r-- | contrib/opie/glob.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/opie/glob.c b/contrib/opie/glob.c index 58f58f3..8cbe779 100644 --- a/contrib/opie/glob.c +++ b/contrib/opie/glob.c @@ -1,7 +1,7 @@ /* glob.c: The csh et al glob pattern matching routines. %%% copyright-cmetz-96 -This software is Copyright 1996-1997 by Craig Metz, All Rights Reserved. +This software is Copyright 1996-1998 by Craig Metz, All Rights Reserved. The Inner Net License Version 2 applies to this software. You should have received a copy of the license with this software. If you didn't get a copy, you may request one from <license@inner.net>. @@ -13,6 +13,8 @@ License Agreement applies to this software. History: + Modified by cmetz for OPIE 2.32. Remove include of dirent.h here; it's + done already (and conditionally) in opie_cfg.h. Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al. Remove useless strings. Prototype right. Modified at NRL for OPIE 2.0. @@ -62,7 +64,6 @@ License Agreement applies to this software. #endif /* HAVE_SYS_PARAM_H */ #include <sys/stat.h> -#include <dirent.h> #if HAVE_PWD_H #include <pwd.h> #endif /* HAVE_PWD_H */ |