diff options
Diffstat (limited to 'sys/netiso/idrp_usrreq.c')
-rw-r--r-- | sys/netiso/idrp_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/idrp_usrreq.c b/sys/netiso/idrp_usrreq.c index b551231..8e3a3d2 100644 --- a/sys/netiso/idrp_usrreq.c +++ b/sys/netiso/idrp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)idrp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: idrp_usrreq.c,v 1.2 1994/08/02 07:50:16 davidg Exp $ */ #include <sys/param.h> @@ -79,7 +79,7 @@ idrp_init() * FUNCTION and ARGUMENTS: * Take a packet (m) from clnp, strip off the clnp header * and mke suitable for the idrp socket. - * No return value. + * No return value. */ idrp_input(m, src, dst) register struct mbuf *m; |