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

Diff for /src/usr.bin/mg/Attic/random.c between version 1.34 and 1.35

version 1.34, 2015/03/16 13:47:48 version 1.35, 2015/03/19 21:22:15
Line 9 
Line 9 
  * are all command processors.   * are all command processors.
  */   */
   
 #include "def.h"  #include <sys/queue.h>
   
 #include <ctype.h>  #include <ctype.h>
   #include <signal.h>
   #include <stdio.h>
   
   #include "def.h"
   
 /*  /*
  * Display a bunch of useful information about the current location of dot.   * Display a bunch of useful information about the current location of dot.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35