Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 09/10/1999 13:38:24
Module Name:	pkgsrc
Committed By:	bad
Date:		Fri Sep 10 20:38:24 UTC 1999

Modified Files:
	pkgsrc/devel/mit-pthreads/patches: patch-aj patch-ak patch-bm patch-bn
	    patch-bp

Log Message:
Make this compile on 1.3ish m68k machines:
In engine-m68000-netbsd.c: Move the declaration of __sycall() before the
	function it's first used in
In syscall-m68000-netbsd.S don't use the compat_13 sigprocmask/sigsuspend
	syscall number constants, they were just SYS__sigprocmask/suspend.
Fix the configure script to do the same dance for the 1.3ish systems as
	for the other architectures.
Fix a typo in config.guess.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/mit-pthreads/patches/patch-aj \
    pkgsrc/devel/mit-pthreads/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/mit-pthreads/patches/patch-bm \
    pkgsrc/devel/mit-pthreads/patches/patch-bp
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/mit-pthreads/patches/patch-bn

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.