summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/fortune.c
diff options
context:
space:
mode:
Diffstat (limited to 'fortune/fortune/fortune.c')
-rw-r--r--fortune/fortune/fortune.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c
index 5a383bc1..0593b0c7 100644
--- a/fortune/fortune/fortune.c
+++ b/fortune/fortune/fortune.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fortune.c,v 1.26 2001/02/05 00:29:44 christos Exp $ */
+/* $NetBSD: fortune.c,v 1.27 2001/02/19 22:41:45 cgd Exp $ */
/*-
* Copyright (c) 1986, 1993
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\
#if 0
static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fortune.c,v 1.26 2001/02/05 00:29:44 christos Exp $");
+__RCSID("$NetBSD: fortune.c,v 1.27 2001/02/19 22:41:45 cgd Exp $");
#endif
#endif /* not lint */
@@ -206,8 +206,6 @@ regex_t *Re_pat = NULL;
#define NAMLEN(d) ((d)->d_namlen)
#endif
-extern char *__progname;
-
int
main(ac, av)
int ac;
@@ -1357,7 +1355,8 @@ matches_in_list(list)
void
usage()
{
- (void) fprintf(stderr, "Usage: %s [-a", __progname);
+
+ (void) fprintf(stderr, "Usage: %s [-a", getprogname());
#ifdef DEBUG
(void) fprintf(stderr, "D");
#endif /* DEBUG */