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

Diff for /src/usr.bin/m4/misc.c between version 1.31 and 1.32

version 1.31, 2005/05/29 18:44:36 version 1.32, 2005/08/06 16:22:26
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)misc.c      8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32