Move the include of <machine/ansi.h> to before <sys/signal.h>.

This commit is contained in:
Doug Rabson 1998-08-05 08:51:48 +00:00
parent 3f9fdaca2f
commit c989e80e4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38119

View file

@ -38,8 +38,8 @@
#include <sys/cdefs.h>
#include <sys/_posix.h>
#include <sys/signal.h>
#include <machine/ansi.h>
#include <sys/signal.h>
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
extern __const char *__const sys_signame[NSIG];