diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-12 19:56:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-12 19:56:43 +0000 |
commit | 3abf996d2120cf568662b872321c5de400440243 (patch) | |
tree | 23fbbe187c89e8623b39d6b09ac1f4540e966c75 | |
parent | 1447416cef137e169ddb0ddb2d6186c904a30142 (diff) |
(subsystem declaration): Use correct value 29500 from subsystems file.
-rw-r--r-- | hurd/startup_notify.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/startup_notify.defs b/hurd/startup_notify.defs index 7086f448..2388f882 100644 --- a/hurd/startup_notify.defs +++ b/hurd/startup_notify.defs @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -subsystem startup_notify 29000; +subsystem startup_notify 29500; #include <hurd/hurd_types.defs> |