/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/util.c
ViewVC logotype

Diff of /branches/mixmaster_2_9_STABLE/Mix/Src/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 457 by rabbi, Mon Dec 16 22:38:14 2002 UTC revision 458 by colintu, Sun Jan 12 22:21:26 2003 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Utility functions     Utility functions
9     $Id: util.c,v 1.2.2.6 2002/12/16 22:38:13 rabbi Exp $ */     $Id: util.c,v 1.2.2.7 2003/01/12 22:21:26 colintu Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 147  FILE *openpipe(const char *prog) Line 147  FILE *openpipe(const char *prog)
147    return p;    return p;
148  }  }
149    
150  int  int file_to_out(const char *filename)
 file_to_out(const char *filename)  
151  {  {
152      int len;      int len;
153      FILE *fp;      FILE *fp;
# Line 441  int unlock(FILE *f) Line 440  int unlock(FILE *f)
440  static int getuserpass(BUFFER *b, int mode)  static int getuserpass(BUFFER *b, int mode)
441  {  {
442    char p[LINELEN];    char p[LINELEN];
443    #ifdef UNIX
444    int fd;    int fd;
445    int n;    int n;
446    #endif
447    
448  #ifdef HAVE_TERMIOS  #ifdef HAVE_TERMIOS
449    struct termios attr;    struct termios attr;

Legend:
Removed from v.457  
changed lines
  Added in v.458

  ViewVC Help
Powered by ViewVC 1.1.5