aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h1
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