aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/rc.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-23 23:19:47 +0000
committerrsc <devnull@localhost>2005-01-23 23:19:47 +0000
commitde39860a2a2cadf8ede07817c2530a521aed1491 (patch)
tree83b64289b20375374df3de4202edc8b8d8c70fdf /src/cmd/rc/rc.h
parent7c604f0ddf394fa9f24b48df54c4c44d9533ec7c (diff)
downloadplan9port-de39860a2a2cadf8ede07817c2530a521aed1491.tar.gz
plan9port-de39860a2a2cadf8ede07817c2530a521aed1491.tar.bz2
plan9port-de39860a2a2cadf8ede07817c2530a521aed1491.zip
more searchpath-related changes
Diffstat (limited to 'src/cmd/rc/rc.h')
-rw-r--r--src/cmd/rc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h
index b7edbac4..0996eec5 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;