aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 6197d19d71b..e2e813369bb 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -2,6 +2,12 @@
2 2
3#include "bsd4-3.h" 3#include "bsd4-3.h"
4 4
5#ifndef __bsdi__
6#define __bsdi__ 1
7#endif
8
9#define DECLARE_GETPWUID_WITH_UID_T
10
5#define SIGNALS_VIA_CHARACTERS 11#define SIGNALS_VIA_CHARACTERS
6 12
7#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 13#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)