diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-26 18:39:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-26 18:39:24 +0000 |
commit | 80e51110c951a8965ec065520da82c156eb08b2a (patch) | |
tree | c349b1507ef5422a02e2c211c7db79bd897ad20e /pfinet/pfinet.h | |
parent | b29ed13ee30b799fd0f19cc2857977c26b2fbf7a (diff) | |
download | hurd-80e51110c951a8965ec065520da82c156eb08b2a.tar.gz hurd-80e51110c951a8965ec065520da82c156eb08b2a.tar.bz2 hurd-80e51110c951a8965ec065520da82c156eb08b2a.zip |
entered into RCS
Diffstat (limited to 'pfinet/pfinet.h')
-rw-r--r-- | pfinet/pfinet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index fbf772fe..f1bac08e 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -33,6 +33,7 @@ void incoming_net_packet (void); extern struct proto_ops *proto_ops; struct mutex global_lock; +struct mutex packet_queue_lock; struct port_bucket *pfinet_bucket; struct port_class *addrport_class; |