summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/glob.c')
-rw-r--r--openbsd-compat/glob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/glob.c b/openbsd-compat/glob.c
index 7fafc8c40..e00db7079 100644
--- a/openbsd-compat/glob.c
+++ b/openbsd-compat/glob.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/gen/glob.c */
2
3/* 1/*
4 * Copyright (c) 1989, 1993 2 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved. 3 * The Regents of the University of California. All rights reserved.
@@ -32,6 +30,8 @@
32 * SUCH DAMAGE. 30 * SUCH DAMAGE.
33 */ 31 */
34 32
33/* OPENBSD ORIGINAL: lib/libc/gen/glob.c */
34
35#include "includes.h" 35#include "includes.h"
36#include <ctype.h> 36#include <ctype.h>
37 37