tadd autolib - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ae0a96f7961b75b6741d67c6c849e47ccf4b5004 | |
parent a1ad1acf25897fb9ee02d7fc5bf4fff710f01c1d | |
Author: rsc | |
Date: Thu, 12 May 2005 14:03:00 +0000 add autolib Diffstat: M include/sunrpc.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/include/sunrpc.h b/include/sunrpc.h | |
t@@ -6,6 +6,7 @@ #pragma lib "libsunrpc.a" #pragma src "/sys/src/libsunrpc" */ +AUTOLIB(sunrpc) typedef uchar u1int; |