summaryrefslogtreecommitdiff
path: root/proc/proc.h
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/proc.h
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/proc.h')
-rw-r--r--proc/proc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 30886487..8a84ddc7 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -143,10 +143,6 @@ mach_port_t generic_port; /* messages not related to a specific proc */
struct mutex global_lock;
-/* Our name for version system */
-#define OUR_SERVER_NAME "proc"
-#define OUR_VERSION "0.0"
-
extern inline void
process_drop (struct proc *p)
{