Subject: Missing def'n in glob.h?
To: current users <current-users@NetBSD.ORG>
From: Charlie ROOT <root@whooppee.com>
List: current-users
Date: 06/20/1998 15:48:18
Got this error while building from sources current as of this morning:
cc -O -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -DHASSETPROCTITLE -Dunix -DSKEY -c ftpcmd.c
ftpcmd.y: In function `yyparse':
ftpcmd.y:680: `GLOB_QUOTE' undeclared (first use this function)
ftpcmd.y:680: (Each undeclared identifier is reported only once
ftpcmd.y:680: for each function it appears in.)
*** Error code 1
Stop.
It appears that src/include/glob.h no longer defines GLOB_QUOTE as of
the most recent edit:
/* $NetBSD: glob.h,v 1.10 1998/06/19 22:41:44 kleink Exp $ */
-----------------------------------------------------------------------------
| Paul Goyette | Public Key fingerprint: | E-mail addresses: |
| Network Engineer | 0E 40 D2 FC 2A 13 74 A0 | paul@whooppee.com |
| and kernel hacker | E4 69 D5 BE 65 E4 56 C6 | paul.goyette@ascend.com |
-----------------------------------------------------------------------------