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

Diff for /src/usr.bin/sdiff/edit.c between version 1.6 and 1.7

version 1.6, 2005/12/27 04:33:31 version 1.7, 2005/12/27 04:43:01
Line 8 
Line 8 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
   
 #include <assert.h>  
 #include <ctype.h>  #include <ctype.h>
 #include <err.h>  #include <err.h>
 #include <stdio.h>  #include <stdio.h>
Line 135 
Line 134 
         size_t nread, nwritten;          size_t nread, nwritten;
         const char *filename;          const char *filename;
         char buf[BUFSIZ], *text;          char buf[BUFSIZ], *text;
   
         assert(cmd);  
   
         /* Skip whitespace. */          /* Skip whitespace. */
         while (isspace(*cmd))          while (isspace(*cmd))

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7