summaryrefslogtreecommitdiff
path: root/libports/interrupt-notified-rpcs.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-03-31 23:06:45 +0000
committerRoland McGrath <roland@gnu.org>2001-03-31 23:06:45 +0000
commit6e6cf5ec0d5050697976185685111aa9b89be5d7 (patch)
treee0109b983cc0bba77ace67c74f79024b867e789a /libports/interrupt-notified-rpcs.c
parentb5a4fc2bc5ee18907945cb5cd9eb792dc4f4b19e (diff)
2001-03-29 Neal H Walfield <neal@cs.uml.edu>
* init.c: Do not initialize global variables to 0. * interrupt-notified-rpcs.c: Likewise.
Diffstat (limited to 'libports/interrupt-notified-rpcs.c')
-rw-r--r--libports/interrupt-notified-rpcs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libports/interrupt-notified-rpcs.c b/libports/interrupt-notified-rpcs.c
index 061d3d87..bdfef977 100644
--- a/libports/interrupt-notified-rpcs.c
+++ b/libports/interrupt-notified-rpcs.c
@@ -1,8 +1,8 @@
/* Handle interruping rpcs because of notification
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2001 Free Software Foundation, Inc.
- Written by Miles Bader <miles@gnu.ai.mit.edu>
+ Written by Miles Bader <miles@gnu.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -21,11 +21,11 @@
#include "ports.h"
/* A linked list of ports for which notification has been requested. */
-struct ports_notify *_ports_notifications = 0;
+struct ports_notify *_ports_notifications;
/* Free lists for notify structures. */
-struct ports_notify *_ports_free_ports_notifies = 0;
-struct rpc_notify *_ports_free_rpc_notifies = 0;
+struct ports_notify *_ports_free_ports_notifies;
+struct rpc_notify *_ports_free_rpc_notifies;
/* Interrupt any rpcs on OBJECT that have requested such. */
void