[BACK]Return to mansearch_const.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mansearch_const.c between version 1.4 and 1.6

version 1.4, 2014/04/10 02:46:21 version 1.6, 2014/08/10 23:54:41
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   #include "config.h"
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <stdint.h>  #include <stdint.h>
   
 #include "manpath.h"  #include "manpath.h"

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

CVSweb