Diff for /libaitio/inc/aitio.h between versions 1.11.2.20 and 1.11.2.22

version 1.11.2.20, 2011/09/22 22:29:01 version 1.11.2.22, 2011/10/04 14:33:32
Line 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
 #define __AITIO_H  #define __AITIO_H
   
   
   #define COMPAT_43TTY
   
 #include <assert.h>  #include <assert.h>
 #include <openssl/evp.h>  #include <openssl/evp.h>
   #include <sys/tty.h>
   #include <sys/ioctl_compat.h>
   
   
 #define VACUUM_LEFT     1  #define VACUUM_LEFT     1
Line 821  inline int ioRestoreMode(int fd, struct termios tio); Line 825  inline int ioRestoreMode(int fd, struct termios tio);
  */   */
 pid_t ioForkPTY(int *ptyfd, char * __restrict name, int namesiz, struct termios * __restrict term,   pid_t ioForkPTY(int *ptyfd, char * __restrict name, int namesiz, struct termios * __restrict term, 
                 struct winsize * __restrict winz, struct termios * __restrict otio);                  struct winsize * __restrict winz, struct termios * __restrict otio);
   
   /*
    * ioCreatePIDFile() Create PID file
    * @csName = PID filename
    * @ifExists = !=0 if filename exists return error
    * return: -1 error or 0 ok
    */
   inline int ioCreatePIDFile(const char *csName, int ifExists);
   
   
 #endif  #endif

Removed from v.1.11.2.20  
changed lines
  Added in v.1.11.2.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>