artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72799b1
)
getopt(3) returns an int, not char.
author
millert
<millert@openbsd.org>
Thu, 16 Jan 1997 00:35:52 +0000
(
00:35
+0000)
committer
millert
<millert@openbsd.org>
Thu, 16 Jan 1997 00:35:52 +0000
(
00:35
+0000)
sbin/bim/bim.c
patch
|
blob
|
history
diff --git
a/sbin/bim/bim.c
b/sbin/bim/bim.c
index
bbb52f5
..
41f1fe6
100644
(file)
--- a/
sbin/bim/bim.c
+++ b/
sbin/bim/bim.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bim.c,v 1.
3 1997/01/15 23:41:09
millert Exp $ */
+/* $OpenBSD: bim.c,v 1.
4 1997/01/16 00:35:52
millert Exp $ */
/* $NetBSD: bim.c,v 1.4 1995/09/28 07:08:49 phil Exp $ */
/*
@@
-610,7
+610,7
@@
char *argv[];
char *argcmds[MAXARGCMDS];
extern int optind, opterr;
extern char *optarg;
-
char
optchar;
+
int
optchar;
int index;
/* Check the parameters. */