artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381abd6
)
remove space from tsleep() message
author
kstailey
<kstailey@openbsd.org>
Sat, 15 Mar 1997 17:18:07 +0000
(17:18 +0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 15 Mar 1997 17:18:07 +0000
(17:18 +0000)
sys/netinet/ip_fil.c
patch
|
blob
|
history
diff --git
a/sys/netinet/ip_fil.c
b/sys/netinet/ip_fil.c
index
f47c090
..
f85daff
100644
(file)
--- a/
sys/netinet/ip_fil.c
+++ b/
sys/netinet/ip_fil.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ip_fil.c,v 1.1
0 1997/02/11 22:23:12
kstailey Exp $ */
+/* $OpenBSD: ip_fil.c,v 1.1
1 1997/03/15 17:18:07
kstailey Exp $ */
/*
* (C)opyright 1993,1994,1995 by Darren Reed.
*
@@
-565,7
+565,7
@@
iplread(dev, uio)
if (!uio->uio_resid)
return 0;
while (!iplused) {
- error = SLEEP(iplbuf, "ipl
sleep");
+ error = SLEEP(iplbuf, "ipl
_
sleep");
if (error)
return error;
}