summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-06-27 23:36:08 +1000
committerDamien Miller <djm@mindrot.org>2001-06-27 23:36:08 +1000
commit79b332dd6748980cf9c8af39e3194a7e272b9256 (patch)
treea0cbb7fba6e8746a658cd94d52ff45293e628c63 /openbsd-compat/glob.c
parent649d999b4bab2d2ff5fadf7c77f2d685ece4708c (diff)
- (djm) Fix a few warnings the above turned up
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 4f70149cb..365d4334f 100644
--- a/openbsd-compat/glob.c
+++ b/openbsd-compat/glob.c
@@ -37,8 +37,8 @@
37#include "includes.h" 37#include "includes.h"
38#include <ctype.h> 38#include <ctype.h>
39 39
40long 40static long
41get_arg_max() 41get_arg_max(void)
42{ 42{
43#ifdef ARG_MAX 43#ifdef ARG_MAX
44 return(ARG_MAX); 44 return(ARG_MAX);