diff src/s/freebsd.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 2ebb399b7fb3
children bce3e111b233 d7ddb3e565de
line wrap: on
line diff
--- a/src/s/freebsd.h	Tue Feb 04 13:30:45 2003 +0000
+++ b/src/s/freebsd.h	Tue Feb 04 14:56:31 2003 +0000
@@ -23,7 +23,7 @@
 
 /* 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 @@
 #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 @@
 
 /* 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.  */