diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/386bsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/386bsd.h b/src/s/386bsd.h index 6a4a1086f48..2a68b0092a8 100644 --- a/src/s/386bsd.h +++ b/src/s/386bsd.h | |||
| @@ -16,3 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | /* For mem-limits.h. */ | 17 | /* For mem-limits.h. */ |
| 18 | #define BSD4_2 | 18 | #define BSD4_2 |
| 19 | |||
| 20 | /* This affects a declaration in xrdb.c. */ | ||
| 21 | #define DECLARE_GETPWUID_WITH_UID_T | ||