From b2c97e251bb470e6f967c716081675a96dbde59c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 19 Dec 2016 02:13:06 +0100 Subject: procfs: provide magic retry response for /proc/self * hurd/hurd_types.h: Document the magic retry string `pid'. * hurd/paths.h (_HURD_MAGIC): New macro. * procfs/main.c: Remove all code related to faking /proc/self. * procfs/main.h: Likewise. * procfs/rootdir.c: Likewise. Instead, return the magic retry response `pid' for the `self' node. --- procfs/main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'procfs/main.h') diff --git a/procfs/main.h b/procfs/main.h index 4e28b7eb..051db953 100644 --- a/procfs/main.h +++ b/procfs/main.h @@ -20,6 +20,5 @@ /* Startup options */ extern int opt_clk_tck; extern mode_t opt_stat_mode; -extern pid_t opt_fake_self; extern pid_t opt_kernel_pid; extern uid_t opt_anon_owner; -- cgit v1.2.3