From ff2e700e59fcd512876b6a0f9056cabeac49d3d3 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sat, 26 Oct 1996 01:09:12 +0000 Subject: Fri Oct 25 20:30:22 1996 Thomas Bushnell, n/BSG * host.c: Include . Thu Oct 24 16:13:40 1996 Thomas Bushnell, n/BSG * 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. --- proc/proc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proc/proc.h') 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) { -- cgit v1.2.3