aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r--src/s/freebsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index b42930b7aa..94336835f5 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
/* Get the correct __FreeBSD_version, even if this is before that was
defined. */
-#ifndef __FreeBSD_version
+#ifndef __FreeBSD_version
#ifndef __FreeBSD__
#define __FreeBSD_version 199401
#elif __FreeBSD__ == 1
@@ -144,7 +144,7 @@ Boston, MA 02111-1307, USA. */
#define BSD_SYSTEM 199506
#endif
-#if 0 /* Shouldn't be necessary and produces warnings with the
+#if 0 /* Shouldn't be necessary and produces warnings with the
experimental Autoconf test. */
#define WAITTYPE int
/* get this since it won't be included if WAITTYPE is defined */
@@ -167,7 +167,7 @@ Boston, MA 02111-1307, USA. */
/* If the system's imake configuration file defines `NeedWidePrototypes'
as `NO', we must define NARROWPROTO manually. Such a define is
- generated in the Makefile generated by `xmkmf'. If we don't
+ generated in the Makefile generated by `xmkmf'. If we don't
define NARROWPROTO, we will see the wrong function prototypes
for X functions taking float or double parameters. */