[BACK]Return to filter.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / error

Diff for /src/usr.bin/error/Attic/filter.c between version 1.3 and 1.4

version 1.3, 1998/07/10 14:09:54 version 1.4, 1999/08/06 20:41:07
Line 67 
Line 67 
         char    *auxname;          char    *auxname;
 {  {
         reg     int     i;          reg     int     i;
                 FILE    *fyle;          FILE    *fyle;
                 char    inbuffer[256];          char    inbuffer[256];
                 int     uid;          uid_t   uid;
                 char    filename[128];          char    filename[128];
                 char    *username;          char    *username;
                 struct  passwd *passwdentry;          struct  passwd *passwdentry;
   
         nignored = 0;          nignored = 0;
         if (auxname == 0){      /* use the default */          if (auxname == 0){      /* use the default */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4