summaryrefslogtreecommitdiff
path: root/proc/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-26 01:09:12 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-26 01:09:12 +0000
commitff2e700e59fcd512876b6a0f9056cabeac49d3d3 (patch)
tree5ba55c55f4b9226a1909a691c995027c0d223daf /proc/ChangeLog
parent5717a89bc7af7ccbd2f104551876291338f7888c (diff)
Fri Oct 25 20:30:22 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* host.c: Include <version.h>. Thu Oct 24 16:13:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * host.c (initialize_version_info): Construct UNAME_INFO.machine with a dash instead of a slash so that it can be used as a file name component. * host.c (initialize_version_info): Copy our version into element 0 of server_versions, not element 1. Use HURD_VERSION instead of OUR_VERSION. Use literal "proc" instead of OUR_SERVER_NAME. * proc.h (OUR_SERVER_NAME, OUR_VERSION): Delete macro.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r--proc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 9745ce63..d0eef9af 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,18 @@
+Fri Oct 25 20:30:22 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * host.c: Include <version.h>.
+
+Thu Oct 24 16:13:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * host.c (initialize_version_info): Construct UNAME_INFO.machine
+ with a dash instead of a slash so that it can be used as a file
+ name component.
+
+ * host.c (initialize_version_info): Copy our version into element
+ 0 of server_versions, not element 1. Use HURD_VERSION instead of
+ OUR_VERSION. Use literal "proc" instead of OUR_SERVER_NAME.
+ * proc.h (OUR_SERVER_NAME, OUR_VERSION): Delete macro.
+
Thu Sep 12 16:33:49 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (HURDLIBS): New variable.