#!/bin/csh
if { cmp SSP.mod~ SSP.mod } then
	diff SSP.mod-1 SSP.mod+1 | cmp - SSP.diffs
endif
cmp OTHER.mod~ OTHER.mod
if { cmp stringFunctions.mod~ stringFunctions.mod } then
	diff stringFunctions.mod-1 stringFunctions.mod+1 | cmp - stringFunctions.diffs
endif
if { cmp sundry.mod~ sundry.mod } then
	diff sundry.mod-1 sundry.mod+1 | cmp - sundry.diffs
endif
if { cmp NIOC.mod~ NIOC.mod } then
	diff NIOC.mod-1 NIOC.mod+1 | cmp - NIOC.diffs
endif
if { cmp NIOD.mod~ NIOD.mod } then
	diff NIOD.mod-1 NIOD.mod+1 | cmp - NIOD.diffs
endif
if { cmp NIOT.mod~ NIOT.mod } then
	diff NIOT.mod-1 NIOT.mod+1 | cmp - NIOT.diffs
endif
if { cmp NIOF.mod~ NIOF.mod } then
	diff NIOF.mod-1 NIOF.mod+1 | cmp - NIOF.diffs
endif
if { cmp SIO.mod~ SIO.mod } then
	diff SIO.mod-1 SIO.mod+1 | cmp - SIO.diffs
endif
if { cmp sysdb.mod~ sysdb.mod } then
	diff sysdb.mod-1 sysdb.mod+1 | cmp - sysdb.diffs
endif
if { cmp userdb.mod~ userdb.mod } then
	diff userdb.mod-1 userdb.mod+1 | cmp - userdb.diffs
endif
if { cmp groupdb.mod~ groupdb.mod } then
	diff groupdb.mod-1 groupdb.mod+1 | cmp - groupdb.diffs
endif
if { cmp termdb.mod~ termdb.mod } then
	diff termdb.mod-1 termdb.mod+1 | cmp - termdb.diffs
endif
if { cmp secdb.mod~ secdb.mod } then
	diff secdb.mod-1 secdb.mod+1 | cmp - secdb.diffs
endif
if { cmp KIOS.mod~ KIOS.mod } then
	diff KIOS.mod-1 KIOS.mod+1 | cmp - KIOS.diffs
endif
if { cmp pathManagement.mod~ pathManagement.mod } then
	diff pathManagement.mod-1 pathManagement.mod+1 | cmp - pathManagement.diffs
endif
if { cmp auditing.mod~ auditing.mod } then
	diff auditing.mod-1 auditing.mod+1 | cmp - auditing.diffs
endif
if { cmp SSPargumentHandling.mod~ SSPargumentHandling.mod } then
	diff SSPargumentHandling.mod-1 SSPargumentHandling.mod+1 | cmp - SSPargumentHandling.diffs
endif
if { cmp lin.mod~ lin.mod } then
	diff lin.mod-1 lin.mod+1 | cmp - lin.diffs
endif
if { cmp lot.mod~ lot.mod } then
	diff lot.mod-1 lot.mod+1 | cmp - lot.diffs
endif
if { cmp cal.mod~ cal.mod } then
	diff cal.mod-1 cal.mod+1 | cmp - cal.diffs
endif
if { cmp cgp.mod~ cgp.mod } then
	diff cgp.mod-1 cgp.mod+1 | cmp - cgp.diffs
endif
if { cmp sspmisc.mod~ sspmisc.mod } then
	diff sspmisc.mod-1 sspmisc.mod+1 | cmp - sspmisc.diffs
endif
exit 0
