diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-21 09:02:18 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-21 09:02:18 +0000 |
| commit | 39ebd17269fa1bc274c6e38223e0f824d8260cd7 (patch) | |
| tree | 927846c8ed50219c4f4d9b2e1a06dafedd60ced9 | |
| parent | 0069f505eba952898486b48bdda471a00367be65 (diff) | |
Notes
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index d528f5e5f23a..abdb71e412f0 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94 - * $Id: uipc_usrreq.c,v 1.37 1998/10/25 17:44:51 phk Exp $ + * $Id: uipc_usrreq.c,v 1.38 1999/01/21 08:29:04 dillon Exp $ */ #include <sys/param.h> |
