NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53260 CVS commit: src/sys/compat/common



The following reply was made to PR kern/53260; it has been noted by GNATS.

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53260 CVS commit: src/sys/compat/common
Date: Fri, 4 May 2018 08:55:25 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Fri May  4 08:55:25 UTC 2018
 
 Modified Files:
 	src/sys/compat/common: compat_mod.c
 
 Log Message:
 Clean up a stray #ifdef _MODULE - it prevented definition of
 COMPAT_SIGCONTEXT which in turn prevented building of the
 SYS_compat16_sigaction_14 code.
 
 Should address PR kern/53260
 
 XXX Pull-up to netbsd-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.28 -r1.29 src/sys/compat/common/compat_mod.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index