diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-22 22:03:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-22 22:03:25 +0000 |
commit | ce8f144d55d88f2019e8e1a969c5a93eeb75e6bc (patch) | |
tree | 17b86c9d875ab573f2ce1a8a7fbfa28af84efd4e | |
parent | 73fc0935f0f0efac3b0232687482fe77f250a3ee (diff) | |
download | emacs-ce8f144d55d88f2019e8e1a969c5a93eeb75e6bc.tar.gz |
(DECLARE_GETPWUID_WITH_UID_T): Declared.
-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 @@ /* For mem-limits.h. */ #define BSD4_2 + +/* This affects a declaration in xrdb.c. */ +#define DECLARE_GETPWUID_WITH_UID_T |