diff options
| author | Richard M. Stallman | 1993-07-22 22:03:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-22 22:03:25 +0000 |
| commit | ce8f144d55d88f2019e8e1a969c5a93eeb75e6bc (patch) | |
| tree | 17b86c9d875ab573f2ce1a8a7fbfa28af84efd4e /src | |
| parent | 73fc0935f0f0efac3b0232687482fe77f250a3ee (diff) | |
| download | emacs-ce8f144d55d88f2019e8e1a969c5a93eeb75e6bc.tar.gz emacs-ce8f144d55d88f2019e8e1a969c5a93eeb75e6bc.zip | |
(DECLARE_GETPWUID_WITH_UID_T): Declared.
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 | ||