replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
[ira/wip.git] / source3 / lib / util.c
index 9b92e412d00a7109a6c653063f24c3ae270bc97a..d1d052d4a029a7d7422f302bfd66003d44887c7e 100644 (file)
@@ -630,16 +630,6 @@ BOOL yesno(char *p)
   return(False);
 }
 
-#ifdef HPUX
-/****************************************************************************
-this is a version of setbuffer() for those machines that only have setvbuf
-****************************************************************************/
- void setbuffer(FILE *f,char *buf,int bufsize)
-{
-  setvbuf(f,buf,_IOFBF,bufsize);
-}
-#endif
-
 /****************************************************************************
 expand a pointer to be a particular size
 ****************************************************************************/