]> andersk Git - moira.git/commitdiff
add missing #if () for mips & SYSTYPE_SYSV
authorjtkohl <jtkohl>
Thu, 11 May 1989 10:50:01 +0000 (10:50 +0000)
committerjtkohl <jtkohl>
Thu, 11 May 1989 10:50:01 +0000 (10:50 +0000)
util/makedepend/main.c

index 0213a17c730fda95ffe43ea537545d074cb6600a..aef00c2a00be7c7abb7468c82194eade760223b4 100644 (file)
@@ -76,6 +76,7 @@ typedef int sigreturn_t;
 #endif
 sigreturn_t catch();
 
+#if !(defined(mips) && defined(SYSTYPE_SYSV))
 struct sigvec sig_vec = {
        catch,
         (1<<(SIGINT -1))
This page took 0.055057 seconds and 5 git commands to generate.