From 80cc4c3f548f337fce6264beaf22ea9ad438c092 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 1 Sep 1997 18:40:51 +0000 Subject: GLOB_ABEND -> GLOB_ABORTED --- bin/csh/glob.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/csh') diff --git a/bin/csh/glob.c b/bin/csh/glob.c index a0765957b19..ce729463bc4 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glob.c,v 1.4 1997/07/25 18:58:08 mickey Exp $ */ +/* $OpenBSD: glob.c,v 1.5 1997/09/01 18:40:50 millert Exp $ */ /* $NetBSD: glob.c,v 1.10 1995/03/21 09:03:01 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: glob.c,v 1.4 1997/07/25 18:58:08 mickey Exp $"; +static char rcsid[] = "$OpenBSD: glob.c,v 1.5 1997/09/01 18:40:50 millert Exp $"; #endif #endif /* not lint */ @@ -410,7 +410,7 @@ libglob(vl) do { ptr = short2qstr(*vl); switch (glob(ptr, gflgs, 0, &globv)) { - case GLOB_ABEND: + case GLOB_ABORTED: setname(vis_str(*vl)); stderror(ERR_NAME | ERR_GLOB); /* NOTREACHED */ -- cgit v1.2.3