diff options
| author | Dan Nicolaescu | 2010-08-08 13:26:12 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-08 13:26:12 -0700 |
| commit | 25717ca11cae32e191e3dc9318562190d682f425 (patch) | |
| tree | 755e6467f81a0dfb9617c8d53e8e3ed05c0b0826 /src/s | |
| parent | 1b6d8cf08b0e2efa475df6abb4bdedb0b367d853 (diff) | |
| download | emacs-25717ca11cae32e191e3dc9318562190d682f425.tar.gz emacs-25717ca11cae32e191e3dc9318562190d682f425.zip | |
* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/freebsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 9082935db07..cfed343d6c5 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 28 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| 29 | 29 | ||
| 30 | #define HAVE_GETLOADAVG 1 | 30 | #define HAVE_GETLOADAVG 1 |
| 31 | #define DECLARE_GETPWUID_WITH_UID_T | ||
| 32 | 31 | ||
| 33 | /* This silences a few compilation warnings. */ | 32 | /* This silences a few compilation warnings. */ |
| 34 | #undef BSD_SYSTEM | 33 | #undef BSD_SYSTEM |