diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
commit | 8a00f44bf4675076adfe312b71a6ff3670feef7d (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/runit_lib.h | |
parent | a5342b4541c9c6b350ca015b94c7fd00d125e088 (diff) |
runit: add runsv, runsvdir and sv. Oh yes.
It even seems to work. +11K. :(
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r-- | runit/runit_lib.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h index d306164ea..1f911919d 100644 --- a/runit/runit_lib.h +++ b/runit/runit_lib.h @@ -233,7 +233,7 @@ int ta_append(ta *x,const type *i) \ /*** stralloc.h ***/ - +#if 0 GEN_ALLOC_typedef(stralloc,char,s,len,a) extern int stralloc_ready(stralloc *,unsigned); @@ -256,7 +256,7 @@ extern int stralloc_catlong0(stralloc *,long,unsigned); #define stralloc_catuint0(sa,i,n) (stralloc_catulong0((sa),(i),(n))) #define stralloc_catint0(sa,i,n) (stralloc_catlong0((sa),(i),(n))) #define stralloc_catint(sa,i) (stralloc_catlong0((sa),(i),0)) - +#endif /*** iopause.h ***/ @@ -290,9 +290,9 @@ extern int open_write(const char *); /*** openreadclose.h ***/ - +#if 0 extern int openreadclose(const char *,stralloc *,unsigned); - +#endif /*** pathexec.h ***/ @@ -313,10 +313,10 @@ extern int prot_uid(int); /*** readclose.h ***/ - +#if 0 extern int readclose_append(int,stralloc *,unsigned); extern int readclose(int,stralloc *,unsigned); - +#endif /*** scan.h ***/ |