artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1500b90
)
kill unused var
author
downsj
<downsj@openbsd.org>
Fri, 13 Sep 1996 05:20:06 +0000
(
05:20
+0000)
committer
downsj
<downsj@openbsd.org>
Fri, 13 Sep 1996 05:20:06 +0000
(
05:20
+0000)
usr.sbin/sendmail/src/util.c
patch
|
blob
|
history
diff --git
a/usr.sbin/sendmail/src/util.c
b/usr.sbin/sendmail/src/util.c
index
0610423
..
152f324
100644
(file)
--- a/
usr.sbin/sendmail/src/util.c
+++ b/
usr.sbin/sendmail/src/util.c
@@
-391,7
+391,6
@@
buildfname(gecos, login, buf, bufsiz)
{
register char *p;
register char *bp = buf;
- int l;
if (*gecos == '*')
gecos++;