commit | de39860a2a2cadf8ede07817c2530a521aed1491 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Jan 23 23:19:47 2005 +0000 |
committer | rsc <devnull@localhost> | Sun Jan 23 23:19:47 2005 +0000 |
tree | 83b64289b20375374df3de4202edc8b8d8c70fdf | |
parent | 7c604f0ddf394fa9f24b48df54c4c44d9533ec7c [diff] [blame] |
more searchpath-related changes
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h index b7edbac..0996eec 100644 --- a/src/cmd/rc/rc.h +++ b/src/cmd/rc/rc.h
@@ -28,6 +28,7 @@ #endif #undef pipe /* so that /dev/fd works */ +#define searchpath rcsearchpath /* avoid new libc function */ typedef struct tree tree; typedef struct word word;