From 550b7f61a4ba9dec8f91c5d784b9c13e06f02b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 8 Jul 1999 16:24:23 -0700 Subject: [PATCH] hopefully a bugfix for priocntl() call @ DU 4.0 Rev: src/acconfig.h:1.44 --- src/acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/acconfig.h b/src/acconfig.h index 39f7639e04..8e0d2bcb1e 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.43 1999/06/19 19:54:59 hubbe Exp $ + * $Id: acconfig.h,v 1.44 1999/07/08 23:24:23 hubbe Exp $ */ #ifndef MACHINE_H #define MACHINE_H @@ -54,6 +54,9 @@ /* Define to 'int' if <sys/time.h> doesn't */ #undef time_t +/* Define to 'short' if <sys/types.h> doesn't */ +#undef pri_t + /* Define to 'int' if <signal.h> doesn't */ #undef sig_atomic_t -- GitLab